summaryrefslogtreecommitdiff
path: root/gas/listing.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-10-11Disable the inclusion of logical input files in the assembler listing output ...Nick Clifton
2017-01-23Fix spelling mistakes and typos in the GAS sources.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-05-13use XNEW and related macros moreTrevor Saunders
2016-05-13use xstrdup, xmemdup0 and concat moreTrevor Saunders
2016-04-03use XNEW and related macros moreTrevor Saunders
2016-03-22replace some raw xmalloc / xrealloc with the XNEW* macrosTrevor Saunders
2016-02-22Add more const type qualifiers to GAS sources.Trevor Saunders
2016-02-19Change the return type of the rebuffer_line function to void.Trevor Saunders
2016-02-19Add const to various variables in the gas sources.Trevor Saunders
2016-01-01Copyright update for binutilsAlan Modra
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-07-26Prepare gas for 64-bit obstacksAlan Modra
2014-05-22Fix whitespace in gas listing errors and warningsAlan Modra
2014-03-05Update copyright yearsAlan Modra
2013-03-26 PR gas/15295Nick Clifton
2012-07-272012-07-26 Segher Boessenkool <segher@kernel.crashing.org>Segher Boessenkool
2011-02-28ChangeLog binutils/Kai Tietz
2010-06-28 * config/obj-evax.h (S_SET_OTHER, S_SET_TYPE, S_SET_DESC): Don't define.Alan Modra
2010-04-09bfd/ChangeLogNick Clifton
2010-03-09 PR gas/11356Alan Modra
2010-01-12 PR 11122Alan Modra
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-10-26 PR gas/10850Alan Modra
2009-10-15 PR gas/1491Alan Modra
2009-09-11 * po/bfd.pot: Updated by the Translation project.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-08-29 Updated sources to avoid using the identifier name "new", which is aNick Clifton
2009-07-162009-07-15 Kai Tietz <kai.tietz@onevision.com>H.J. Lu
2009-07-14 gas/Nick Clifton
2009-03-242009-03-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu
2008-10-03 * listing.c (buffer_line): Open the source file with FOPEN_RB.Kazu Hirata
2008-09-24 PR 6913Alan Modra
2008-04-11 * listing.c (print_timestamp): Use localtime rather thanNick Clifton
2008-04-10 * listing.c: Add -ag listing flag to show general information inNick Clifton
2007-07-03Switch to GPLv3Nick Clifton
2006-09-22 * as.h (as_perror): Delete declaration.Alan Modra
2006-05-01 * listing.c (listing_listing): Remove useless loop.Ben Elliston
2005-08-11 * README-vms: Delete.Alan Modra
2005-05-05Update the address and phone number of the FSFNick Clifton
2005-03-03update copyright datesAlan Modra
2005-01-21 * as.h: Remove #if 0'd code.Ben Elliston
2003-12-19Fix calls to as_perror() so that the errno system message will be printed.Nick Clifton
2003-11-24 * listing.c: Convert to ISO-C.Kazu Hirata
2003-11-23 * README-vms: Fix comment typos.Kazu Hirata
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata
2002-06-26 * ecoff.c: (get_tag): Replace strcpy with xstrdup.Alan Modra
2002-05-25 * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.Alan Modra
2002-05-18 * app.c: Fix formatting.Kazu Hirata