src/binutils ChangeLog NEWS objcopy.c doc/binu ...
nickc@sources.redhat.com
nickc@sources.redhat.com
Fri Dec 13 05:19:00 GMT 2002
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
More information about the Binutils-cvs
mailing list