aboutsummaryrefslogtreecommitdiff
path: root/gas/listing.h
AgeCommit message (Collapse)AuthorFilesLines
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-42/+43
Removed some unneeded files. configure.in: Don't look for te-386bsd.h, which doesn't exist...
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-13/+80
== 1. Get the declarations right in listing.[hc].
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-2/+6
1992-01-21 * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain1-0/+20
command line option. * listing.h, listing.c: now prints addresses with ??? instead of 0 when errors in assemble prevent addresses being known. Prints symbol table more tidily. Allows different parts of the listing to be selected.