aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2003-06-02 14:45:13 +0000
committerJason Thorpe <thorpej@netbsd.org>2003-06-02 14:45:13 +0000
commit92991082e9db02ae89daffa50771552e958ba177 (patch)
tree3591cc4ddb5c55b017a1cfc9b5b9f4df049278b1 /binutils/ChangeLog
parent3bb727441d45dc357080da05218af31275d03e92 (diff)
downloadgdb-92991082e9db02ae89daffa50771552e958ba177.zip
gdb-92991082e9db02ae89daffa50771552e958ba177.tar.gz
gdb-92991082e9db02ae89daffa50771552e958ba177.tar.bz2
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 85d4f97..536d761 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,14 @@
+2003-06-02 Chris Demetriou <cgd@broadcom.com>
+ Jason Thorpe <thorpej@wasabisystems.com>
+
+ * 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.
+
2003-05-31 Richard Henderson <rth@redhat.com>
* readelf.c (byte_get_signed): New.