OSDN Git Service

Added --prefix-symbols <prefix> option to rename all symbols by adding the
authornickc <nickc>
Fri, 13 Dec 2002 13:19:43 +0000 (13:19 +0000)
committernickc <nickc>
Fri, 13 Dec 2002 13:19:43 +0000 (13:19 +0000)
commitc0b89b18f99de875c58ea4289a2ff63ad70c61fe
treee81d815916b8a250d93ba314ce66ec6f25bc02a0
parent8e9fdf0c0af9f4aaeedad3796cf3f0880d86035b
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