Alan Modra
|
a6637ec0ed
|
* 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.
|
2002-07-02 04:21:25 +00:00 |
Kazu Hirata
|
53c7db4bbb
|
* rdcoff.c: Fix formatting.
* rddbg.c: Likewise.
* readelf.c: Likewise.
* rename.c: Likewise.
* resbin.c: Likewise.
* resrc.c: Likewise.
* resres.c: Likewise.
|
2002-05-23 04:11:57 +00:00 |
Nick Clifton
|
8c2bc6877d
|
Fix typos in ChangeLogs and update copyright notices
|
2001-03-13 06:43:59 +00:00 |
Alan Modra
|
5bbe3a506e
|
(external_coff_symbol_p): K&R-ise.
|
2000-07-23 08:19:25 +00:00 |
Nick Clifton
|
05c58a7cfb
|
Treat GNU weak symbols as external.
|
2000-06-25 16:39:45 +00:00 |
Alan Modra
|
37cc8ec1be
|
A mostly cosmetic tidy up of warnings and error message reporting.
|
2000-04-07 04:34:50 +00:00 |
Ian Lance Taylor
|
b4c96d0d37
|
* Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSED
as appropriate. Add variable initializations. Add casts.
* objdump.c (disassemble_bytes): Change j to bfd_vma.
* readelf.c (process_syminfo): Change i to unsigned int.
(display_debug_info): Change abbrev_number to unsigned long.
(process_mips_specific): Change fcnt to size_t.
|
1999-07-11 20:02:30 +00:00 |
Richard Henderson
|
252b5132c7
|
19990502 sourceware import
|
1999-05-03 07:29:11 +00:00 |