aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-01-31 14:30:34 +0000
committerJan Beulich <jbeulich@novell.com>2005-01-31 14:30:34 +0000
commitca3bc58f0ac01b58c2285752be247766840b0b44 (patch)
tree7e9de9d5f30eb330570eb56ee7952524b6f946e5 /gas/ChangeLog
parent057f53c1ad39b24d7833c2eb23aec562c8c3a002 (diff)
downloadgdb-ca3bc58f0ac01b58c2285752be247766840b0b44.zip
gdb-ca3bc58f0ac01b58c2285752be247766840b0b44.tar.gz
gdb-ca3bc58f0ac01b58c2285752be247766840b0b44.tar.bz2
gas/
2005-01-31 Jan Beulich <jbeulich@novell.com> * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything that can end with .endr in that case. Make requiring/permitting pseudo-ops without leading dot closer to the logic in read.c serving the same purpose. (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be ignored. gas/testsuite/ 2005-01-31 Jan Beulich <jbeulich@novell.com> * gas/macros/repeat.[ds]: 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 01e2c04..80fa64a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,14 @@
2005-01-31 Jan Beulich <jbeulich@novell.com>
+ * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
+ that can end with .endr in that case. Make requiring/permitting
+ pseudo-ops without leading dot closer to the logic in read.c serving
+ the same purpose.
+ (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
+ ignored.
+
+2005-01-31 Jan Beulich <jbeulich@novell.com>
+
* macro.c (do_formals): Adjust to no longer accept empty parameter
names.
(define_macro): Adjust to no longer accept empty macro name, garbage