Age | Commit message (Expand) | Author | Files | Lines |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-08-21 | Rearrange symbol_create parameters | Alan Modra | 1 | -3/+2 |
2020-05-21 | Replace "if (x) free (x)" with "free (x)", gas | Alan Modra | 1 | -2/+1 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -2/+2 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-01 | PR23938, should not free memory alloced in obstack by free() | Alan Modra | 1 | -40/+39 |
2018-04-23 | Silence gcc-8 warnings | Alan Modra | 1 | -2/+2 |
2018-04-16 | Fix illegal memory accesses in the assembler when attempting to parse corrup ... | Nick Clifton | 1 | -0/+6 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-01-12 | Prevent internal assembler errors if a stabs creation function builds an badl... | Nick Clifton | 1 | -25/+22 |
2017-01-02 | Update year range in copyright notice of all files. | Alan Modra | 1 | -1/+1 |
2016-11-27 | Fix spelling in comments in C source files (gas) | Ambrogino Modigliani | 1 | -1/+1 |
2016-05-13 | use XNEW and related macros more | Trevor Saunders | 1 | -3/+3 |
2016-05-13 | use xstrdup, xmemdup0 and concat more | Trevor Saunders | 1 | -3/+1 |
2016-03-31 | cast literal to char * when assigning to input_line_ptr | Trevor Saunders | 1 | -1/+1 |
2016-03-31 | get rid of K&R style args | Trevor Saunders | 1 | -6/+2 |
2016-03-28 | add more const qualifiers | Trevor Saunders | 1 | -1/+1 |
2016-03-21 | Remove use of alloca. | Nick Clifton | 1 | -4/+5 |
2016-02-22 | Add more const type qualifiers to GAS sources. | Trevor Saunders | 1 | -10/+9 |
2016-02-19 | Fix snafu - add missing const declaration to 'string' local variable in s_sta... | Nick Clifton | 1 | -1/+2 |
2016-02-19 | Add const to various variables in the gas sources. | Trevor Saunders | 1 | -2/+4 |
2016-01-01 | Copyright update for binutils | Alan Modra | 1 | -1/+1 |
2015-08-21 | Allow symbol and label names to be enclosed in double quotes. | Nick Clifton | 1 | -3/+2 |
2015-01-02 | ChangeLog rotatation and copyright year update | Alan Modra | 1 | -1/+1 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -2/+1 |
2011-03-11 | * remap.c (remap_debug_filename): Always allocate a buffer for the | Nick Clifton | 1 | -0/+1 |
2011-02-28 | ChangeLog binutils/ | Kai Tietz | 1 | -3/+4 |
2009-12-11 | Add -Wshadow to the gcc command line options used when compiling the binutils. | Nick Clifton | 1 | -3/+3 |
2009-09-11 | * po/bfd.pot: Updated by the Translation project. | Nick Clifton | 1 | -2/+2 |
2007-10-15 | * read.c (do_s_func): Check asprintf return status. | Alan Modra | 1 | -3/+5 |
2007-10-03 | * stabs.c (aout_process_stab): Set BSF_DEBUGGING. | Alan Modra | 1 | -0/+2 |
2007-08-24 | 2007-08-24 Joseph Myers <joseph@codesourcery.com> | Joseph Myers | 1 | -2/+3 |
2007-07-03 | Switch to GPLv3 | Nick Clifton | 1 | -14/+14 |
2005-08-11 | * README-vms: Delete. | Alan Modra | 1 | -4/+0 |
2005-05-05 | Update the address and phone number of the FSF | Nick Clifton | 1 | -2/+2 |
2005-04-09 | PR gas/827 | Alan Modra | 1 | -3/+2 |
2005-03-03 | update copyright dates | Alan Modra | 1 | -1/+1 |
2004-02-19 | gas/ | Jakub Jelinek | 1 | -1/+1 |
2003-12-03 | * messages.c: Convert to ISO-C. | Kazu Hirata | 1 | -24/+12 |
2003-10-08 | * as.c (use_gnu_debug_info_extensions) : New variable. | Nick Clifton | 1 | -0/+9 |
2003-05-27 | * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into the | Richard Henderson | 1 | -3/+1 |
2002-05-18 | * app.c: Fix formatting. | Kazu Hirata | 1 | -1/+1 |
2002-05-13 | Fix grammatical error. | Nick Clifton | 1 | -1/+1 |
2002-05-11 | Warn about a description field that is too big. | Nick Clifton | 1 | -0/+8 |
2002-05-03 | * as.h: Fix formatting. | Kazu Hirata | 1 | -6/+6 |
2001-12-04 | 2001-11-16 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -4/+31 |
2001-08-01 | * read.c: Standardize error/warning messages - don't capitalise, no | Alan Modra | 1 | -5/+5 |
2001-06-25 | 2001-06-24 Ben Elliston <bje@redhat.com> | Ben Elliston | 1 | -1/+1 |
2001-03-15 | * stabs.c (s_stab_generic): Don't corrupt the notes obstack by | DJ Delorie | 1 | -4/+12 |