diff options
author | Alan Modra <amodra@gmail.com> | 2002-07-02 04:21:25 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-07-02 04:21:25 +0000 |
commit | a6637ec0ed383a4658dfddbf625dee74af000f06 (patch) | |
tree | 2ad7332d153a8e7ab118192f27b1a9557dcad961 /binutils/po | |
parent | 793011ca4e1df774bacdbb1bd731d77779c6d9c0 (diff) | |
download | gdb-a6637ec0ed383a4658dfddbf625dee74af000f06.zip gdb-a6637ec0ed383a4658dfddbf625dee74af000f06.tar.gz gdb-a6637ec0ed383a4658dfddbf625dee74af000f06.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/po')
-rw-r--r-- | binutils/po/POTFILES.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/po/POTFILES.in b/binutils/po/POTFILES.in index 0ff0fbd..1a3e585 100644 --- a/binutils/po/POTFILES.in +++ b/binutils/po/POTFILES.in @@ -7,6 +7,8 @@ binemul.h bucomm.c bucomm.h budbg.h +budemang.c +budemang.h coffdump.c coffgrok.c coffgrok.h @@ -16,6 +18,7 @@ debug.h dlltool.c dlltool.h dllwrap.c +emul_aix.c emul_vanilla.c filemode.c ieee.c |