aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1997-10-09 04:34:59 +0000
committerRichard Henderson <rth@redhat.com>1997-10-09 04:34:59 +0000
commit8d2e72a1c8919c8e54bfe4d5b508c382586ed4cd (patch)
tree38b6a537eac11b5c62144f8b3e526c422c6dda88 /binutils/ChangeLog
parent2875c6c6853325552cd9fb35c6d4842da47ca9cc (diff)
downloadgdb-8d2e72a1c8919c8e54bfe4d5b508c382586ed4cd.zip
gdb-8d2e72a1c8919c8e54bfe4d5b508c382586ed4cd.tar.gz
gdb-8d2e72a1c8919c8e54bfe4d5b508c382586ed4cd.tar.bz2
* objcopy.c (keep_specific_list, privatize_specific_list,
weaken_specific_list): New variables. (keep_symbols): Removed. (add_specific_symbol): New function from the carcas of add_strip_symbol. Takes a list as an argument. (is_specified_symbol): Likewise from is_strip_symbol. (filter_symbols): Honor the new privatize and weaken lists. Optimize bfd_asymbol_name handling. (copy_object, copy_options, copy_usage): Add privatize-symbol & weaken-symbol options. * objcopy.1, binutils.texi: Update docs.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog22
1 files changed, 19 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f0fcac8..961ee02 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,8 +1,24 @@
+Wed Oct 8 21:19:11 1997 Richard Henderson <rth@cygnus.com>
+
+ * objcopy.c (keep_specific_list, privatize_specific_list,
+ weaken_specific_list): New variables.
+ (keep_symbols): Removed.
+ (add_specific_symbol): New function from the carcas of
+ add_strip_symbol. Takes a list as an argument.
+ (is_specified_symbol): Likewise from is_strip_symbol.
+ (filter_symbols): Honor the new privatize and weaken lists.
+ Optimize bfd_asymbol_name handling.
+ (copy_object, copy_options, copy_usage): Add privatize-symbol &
+ weaken-symbol options.
+
+ * objcopy.1, binutils.texi: Update docs.
+
Sun Oct 5 09:05:44 1997 Frank Ch. Eigler <fche@cygnus.com>
- * objdump.c (disassemble_data): Add "0x" prefix for
- symbol-offsets in disassembly. Make "--prefix-addresses"
- disassembly adjust to mixed-length instructions.
+ * objdump.c (disassemble_data): Make "--prefix-addresses"
+ disassembly adjust to mixed-length instructions.
+ (objdump_print_addr_with_sym): Add "0x" prefix for hexadecimal
+ symbol-offsets in disassembly.
Fri Oct 3 12:04:25 1997 Ian Lance Taylor <ian@cygnus.com>