Age | Commit message (Expand) | Author | Files | Lines |
2006-06-07 | remove some duplicate #include's. | Alan Modra | 1 | -4/+1 |
2006-02-09 | 2006-02-08 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -4/+13 |
2005-10-30 | * as.c (show_usage): Document "@FILE". | Mark Mitchell | 1 | -0/+2 |
2005-10-11 | This adjusts equate handling by | Nick Clifton | 1 | -1/+1 |
2005-09-30 | * addr2line.c (main): Likewise. | Mark Mitchell | 1 | -0/+2 |
2005-08-11 | * README-vms: Delete. | Alan Modra | 1 | -76/+7 |
2005-08-08 | 2005-08-07 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+9 |
2005-05-05 | Update the address and phone number of the FSF | Nick Clifton | 1 | -2/+2 |
2005-04-29 | * Makefile.am (GAS_CFILES): Remove bignum-copy.c. | Ben Elliston | 1 | -1/+1 |
2005-04-14 | * as.c (main): Move parse_args before symbol_begin and frag_init so that the | Nick Clifton | 1 | -2/+4 |
2005-04-12 | * hash.c (DEFAULT_SIZE): Delete. Replace with: | Nick Clifton | 1 | -0/+29 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2005-03-02 | bfd/ | Jan Beulich | 1 | -1/+1 |
2005-01-31 | Update reported copyright dates. | Nick Clifton | 1 | -2/+2 |
2005-01-20 | (std_longopts): Add an entry for "--a" in order to prevent getopt_long_only() | Nick Clifton | 1 | -0/+8 |
2004-08-24 | * as.c (std_shortopts): Allow -g to take an optional argument. | Nick Clifton | 1 | -4/+3 |
2004-08-17 | Add support for a -g switch to GAS | Nick Clifton | 1 | -42/+76 |
2004-08-13 | Add and handle new --alternate command line option. | Nick Clifton | 1 | -4/+21 |
2003-10-27 | * ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-10-08 | * as.c (use_gnu_debug_info_extensions) : New variable. | Nick Clifton | 1 | -0/+8 |
2003-10-05 | Revert -f change | Nick Clifton | 1 | -8/+1 |
2003-10-04 | Convert to ISO C90 | Nick Clifton | 1 | -261/+250 |
2003-10-04 | (std_shortopts): Remove 'f'. | Nick Clifton | 1 | -1/+7 |
2003-06-04 | * as.c (show_usage): Document --execstack and --noexecstack. | Jakub Jelinek | 1 | -1/+38 |
2003-05-27 | * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch. | Richard Henderson | 1 | -2/+2 |
2003-05-20 | 2003-05-20 Michal Ludvig <mludvig@suse.cz> | Michal Ludvig | 1 | -4/+0 |
2003-05-20 | * dw2gencfi.c, dw2gencfi.h: New files. | Alan Modra | 1 | -0/+13 |
2003-04-08 | * as.c (perform_an_assembly_pass): If using cgen, call gas_cgen_begin. | Nick Clifton | 1 | -0/+7 |
2002-12-17 | Duplicate --keep-locals entry in order to prevent it being confused with -k. | Nick Clifton | 1 | -0/+4 |
2002-10-14 | * Makefile.am: Run "make dep-am". | Alan Modra | 1 | -0/+4 |
2002-06-08 | * as.c: Replace CONST with const. | Alan Modra | 1 | -1/+1 |
2002-05-18 | * app.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-04-16 | * as.c (main): Don't reference _bfd_chunksize. | Alan Modra | 1 | -7/+1 |
2002-04-10 | * as.c (parse_args <OPTION_VERSION>): Use VERSION is | Alan Modra | 1 | -0/+4 |
2002-01-18 | gas: | Andreas Jaeger | 1 | -2/+2 |
2001-11-28 | * as.c (parse_args): Call md_after_parse_args if defined. | Andreas Schwab | 1 | -0/+4 |
2001-10-23 | * as.c (parse_args): Print the date as well for --version. | Alan Modra | 1 | -1/+1 |
2001-10-02 | * as.c (print_version_id): Use BFD_VERSION_STRING in place of | Alan Modra | 1 | -1/+1 |
2001-09-22 | Fix compile time warnings | Nick Clifton | 1 | -0/+2 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -0/+3 |
2001-08-01 | * read.c: Standardize error/warning messages - don't capitalise, no | Alan Modra | 1 | -6/+3 |
2001-06-06 | Remove L fromlist of accepting listin goptions | Nick Clifton | 1 | -1/+0 |
2001-06-06 | * as.c (parse_args): Correct option name "listing-lhs-width2". | Alan Modra | 1 | -1/+1 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-01-23 | 2001-01-23 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -1/+1 |
2001-01-12 | Update copyright date to 2001 | Nick Clifton | 1 | -2/+2 |
2000-12-05 | Add outputting_stabs_line_debug varaible and D10v code to use it | Nick Clifton | 1 | -0/+1 |
2000-11-17 | * as.c (main): Call dwarf2_finish. | Richard Henderson | 1 | -0/+4 |
2000-11-17 | * as.c (debug_type): Init to DEBUG_UNSPECIFIED. | Richard Henderson | 1 | -1/+1 |
2000-11-07 | 2000-11-06 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -1/+1 |