diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-12-19 18:16:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-12-19 18:16:45 +0000 |
commit | 9a442fe8a57cea65858b1613b21a2f516a04217d (patch) | |
tree | d58382ce8dc02fa2c4202d7cc75b36ad2f2251b3 /binutils/ChangeLog | |
parent | 214e969267acd11ce81584187f66b1139b4d81cd (diff) | |
download | gdb-9a442fe8a57cea65858b1613b21a2f516a04217d.zip gdb-9a442fe8a57cea65858b1613b21a2f516a04217d.tar.gz gdb-9a442fe8a57cea65858b1613b21a2f516a04217d.tar.bz2 |
Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>:
* objcopy.c (OPTION_WEAKEN): Define.
(copy_options): Add "weaken".
(copy_usage): Mention --weaken.
(weaken): New static variable.
(filter_symbols): Handle weaken.
(copy_object): Call filter_symbols if weaken.
(copy_main): Handle OPTION_WEAKEN.
* binutils.texi, objcopy.1: Document --weaken.
PR 11272.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 024ada5..9a64749 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,20 @@ +Thu Dec 19 13:11:20 1996 Ian Lance Taylor <ian@cygnus.com> + + Based on patch from Andrew J Klossner <andrew@pogo.wv.tek.com>: + * objcopy.c (OPTION_WEAKEN): Define. + (copy_options): Add "weaken". + (copy_usage): Mention --weaken. + (weaken): New static variable. + (filter_symbols): Handle weaken. + (copy_object): Call filter_symbols if weaken. + (copy_main): Handle OPTION_WEAKEN. + * binutils.texi, objcopy.1: Document --weaken. + +Sat Dec 7 10:17:25 1996 Jeffrey A Law (law@cygnus.com) + + * Makefile.in (install): Add "else true" clause to cater to + broken "make" on some systems. + Fri Dec 6 17:21:41 1996 Ian Lance Taylor <ian@cygnus.com> * ieee.c (parse_ieee_bb): Always initialize namcopy to avoid gcc |