diff options
author | Alan Modra <amodra@gmail.com> | 2009-10-15 10:58:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2009-10-15 10:58:34 +0000 |
commit | f19df8f73a7bbfeb12d1540791ed51aa86b0bdf9 (patch) | |
tree | ac25f2e334b6e60122305754da1c4d0e3bdc93ab /gas/ChangeLog | |
parent | c44c601a50df172a963c97120ae40c25630552a5 (diff) | |
download | gdb-f19df8f73a7bbfeb12d1540791ed51aa86b0bdf9.zip gdb-f19df8f73a7bbfeb12d1540791ed51aa86b0bdf9.tar.gz gdb-f19df8f73a7bbfeb12d1540791ed51aa86b0bdf9.tar.bz2 |
PR gas/1491
gas/
* macro.c: Delete unnecessary function declarations.
(buffer_and_nest): Support multiple labels per line for
LABELS_WITHOUT_COLONS targets if the labels do have colons.
(free_macro): Move so that we don't need forward declaration.
* read.c (read_a_source_file): Take a copy of macro expansion line
before we trim labels.
* listing.c (listing_newline): Adjust stdin line save for
input_line_pointer still at start of line.
gas/testsuite/
* gas/macros/dot.s: Don't start macro invocations is first column.
* gas/macros/dot.l: Update.
* gas/macros/macros.exp: Run dot test on more targets.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index af39035..2888010 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2009-10-15 Alan Modra <amodra@bigpond.net.au> + + PR gas/1491 + * macro.c: Delete unnecessary function declarations. + (buffer_and_nest): Support multiple labels per line for + LABELS_WITHOUT_COLONS targets if the labels do have colons. + (free_macro): Move so that we don't need forward declaration. + * read.c (read_a_source_file): Take a copy of macro expansion line + before we trim labels. + * listing.c (listing_newline): Adjust stdin line save for + input_line_pointer still at start of line. + 2009-10-13 H.J. Lu <hongjiu.lu@intel.com> PR gas/10766 |