aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-13 13:19:44 +0000
committerNick Clifton <nickc@redhat.com>2002-12-13 13:19:44 +0000
commitd7fb0dd217056115f343a65919f97525ba88fc3c (patch)
tree39f8b3bcc10fcab385a6fe82d24324da446d475d /binutils/NEWS
parent4024f1e1c5302255a2d35e8969e2baa65038e649 (diff)
downloadgdb-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/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 74042b1..1e74e93 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Added --prefix-symbols=<text>, --prefix-sections=<text> and
+ --prefix-alloc-sections=<text> to objcopy.
+
* readelf can handle the extensions to the DWARF2 spec used by the Unified
Parallel C compiler.