summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0545ce20..8d577b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-14 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 3331 cont'd.
+ * loc2c.c (emit_base_fetch): Emit size/signedness cast
+ slightly differently for every low-level fetch.
+ (translate_base_fetch, c_translate_fetch, c_translate_store,
+ c_translate_pointer): Fetch & pass the $target signedness.
+ (base_encoding): Follow typedefs etc.
+
2007-06-09 Frank Ch. Eigler <fche@elastic.org>
PR 4609