Nick Clifton
5cf1065c25
Add hex number to PROCESSOR-specific, OS-specific, and reserved symbol types.
24 years ago
Alan Modra
f1ef08cb01
* readelf.c (byte_get_little_endian): Comment typo fix.
(print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
as the format string.
(dump_relocations): Correct section sym names.
(process_section_headers): Clear symtab_shndx_hdr.
(read_and_display_attr_value): Don't pass indirect string to printf
as the format string.
(display_debug_frames): Indicate when zero terminator found. Decode
DW_EH_PE_pcrel addresses.
24 years ago
Nick Clifton
1a09a22c06
Define SKIP_ZEROES as 32 for tic4x target in order to ensure proper
disassembly of the valid 0-value opcode.
24 years ago
Kaz Kojima
c254c557e7
* MAINTAINERS: Add Kaz Kojima as SH maintainer.
24 years ago
Ben Elliston
aefbdd678e
* doc/binutils.texi (objdump): Document -z and move the entry for
--disassemble-zeroes to the end of the options section (for `z').
24 years ago
Nick Clifton
ab9bcc017f
Discontinue Hans-Peter Nilsson as SH maintainer.
24 years ago
Alan Modra
8ab56b6f54
* objdump.c (dump_data): Correct addr_offset for opb != 1.
24 years ago
Alan Modra
48417c1acc
* bucomm.c (list_supported_targets): Use bfd_target_list.
24 years ago
Alan Modra
49c1257607
* objcopy.c (copy_file): Report ambiguous bfd_object matches, and
other object errors in preference to bfd_core errors.
24 years ago
Alan Modra
6e1a7e9a11
* Makefile.am: Run "make dep-am".
* objdump.c: #include "bfdver.h".
* version.c: Likewise.
* Makefile.in: Regenerate.
* config.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
24 years ago
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
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
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
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
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
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
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.
24 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.
24 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.
24 years ago