PR gas/1491
authorAlan Modra <amodra@gmail.com>
Thu, 15 Oct 2009 10:58:34 +0000 (10:58 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 15 Oct 2009 10:58:34 +0000 (10:58 +0000)
commitf19df8f73a7bbfeb12d1540791ed51aa86b0bdf9
treeac25f2e334b6e60122305754da1c4d0e3bdc93ab
parentc44c601a50df172a963c97120ae40c25630552a5
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.
gas/ChangeLog
gas/listing.c
gas/macro.c
gas/read.c
gas/testsuite/ChangeLog
gas/testsuite/gas/macros/dot.l
gas/testsuite/gas/macros/dot.s
gas/testsuite/gas/macros/macros.exp
This page took 0.026182 seconds and 4 git commands to generate.