This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gas ChangeLog NEWS as.c listing.c listing. ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2008-04-10 12:45:18

Modified files:
	gas            : ChangeLog NEWS as.c listing.c listing.h 
	gas/doc        : as.texinfo 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/all: gas.exp 

Log message:
	* listing.c: Add -ag listing flag to show general information in
	listings such as gas version, passed options, and time stamp.
	(listing_general_info): New function.
	(print_options): New function.
	(print_single_option): New function.
	(print_timestamp): New function.
	(MAX_DATELEN): Define.
	(listing_print): Add call to listing_general_info.
	* listing.h (LISTING_GENERAL): Define.
	(listing_print): Add new parameter.
	* as.c (show_usage): Print new switch.
	(parse_args): Parse new switch.
	(main): Pass command line on to listing_print.
	* NEWS: Mention this new feature.
	* doc/as.texinfo: Document the new sub-option.
	
	* gas/all/gas.exp: Check the performance of the -ag command line
	switch.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3529&r2=1.3530
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/NEWS.diff?cvsroot=src&r1=1.93&r2=1.94
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/as.c.diff?cvsroot=src&r1=1.78&r2=1.79
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/listing.c.diff?cvsroot=src&r1=1.32&r2=1.33
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/listing.h.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.177&r2=1.178
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1334&r2=1.1335
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/all/gas.exp.diff?cvsroot=src&r1=1.52&r2=1.53


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]