summaryrefslogtreecommitdiff
path: root/gas/as.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for macros.Ian Lance Taylor1995-08-211-4/+46
* Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:Ian Lance Taylor1995-07-061-2/+11
* * config/tc-sparc.c (md_shortopts): Add "K:" if OBJ_ELF.Ian Lance Taylor1995-07-051-6/+17
* * as.c (main): Only use sbrk when HAVE_SBRK defined.Fred Fish1995-07-051-1/+8
* more emulation fixesKen Raeburn1995-05-231-0/+97
* * frags.c (frag_init): Call obstack_begin on `frags'.Ken Raeburn1994-12-201-43/+12
* switch to libiberty version of xmallocKen Raeburn1994-11-301-0/+3
* Add changes from customer since last work.Michael Tiemann1994-11-261-10/+31
* Use EXIT_SUCCESS and EXIT_FAILURE in all exit calls.Ken Raeburn1994-09-131-19/+25
* Conversion to autoconf:Ken Raeburn1994-08-281-8/+2
* gcc lint.Ian Lance Taylor1994-08-241-5/+18
* * as.c (show_usage), config/tc-alpha.c (md_show_usage),David MacKenzie1994-06-031-3/+4
* * as.h: Replace flagseen with separate variables.David MacKenzie1994-06-031-16/+26
* * as.c (show_usage): Remove target specific messages;David MacKenzie1994-06-031-370/+172
* * as.c (show_usage): New function.David MacKenzie1994-06-021-65/+295
* * as.c (main): Print long values using %ld.Ian Lance Taylor1994-01-271-1/+1
* Tue Jan 25 18:30:34 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1994-01-261-1/+31
* Don't include config.h directly any more.Ken Raeburn1994-01-141-14/+20
* * as.c (main): Call listing_print before BFD gets closed, when symbol dataKen Raeburn1993-12-201-10/+6
* * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXTJeff Law1993-10-291-19/+30
* localize a conditionally used variableKen Raeburn1993-07-071-35/+41
* look for GAS_VERSION macro, not external version_string varKen Raeburn1993-03-301-48/+53
* more bfd merging - see ChangeLogKen Raeburn1993-02-241-69/+73
* Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1992-11-231-275/+304
* use -K for broken word option rather than -k which means pic to sun asK. Richard Pixley1992-04-271-5/+8
* White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1992-02-151-5/+5
* White space and comments only. The devo tree prior to this delta isK. Richard Pixley1992-02-131-128/+135
* * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain1992-01-211-25/+80
* Initial revisionK. Richard Pixley1991-04-041-0/+361