* ldmisc.h (demangle): Declare.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 2d67298282cdb84452e72411d381b9570a53c753..ed25a4b0e980802b3357fc7c5532b15069456dd4 100644 (file)
@@ -1,5 +1,24 @@
 Fri Apr 26 14:42:27 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * ldmisc.h (demangle): Declare.
+       * ldmisc.c: Include "libiberty.h".  Include demangle.h with "",
+       not <>.
+       (demangle): Make non-static.  Remove remove_underscore paramter.
+       Always return an allocated string.
+       (vfinfo): Free result of demangle.  Add case 'G'.  Use %T to print
+       functionname, rather than calling demangle.  Print a colon between
+       the BFD(section+offset) and the line number.
+       * ldmain.c (add_archive_element): Improve format of archive
+       information in map file.
+       (constructor_callback): Don't print anything to the map file.
+       * ldlang.c (lang_one_common): Improve format of common symbol
+       information in map file.
+       * ldctor.c (ldctor_build_sets): If producing a map file, print set
+       information.
+       * ldwrite.c (print_symbol_table): Print a newline before the
+       header in the map file.
+       * Makefile.in: Rebuild dependencies.
+
        * ldmisc.c (vfinfo): Reindent.
 
 Mon Apr 22 12:07:32 1996  Ian Lance Taylor  <ian@cygnus.com>
This page took 0.024095 seconds and 4 git commands to generate.