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 Makefile.am Makefile.in as.c ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_18-branch
Changes by:	jsm28@sourceware.org	2007-08-24 21:56:45

Modified files:
	gas            : ChangeLog Makefile.am Makefile.in as.c as.h 
	                 dwarf2dbg.c stabs.c 
	gas/doc        : as.texinfo 
Added files:
	gas            : remap.c 

Log message:
	2007-08-24  Joseph Myers  <joseph@codesourcery.com>
	Paul Brook  <paul@codesourcery.com>
	
	* remap.c: New.
	* as.h (remap_debug_filename, add_debug_prefix_map): Declare.
	* as.c (show_usage): Document --debug-prefix-map option.
	(parse_args): Handle --debug-prefix-map.
	* dwarf2dbg.c (out_file_list, out_debug_info): Remap debug paths.
	* stabs.c (stabs_generate_asm_file): Remap debug paths.
	* Makefile.am (GAS_CFILES): Add remap.c
	(GENERIC_OBJS): Add remap.o.
	Regenerate dependencies.
	* Makefile.in: Regenerate.
	* doc/as.texinfo (--debug-prefix-map): Document.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/remap.c.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.3299.2.7&r2=1.3299.2.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/Makefile.am.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.151&r2=1.151.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/Makefile.in.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.167&r2=1.167.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/as.c.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.75&r2=1.75.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/as.h.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.57&r2=1.57.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/dwarf2dbg.c.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.89&r2=1.89.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/stabs.c.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.28&r2=1.28.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&only_with_tag=binutils-2_18-branch&r1=1.166&r2=1.166.2.1


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