aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2002-11-12Add new/updated Danish translationsNick Clifton2-178/+172
2002-11-11 * rddbg.c (read_section_stabs_debugging_info): Also recognizeAlan Modra2-9/+15
LC_SYMTAB.stab/LC_SYMTAB.stabstr as a valid pair of sections.
2002-11-11* MAINTAINERS: Reinstate DJ Delorie as COFF maintainer. Drop COFF from cgfChristopher Faylor2-1/+7
maintainership.
2002-11-11* MAINTAINERS: Replace DJ Delorie as PE/COFF maintainer.Christopher Faylor2-1/+5
2002-11-07Added/Updated Danish translation.Nick Clifton4-2/+4828
2002-11-07Revert part of previous patch: Display unknown symbol types in decimal, not hex.Nick Clifton2-1/+6
2002-11-06Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton7-151/+245
(i386)
2002-11-06Added Svein Seldal as maintainer for the TIC4X targetSvein Seldal2-0/+5
2002-11-06oops - omitted fix to display unknown symbol type in hex.Nick Clifton2-2/+3
2002-11-06Add hex number to PROCESSOR-specific, OS-specific, and reserved symbol types.Nick Clifton2-9/+14
2002-11-04 * readelf.c (byte_get_little_endian): Comment typo fix.Alan Modra2-8/+57
(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.
2002-10-23Define SKIP_ZEROES as 32 for tic4x target in order to ensure properNick Clifton8-1428/+1596
disassembly of the valid 0-value opcode.
2002-10-23 * MAINTAINERS: Add Kaz Kojima as SH maintainer.Kaz Kojima2-0/+5
2002-10-22* use @itemx, not @item, for --disassemble-zeroes.Ben Elliston1-1/+1
2002-10-22 * doc/binutils.texi (objdump): Document -z and move the entry forBen Elliston2-5/+11
--disassemble-zeroes to the end of the options section (for `z').
2002-10-21Discontinue Hans-Peter Nilsson as SH maintainer.Nick Clifton2-1/+4
2002-10-21 * objdump.c (dump_data): Correct addr_offset for opb != 1.Alan Modra2-3/+8
2002-10-15 * bucomm.c (list_supported_targets): Use bfd_target_list.Alan Modra2-4/+8
2002-10-15 * objcopy.c (copy_file): Report ambiguous bfd_object matches, andAlan Modra2-7/+33
other object errors in preference to bfd_core errors.
2002-10-14 * Makefile.am: Run "make dep-am".Alan Modra8-143/+216
* objdump.c: #include "bfdver.h". * version.c: Likewise. * Makefile.in: Regenerate. * config.in: Regenerate. * configure: Regenerate. * po/POTFILES.in: Regenerate.
2002-10-09 * readelf.c (display_debug_info): Ignore empty .rela.debug_infoDaniel Jacobowitz2-4/+14
sections. Allow relocations against the absolute symbol. Don't use the value in compunit.cu_abbrev_offset if we found a RELA relocation.
2002-10-07Read in dynamic symbols if no ordinary ones are available.Nick Clifton2-7/+9
2002-10-012002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* readelf.c (get_machine_flags): Handle E_MIPS_MACH_4120, E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
2002-09-17binutils:Zack Weinberg8-289/+523
* 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.
2002-09-12Handle DW_OP_GNU_push_tls_address.Nick Clifton2-8/+18
Synch up with the gcc's dwarf2.h
2002-09-11Update translationsNick Clifton2-1974/+2575
2002-09-10Add Ben Elliston as a maintainer for configure and testsuite changes.Nick Clifton2-0/+26
Add paragraphs about testsuite and config patches.
2002-08-29Remove redundant reference to E_V850EA_ARCH.Nick Clifton2-3/+5
2002-08-28 * objdump.c (dump_bfd): Restore lines accidentally deleted inAlan Modra2-0/+7
last commit.
2002-08-28Add TMS320C4x supportNick Clifton3-10/+17
2002-08-26Revert last change.Alan Modra4-4/+18
2002-08-26 * binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" onAlan Modra2-2/+8
stdout. (strip_executable): Likewise.
2002-08-26 * nm.c (display_rel_file): Don't report "no symbols" as an error.Alan Modra3-17/+12
* objdump.c (slurp_symtab): Likewise. (slurp_dynamic_symtab): Likewise. (dump_symbols): Likewise. Do print "no symbols" to stdout.
2002-08-24 * MAINTAINERS: Change my mailing address.Geoffrey Keating2-1/+5
2002-08-23 * MAINTAINERS: Add Dave Anglin as HPPA co-maintainer.Dave Anglin2-0/+5
2002-08-23oops - omitted from previous deltaNick Clifton1-1/+1
2002-08-22Add Jeff Law as HPPA maintainerNick Clifton2-0/+6
2002-08-20 * readelf.c (parse_args): Change debug_dump_opt to static.Alan Modra2-1/+5
2002-08-17Revert previous delta - it was bogus.Nick Clifton2-7/+0
2002-08-16Put a newline after display an unknown dynamic type.Nick Clifton2-2/+14
2002-08-16Cope with demangling function names that include a double underscore.Nick Clifton2-23/+40
2002-08-15 * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,Alan Modra3-15/+22
tic80, tms320c30. * binutils-all/objcopy.exp (simple copy): Revise xfails.
2002-08-15 * readelf.c: Include elf/i370.h.Alan Modra2-0/+15
(dump_relocations): Handle EM_S370. (dynamic_segment_parisc_val): Print \n. (process_dynamic_segment <DT_BIND_NOW>): Here too.
2002-08-14oops - omitted from previous deltaNick Clifton1-0/+6
2002-08-14Replace 'gnu-new-abi' with 'gnu-v3'Nick Clifton3-15/+15
2002-08-14Don't warn about ALT use with non-VIRTKEY.Nick Clifton2-1/+6
2002-08-132002-08-13 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+9
* 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.
2002-08-09Updated Swedish translationNick Clifton2-117/+1022
2002-08-06Add myself as Alpha maintainer.Richard Henderson1-0/+1
2002-08-05 * prdbg.c (pr_fix_visibility): Remove assert.Alan Modra2-2/+4