summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-29 11:55:02 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-29 11:55:02 (GMT)
commit945f58cb1e1b8b6dc444dd0668bd1a2986cd899e (patch)
tree1fc255ced81920e46036699cc55ffc9962807cc2 /ChangeLog
parent38e455ebbbbf90ddbf552f95a1dfb3c544907587 (diff)
Told GCC to pack enumerations to save memory space.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1569aac..f326cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
16-10-29 Cyrille Bagard <nocbos@gmail.com>
+ * configure.ac:
+ * src/analysis/disass/fetch.c:
+ * src/arch/immediate.c:
+ * src/arch/instruction-int.h:
+ Tell GCC to pack enumerations to save memory space.
+
+16-10-29 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/instruction-int.h:
* src/arch/arm/instruction.c:
* src/arch/arm/instruction.h: