* objcopy.c (redefine_list_append): Add an argument that
authorJason Thorpe <thorpej@netbsd.org>
Mon, 2 Jun 2003 14:45:13 +0000 (14:45 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Mon, 2 Jun 2003 14:45:13 +0000 (14:45 +0000)
commit92991082e9db02ae89daffa50771552e958ba177
tree3591cc4ddb5c55b017a1cfc9b5b9f4df049278b1
parent3bb727441d45dc357080da05218af31275d03e92
* objcopy.c (redefine_list_append): Add an argument that
indicates the context from which this function is being
called.  Change all callers.
(copy_options): Add a new option, --redefine-syms.
(copy_usage): Document new option.
(copy_main): Handle the --redefine-syms option.
* doc/binutils.text (objcopy): Document new option.
binutils/ChangeLog
binutils/doc/binutils.texi
binutils/objcopy.c