aboutsummaryrefslogtreecommitdiff
path: root/gas/stabs.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-01PR23938, should not free memory alloced in obstack by free()Alan Modra1-40/+39
2018-04-23Silence gcc-8 warningsAlan Modra1-2/+2
2018-04-16Fix illegal memory accesses in the assembler when attempting to parse corrup ...Nick Clifton1-0/+6
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-12Prevent internal assembler errors if a stabs creation function builds an badl...Nick Clifton1-25/+22
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-11-27Fix spelling in comments in C source files (gas)Ambrogino Modigliani1-1/+1
2016-05-13use XNEW and related macros moreTrevor Saunders1-3/+3
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders1-3/+1
2016-03-31cast literal to char * when assigning to input_line_ptrTrevor Saunders1-1/+1
2016-03-31get rid of K&R style argsTrevor Saunders1-6/+2
2016-03-28add more const qualifiersTrevor Saunders1-1/+1
2016-03-21Remove use of alloca.Nick Clifton1-4/+5
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders1-10/+9
2016-02-19Fix snafu - add missing const declaration to 'string' local variable in s_sta...Nick Clifton1-1/+2
2016-02-19Add const to various variables in the gas sources.Trevor Saunders1-2/+4
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-08-21Allow symbol and label names to be enclosed in double quotes.Nick Clifton1-3/+2
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2011-03-11 * remap.c (remap_debug_filename): Always allocate a buffer for theNick Clifton1-0/+1
2011-02-28ChangeLog binutils/Kai Tietz1-3/+4
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-3/+3
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton1-2/+2
2007-10-15 * read.c (do_s_func): Check asprintf return status.Alan Modra1-3/+5
2007-10-03 * stabs.c (aout_process_stab): Set BSF_DEBUGGING.Alan Modra1-0/+2
2007-08-242007-08-24 Joseph Myers <joseph@codesourcery.com>Joseph Myers1-2/+3
2007-07-03Switch to GPLv3Nick Clifton1-14/+14
2005-08-11 * README-vms: Delete.Alan Modra1-4/+0
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-04-09 PR gas/827Alan Modra1-3/+2
2005-03-03update copyright datesAlan Modra1-1/+1
2004-02-19gas/Jakub Jelinek1-1/+1
2003-12-03 * messages.c: Convert to ISO-C.Kazu Hirata1-24/+12
2003-10-08* as.c (use_gnu_debug_info_extensions) : New variable.Nick Clifton1-0/+9
2003-05-27 * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into theRichard Henderson1-3/+1
2002-05-18 * app.c: Fix formatting.Kazu Hirata1-1/+1
2002-05-13Fix grammatical error.Nick Clifton1-1/+1
2002-05-11Warn about a description field that is too big.Nick Clifton1-0/+8
2002-05-03 * as.h: Fix formatting.Kazu Hirata1-6/+6
2001-12-042001-11-16 Michael Snyder <msnyder@redhat.com>Michael Snyder1-4/+31
2001-08-01 * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra1-5/+5
2001-06-252001-06-24 Ben Elliston <bje@redhat.com>Ben Elliston1-1/+1
2001-03-15* stabs.c (s_stab_generic): Don't corrupt the notes obstack byDJ Delorie1-4/+12
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-6/+6
2000-12-122000-12-12 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
2000-12-05Add outputting_stabs_line_debug varaible and D10v code to use itNick Clifton1-0/+10
2000-11-07Fix memory corruption with --gstabs and short length filenames.Nick Clifton1-35/+45