diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-01-31 14:26:13 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2005-01-31 14:26:13 +0000 |
commit | 057f53c1ad39b24d7833c2eb23aec562c8c3a002 (patch) | |
tree | 26ad7ac7ca6bb3f17d7783ea997decae5fdd9aac /gas/read.h | |
parent | e87b2913a34b6a601214f3b3634e9c8949276526 (diff) | |
download | gdb-057f53c1ad39b24d7833c2eb23aec562c8c3a002.zip gdb-057f53c1ad39b24d7833c2eb23aec562c8c3a002.tar.gz gdb-057f53c1ad39b24d7833c2eb23aec562c8c3a002.tar.bz2 |
gas/
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
following the parameters, or macros that were previously defined.
* read.c (s_bad_end): Declare.
(potable): Add endm. Handler for endr and endm is s_bad_end.
(s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
and .endr.
* read.h (s_bad_endr): Remove.
gas/testsuite/
2005-01-31 Jan Beulich <jbeulich@novell.com>
* gas/macros/badarg.[ls]: New.
* gas/macros/end.[ls]: New.
* gas/macros/redef.[ls]: New.
* gas/macros/macros.exp (run_list_test): Copy from elsewhere.
Run new tests.
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -142,7 +142,6 @@ extern symbolS *s_lcomm_internal (int, symbolS *, addressT); extern void s_app_file_string (char *, int); extern void s_app_file (int); extern void s_app_line (int); -extern void s_bad_endr (int); extern void s_comm (int); extern void s_data (int); extern void s_desc (int); |