]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/objcopy.c
Added --prefix-symbols <prefix> option to rename all symbols by adding the
authorNick Clifton <nickc@redhat.com>
Fri, 13 Dec 2002 13:19:44 +0000 (13:19 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 13 Dec 2002 13:19:44 +0000 (13:19 +0000)
commitd7fb0dd217056115f343a65919f97525ba88fc3c
tree39f8b3bcc10fcab385a6fe82d24324da446d475d
parent4024f1e1c5302255a2d35e8969e2baa65038e649
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.
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/objcopy.c