objcopy.c (add_strip_symbol): Cast return value of xmalloc.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 8a9a091a5fd5729494ee5ec5192eb5dbe8350448..14c993c5e384c7c95b56c2e5e0c4669c2df4a151 100644 (file)
@@ -1,3 +1,13 @@
+Thu Dec  8 14:45:50 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
+
+Wed Nov 30 11:05:43 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
+
+       * ar.c (replace_members): Pass current->filename to normalize when
+       checking for duplicates, because the filename of a newly added
+       file will not have been normalized yet.
+
 Thu Nov 17 15:00:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * ar.c (main): Don't call do_quick_append if any of the archive
@@ -6,6 +16,21 @@ Thu Nov 17 15:00:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
        * objcopy.c (main): Fix is_strip test.  From
        pirker@eiunix.tuwien.ac.at (Martin Pirker).
 
+Thu Nov 17 15:37:19 1994  Mark W. Eichin  <eichin@cygnus.com>
+
+       * objcopy.c (add_strip_symbol): New function, adds a name to an
+       explicit list of symbols to strip.
+       (is_strip_symbol): New function, reports whether the name argument
+       is in the explicit list.
+       (filter_symbols): Check against is_strip_symbol above all.
+       (strip_main): Recognize -N option. If used, don't default to
+       strip_all.
+       (copy_main): Recognize -N option.
+       (strip_usage): Document -N and --strip-symbol options.
+       (copy_usage): Ditto.
+       * objcopy.1, strip.1, binutils.texi: Document -N and
+       --strip-symbol options.
+
 Tue Nov  8 13:12:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * objdump.c (display_target_list, display_info_table): Pass an
This page took 0.023354 seconds and 4 git commands to generate.