aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-04-18 13:35:46 +0000
committerJan Beulich <jbeulich@novell.com>2005-04-18 13:35:46 +0000
commite6ca91be4f25f03e5b7c8960c34736a31f77c549 (patch)
treee8ce5b990927fe773e5f2c5bd6e26b16402c776d /gas/ChangeLog
parent0f061b69fbe16702bfa68e580ee7f855ec986dcf (diff)
downloadfsf-binutils-gdb-e6ca91be4f25f03e5b7c8960c34736a31f77c549.zip
fsf-binutils-gdb-e6ca91be4f25f03e5b7c8960c34736a31f77c549.tar.gz
fsf-binutils-gdb-e6ca91be4f25f03e5b7c8960c34736a31f77c549.tar.bz2
gas/
2005-04-18 Jan Beulich <jbeulich@novell.com> * macro.c (free_token): New, freeing all the memory associated with a macro. (do_formals): Move initializers to ... (define_macro): ... here. (delete_macro): Convert passed in name to lower case. Warn when purging macro that doesn't exist. Use hash_jam instead of hash_delete. gas/testsuite/ 2005-04-18 Jan Beulich <jbeulich@novell.com> * gas/macros/purge.[ls]: New. * gas/macros/macros.exp: Run new test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index eb938bf..7d8eb46 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,12 @@
+2005-04-18 Jan Beulich <jbeulich@novell.com>
+
+ * macro.c (free_token): New, freeing all the memory associated with a
+ macro.
+ (do_formals): Move initializers to ...
+ (define_macro): ... here.
+ (delete_macro): Convert passed in name to lower case. Warn when
+ purging macro that doesn't exist. Use hash_jam instead of hash_delete.
+
2005-04-15 Maciej W. Rozycki <macro@linux-mips.org>
* config/tc-mips.c (normalize_constant_expr): Fix formatting.