aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
AgeCommit message (Expand)AuthorFilesLines
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-35/+40
1998-02-06 * ehopt.c: New file.Ian Lance Taylor1-2/+9
1998-01-28Added "--nowarnswap" option for suppressing "Swapping instructions" warnings.Bill Moyer1-8/+1
1998-01-28Added --nowarnswap arg to suppress "Swapping instructions" warning.Bill Moyer1-1/+8
1998-01-27Bring over lost listing bits from emc-97r1-branch.Richard Henderson1-3/+40
1998-01-27 * as.c (parse_args): Add --keep-locals alias for -L.Richard Henderson1-3/+25
1997-08-15 * as.h (enum debug_info_type): Define.Ian Lance Taylor1-4/+32
1997-05-06 * cond.c: Include "macro.h".Ian Lance Taylor1-4/+19
1997-02-24 * as.c: Remove -t option.Dawn Perchik1-1/+1
1997-02-23minor formatting fixesIan Lance Taylor1-14/+14
1997-02-23 * itbl-parse.y: Fix indentation mistakes from indent program.Dawn Perchik1-8/+59
1996-10-07 * config/obj-elf.c (elf_begin): New function.Ian Lance Taylor1-0/+4
1996-10-01 * as.c (show_usage): Print bug report address.Ian Lance Taylor1-7/+52
1996-06-19 * as.c (emulation_name): Remove unused static variable.Ian Lance Taylor1-1/+2
1996-03-22 * as.h (strdup): Don't declare.Ian Lance Taylor1-40/+102
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