aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
AgeCommit message (Expand)AuthorFilesLines
1995-08-21 Add support for macros.Ian Lance Taylor1-4/+46
1995-07-06 Patches from Jerry Blakely <gerry_blakley@wellfleet.com>:Ian Lance Taylor1-2/+11
1995-07-05 * config/tc-sparc.c (md_shortopts): Add "K:" if OBJ_ELF.Ian Lance Taylor1-6/+17
1995-07-05 * as.c (main): Only use sbrk when HAVE_SBRK defined.Fred Fish1-1/+8
1995-05-23more emulation fixesKen Raeburn1-0/+97
1994-12-20* frags.c (frag_init): Call obstack_begin on `frags'.Ken Raeburn1-43/+12
1994-11-30switch to libiberty version of xmallocKen Raeburn1-0/+3
1994-11-26Add changes from customer since last work.Michael Tiemann1-10/+31
1994-09-13Use EXIT_SUCCESS and EXIT_FAILURE in all exit calls.Ken Raeburn1-19/+25
1994-08-28Conversion to autoconf:Ken Raeburn1-8/+2
1994-08-24gcc lint.Ian Lance Taylor1-5/+18
1994-06-03 * as.c (show_usage), config/tc-alpha.c (md_show_usage),David MacKenzie1-3/+4
1994-06-03 * as.h: Replace flagseen with separate variables.David MacKenzie1-16/+26
1994-06-03 * as.c (show_usage): Remove target specific messages;David MacKenzie1-370/+172
1994-06-02 * as.c (show_usage): New function.David MacKenzie1-65/+295
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
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
1993-10-29 * as.c (main): Disable "-R" option if NO_FOLD_DATA_AND_TEXTJeff Law1-19/+30
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
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
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-128/+135
1992-01-21 * as.c: change -l to -a[lsn], to avoid conflict with 68000Steve Chamberlain1-25/+80
1991-04-04Initial revisionK. Richard Pixley1-0/+361