Added --prefix-symbols <prefix> option to rename all symbols by adding the
commit9391127bfb0954c9a2d3d743fd3096c1561327e3
authorNick Clifton <nickc@redhat.com>
Fri, 13 Dec 2002 13:19:44 +0000 (13 13:19 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 13 Dec 2002 13:19:44 +0000 (13 13:19 +0000)
treec16c4287237ded4934fc9d3942a59859664380d3
parent06f7d777fb73ef812650fbe48d396ef0bbc24c38
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