summaryrefslogtreecommitdiff
path: root/gas/listing.c
Commit message (Expand)AuthorAgeFilesLines
* 2009-03-23 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2009-03-241-3/+8
* * listing.c (buffer_line): Open the source file with FOPEN_RB.Kazu Hirata2008-10-031-2/+15
* PR 6913Alan Modra2008-09-241-1/+1
* * listing.c (print_timestamp): Use localtime rather thanNick Clifton2008-04-111-3/+3
* * listing.c: Add -ag listing flag to show general information inNick Clifton2008-04-101-2/+93
* Switch to GPLv3Nick Clifton2007-07-031-2/+2
* * as.h (as_perror): Delete declaration.Alan Modra2006-09-221-7/+3
* * listing.c (listing_listing): Remove useless loop.Ben Elliston2006-05-011-9/+0
* * README-vms: Delete.Alan Modra2005-08-111-7/+2
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* update copyright datesAlan Modra2005-03-031-1/+1
* * as.h: Remove #if 0'd code.Ben Elliston2005-01-211-4/+0
* Fix calls to as_perror() so that the errno system message will be printed.Nick Clifton2003-12-191-83/+66
* * listing.c: Convert to ISO-C.Kazu Hirata2003-11-241-93/+50
* * README-vms: Fix comment typos.Kazu Hirata2003-11-231-1/+1
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-3/+3
* * ecoff.c: (get_tag): Replace strcpy with xstrdup.Alan Modra2002-06-261-2/+1
* * Makefile.am (OBJS): Depend on ansidecl.h and fopen-same.h.Alan Modra2002-05-251-2/+2
* * app.c: Fix formatting.Kazu Hirata2002-05-181-27/+27
* * listing.c (buffer_line): Don't write past the end of `line' whenAlan Modra2001-09-251-3/+6
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-4/+3
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-1/+1
* Use FOPEN_.. macros in calls to fopen().Nick Clifton2001-07-101-2/+2
* Fix conditional assembly listings when more than one .else/.elsifAlan Modra2001-03-311-3/+7
* Fix copyright noticesNick Clifton2001-03-081-1/+1
* 2000-12-31 H.J. Lu <hjl@gnu.org>H.J. Lu2001-01-011-4/+4
* 2000-12-29 H.J. Lu <hjl@gnu.org>H.J. Lu2000-12-291-0/+1
* 2000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-071-18/+14
* 2000-08-31 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-08-311-128/+105
* Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes perAlan Modra2000-03-271-2/+2
* This lot mainly cleans up `comparison between signed and unsigned' gccAlan Modra2000-02-211-1/+0
* Remove conditionals causing a bug in listings.Timothy Wall2000-02-041-14/+0
* octets vs bytes changes for GASTimothy Wall2000-02-031-27/+47
* * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1999-07-111-5/+5
* Add support for storing local symbols in a small structure to saveIan Lance Taylor1999-06-031-4/+4
* -Wchar-subscripts cleanupDoug Evans1999-05-281-1/+1
* Initial revisionRichard Henderson1999-05-031-0/+1420