diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-13 13:19:44 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-13 13:19:44 +0000 |
commit | d7fb0dd217056115f343a65919f97525ba88fc3c (patch) | |
tree | 39f8b3bcc10fcab385a6fe82d24324da446d475d /binutils/ChangeLog | |
parent | 4024f1e1c5302255a2d35e8969e2baa65038e649 (diff) | |
download | gdb-d7fb0dd217056115f343a65919f97525ba88fc3c.zip gdb-d7fb0dd217056115f343a65919f97525ba88fc3c.tar.gz gdb-d7fb0dd217056115f343a65919f97525ba88fc3c.tar.bz2 |
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8c9b25a..a2dfab4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2002-12-15 Nick Kelsey <nickk@ubicom.com> + + * objcopy.c: Add --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. + * NEWS: Mention this new feature. + * doc/binutils.texi: Document this new feature. + 2002-12-13 Alan Modra <amodra@bigpond.net.au> * dlltool.c (mcore_elf_gen_out_file): Replace all occurrences of |