Daniel Jacobowitz
09fc3b0230
* readelf.c (display_debug_info): Ignore empty .rela.debug_info
sections. Allow relocations against the absolute symbol. Don't
use the value in compunit.cu_abbrev_offset if we found a RELA
relocation.
24 years ago
Nick Clifton
f309035a88
Read in dynamic symbols if no ordinary ones are available.
24 years ago
H.J. Lu
810dfa6e36
2002-09-30 H.J. Lu <hjl@gnu.org>
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120,
E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
24 years ago
Zack Weinberg
bb279dc026
binutils:
* Makefile.am (CFILES): Add cxxfilt.c.
(cxxfilt_SOURCES): Now just cxxfilt.c $(BULIBS).
(cxxfilt_LDADD): Delete.
Remove all references to underscore.c.
Regen dependencies.
* configure.in: Define TARGET_PREPENDS_UNDERSCORE in
config.h from $UNDERSCORE, rather than AC_SUBSTing it.
* binutils/cxxfilt.c: Moved here from gcc/cp, minor
adjustments to fit into binutils framework.
* configure, config.in, Makefile.in, doc/Makefile.in: Regenerate.
gcc/cp:
* Make-lang.in: Remove all references to the demangler.
* cxxfilt.c: Moved to binutils.
24 years ago
Nick Clifton
065c959b71
Handle DW_OP_GNU_push_tls_address.
Synch up with the gcc's dwarf2.h
24 years ago
Nick Clifton
e09f439535
Update translations
24 years ago
Nick Clifton
873e05886e
Add Ben Elliston as a maintainer for configure and testsuite changes.
Add paragraphs about testsuite and config patches.
24 years ago
Nick Clifton
069fe61f90
Remove redundant reference to E_V850EA_ARCH.
24 years ago
Alan Modra
fe0507eba5
* objdump.c (dump_bfd): Restore lines accidentally deleted in
last commit.
24 years ago
Nick Clifton
026df7c5e6
Add TMS320C4x support
24 years ago
Alan Modra
68a4c07345
Revert last change.
24 years ago
Alan Modra
84938e2e33
* binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" on
stdout.
(strip_executable): Likewise.
24 years ago
Alan Modra
a1df01d1e4
* nm.c (display_rel_file): Don't report "no symbols" as an error.
* objdump.c (slurp_symtab): Likewise.
(slurp_dynamic_symtab): Likewise.
(dump_symbols): Likewise. Do print "no symbols" to stdout.
24 years ago
Geoffrey Keating
a926ab2fb9
* MAINTAINERS: Change my mailing address.
24 years ago
Dave Anglin
fcf6238032
* MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.
24 years ago
Nick Clifton
f52e0eb852
oops - omitted from previous delta
24 years ago
Nick Clifton
51e28791b0
Add Jeff Law as HPPA maintainer
24 years ago
Alan Modra
c5b060adc5
* readelf.c (parse_args): Change debug_dump_opt to static.
24 years ago
Nick Clifton
61cd567514
Revert previous delta - it was bogus.
24 years ago
Nick Clifton
86f5577900
Put a newline after display an unknown dynamic type.
24 years ago
Nick Clifton
4b73ca9289
Cope with demangling function names that include a double underscore.
24 years ago
Alan Modra
8de397a5ad
* binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
tic80, tms320c30.
* binutils-all/objcopy.exp (simple copy): Revise xfails.
24 years ago
Alan Modra
35b1837e46
* readelf.c: Include elf/i370.h.
(dump_relocations): Handle EM_S370.
(dynamic_segment_parisc_val): Print \n.
(process_dynamic_segment <DT_BIND_NOW>): Here too.
24 years ago
Nick Clifton
762baac5e1
oops - omitted from previous delta
24 years ago
Nick Clifton
b5e2a4f34a
Replace 'gnu-new-abi' with 'gnu-v3'
24 years ago
Nick Clifton
85c09e8a4a
Don't warn about ALT use with non-VIRTKEY.
24 years ago
H.J. Lu
212a3c4d9d
2002-08-13 H.J. Lu <hjl@gnu.org>
* objcopy.c (copy_object): Don't warn about the unsupported
architecture unless the input target is defaulted or the
output architecture is different from the input.
24 years ago
Nick Clifton
2b692c5912
Updated Swedish translation
24 years ago
Richard Henderson
1b50a3482a
Add myself as Alpha maintainer.
24 years ago
Alan Modra
09de7a7356
* prdbg.c (pr_fix_visibility): Remove assert.
24 years ago
Nick Clifton
47badb7be6
Rename function arguments to avoid shadowing global symbols of the same name.
24 years ago
Jakub Jelinek
2979dc3446
* readelf.c (OPTION_DEBUG_DUMP): Define.
(options): Use it.
(usage): Update help.
(parse_args): Handle --debug-dump separately from -w.
* doc/binutils.texi (readelf): Update documentation.
24 years ago
Nick Clifton
219576a4db
New translations
24 years ago
Nick Clifton
bf4f22e6a6
oops - omitted from previous delta
24 years ago
Nick Clifton
ff3063f557
Update Spanish and Swedish translations
24 years ago
Alan Modra
c5b3a82ae6
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
24 years ago
Nick Clifton
0461a601af
update translations.
24 years ago
Alan Modra
bf44dd7445
* doc/binutils.texi (addr2line <man synopsis>): Correct brackets.
24 years ago
Alan Modra
63eb080933
* budemang.c: Include config.h and string.h/strings.h.
24 years ago
Alan Modra
2c205ff2b0
* budemang.c: Include string.h.
24 years ago
Nick Clifton
1e4cf259d2
Add IP2K support
24 years ago
Nick Clifton
2cbb2eefe2
Add 'Chnages in 2.13' to NEWS files.
24 years ago
Jakub Jelinek
047b22647d
* readelf.c (get_dynamic_type): Handle DT_GNU_PRELINKED,
DT_GNU_CONFLICT* and DT_GNU_LIBLISZ*.
(get_section_type_name): Handle SHT_GNU_LIBLIST.
(process_dynamic_segment): Handle DT_GNU_CONFLICTSZ,
DT_GNU_LIBLISTSZ and DT_GNU_PRELINKED.
(process_gnu_liblist): New.
(process_file): Call it.
* elf/common.h (SHT_GNU_LIBLIST, DT_GNU_PRELINKED,
DT_GNU_CONFLICT*, DT_GNU_LIBLIST*): Define.
24 years ago
Alan Modra
97230b1503
* Makefile.am (check-DEJAGNU): Revert 2002-06-25 change.
* Makefile.in: Regenerate.
25 years ago
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.
25 years ago
Jason Thorpe
179d3252e3
include/elf:
2002-07-01 Matt Thomas <matt@3am-software.com>
* Rename EF_* to EF_VAX_*.
bfd:
2002-07-01 Matt Thomas <matt@3am-software.com>
* elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
to EF_VAX_*.
binutils:
2002-07-01 Matt Thomas <matt@3am-software.com>
* readelf.c: Include "elf/vax.h".
(guess_is_rela): Move EM_VAX from unknown to RELA case.
(dump_relocations): Handle VAX relocations.
(get_machine_flags): Handle VAX machine flags.
25 years ago
Stephane Carrez
75751cd993
* readelf.c (dump_relocations): Handle 68HC11/68HC12 relocations.
25 years ago
Nick Clifton
e5851ab835
Rescind Tom Rix's maintainerships.
25 years ago
Alan Modra
eb3f2f5cfd
* nm.c (print_symname): When demangling, strip leading dots from
symbol names to avoid confusing the demangler.
25 years ago
H.J. Lu
a13a0de813
2002-06-25 H.J. Lu <hjl@gnu.org>
* Makefile.am (check-DEJAGNU): Set LC_ALL=C and export it.
* Makefile.in: Regenerated.
25 years ago