* budemang.c: New file, "demangle" function.
authorAlan Modra <amodra@gmail.com>
Tue, 2 Jul 2002 04:21:25 +0000 (04:21 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 2 Jul 2002 04:21:25 +0000 (04:21 +0000)
commita6637ec0ed383a4658dfddbf625dee74af000f06
tree2ad7332d153a8e7ab118192f27b1a9557dcad961
parent793011ca4e1df774bacdbb1bd731d77779c6d9c0
* budemang.c: New file, "demangle" function.
* budemang.h: New file.
* addr2line.c (translate_addresses): Use "demangle".
* nm.c (print_symname): Likewise.
* objdump.c (objdump_print_symname): Likewise.
(dump_symbols): Likewise.  Also, don't use bfd_asymbol_name macro
here since that obfuscates.
* rdcoff.c: Don't #include demangle.h.
* Makefile.am (CFILES): Add budemang.c, emul_aix.c,
emul_vanilla.c.  Remove emul_$(EMULATION).c.  Sort.
(HFILES): Add budemang.h.  Sort.
(nm_new_SOURCES, objdump_SOURCES, addr2line_SOURCES): Add budemang.c.
Run "make dep-am".
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
binutils/ChangeLog
binutils/Makefile.am
binutils/Makefile.in
binutils/addr2line.c
binutils/budemang.c [new file with mode: 0644]
binutils/budemang.h [new file with mode: 0644]
binutils/nm.c
binutils/objdump.c
binutils/po/POTFILES.in
binutils/rdcoff.c
This page took 0.026827 seconds and 4 git commands to generate.