* ldmisc.h (demangle): Declare.
authorIan Lance Taylor <ian@airs.com>
Fri, 26 Apr 1996 22:15:10 +0000 (22:15 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 26 Apr 1996 22:15:10 +0000 (22:15 +0000)
commitefa6c49704b5d4a46840c7d93f1312010ad2bae4
treee01dc1a4e85f0798e2a695e127744af92f355ff6
parentecba7a3a1aa79f341f0b1574e05e634a617247e5
* 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.
ld/ChangeLog
ld/Makefile.in
ld/ldlang.c
ld/ldmain.c
ld/ldmisc.c
ld/ldmisc.h
ld/ldwrite.c
This page took 0.024355 seconds and 4 git commands to generate.