This is the mail archive of the binutils-cvs@sources.redhat.com 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/binutils ChangeLog NEWS objcopy.c doc/binu ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2002-12-13 05:19:45

Modified files:
	binutils       : ChangeLog NEWS objcopy.c 
	binutils/doc   : binutils.texi 

Log message:
	Added --prefix-symbols <prefix> option to rename all symbols by adding the
	given prefix to the begining of the symbol name. This is useful to provide
	name space seperation regardless of how the object file was created. Added
	--prefix-sections <prefix> and --prefix-alloc-sections <prefix> options to
	rename all sections (or all sections with the alloc flag set) by adding the
	given prefix to the begining of the symbol name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.577&r2=1.578
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/NEWS.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.43&r2=1.44
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/doc/binutils.texi.diff?cvsroot=src&r1=1.22&r2=1.23


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