aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
AgeCommit message (Collapse)AuthorFilesLines
1994-01-27 * as.c (main): Print long values using %ld.Ian Lance Taylor1-1/+1
1994-01-26Tue Jan 25 18:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-1/+31
* as.c (quiet_flag): New flag. (main): If -noquiet given, display execution time and memory used.
1994-01-14Don't include config.h directly any more.Ken Raeburn1-14/+20
1993-12-20* as.c (main): Call listing_print before BFD gets closed, when symbol dataKen Raeburn1-10/+6
hasn't been freed up yet.
1993-10-29 * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXTJeff Law1-19/+30
is defined.
1993-07-07localize a conditionally used variableKen Raeburn1-35/+41
1993-03-30look for GAS_VERSION macro, not external version_string varKen Raeburn1-48/+53
1993-02-24more bfd merging - see ChangeLogKen Raeburn1-69/+73
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-275/+304
Removed some unneeded files. configure.in: Don't look for te-386bsd.h, which doesn't exist...
1992-04-27use -K for broken word option rather than -k which means pic to sun asK. Richard Pixley1-5/+8
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-5/+5
== 1. Get the declarations right in listing.[hc].
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-128/+135
tagged as "vanilla" for your convenience. There are also some comment changes.
1992-01-21 * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain1-25/+80
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.
1991-04-04Initial revisionK. Richard Pixley1-0/+361