aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
2001-02-10Add s390 supportNick Clifton3-320/+331
2001-02-09Don't #ifdef inside printf in case printf is a macro.Alan Modra2-5/+8
2001-02-08 * acinclude.m4 (AM_PROG_LEX): Override installed definition.Hans-Peter Nilsson4-10/+32
* aclocal.m4: Regenerate. * configure: Regenerate.
2001-02-07Change bfd_target_vector from an array to a pointerNick Clifton4-7/+13
2001-02-07Add -u option toi readelf to display unwind info.Nick Clifton7-477/+2118
Add support to display unwind info for IA64 binaries.
2001-02-042001-02-04 Philip Blundell <philb@gnu.org>Phil Blundell3-2/+7
* configure.in (OBJDUMP_DEFS): Match `arm*-*', not just `arm-*'. * configure: Regenerate.
2001-01-31Another HAVE_DOS_BASED_FILE_SYSTEM check.Alan Modra2-1/+11
2001-01-24Don't check for backslashes in file namesAlan Modra2-32/+40
unless HAVE_DOS_BASED_FILE_SYSTEM is defined.
2001-01-24* stabs.c: Update copyright. Include "filenames.h".Alan Modra2-15/+10
(parse_stab): Use IS_ABSOLUTE_PATH. Ignore N_WARNING stabs.
2001-01-23s/11/01/Jakub Jelinek1-1/+1
2001-01-23 * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek2-106/+28
sections are present before using them. Remove code duplication. (process_symbol_table): Check if VERDEF or VERNEED sections are present before using them.
2001-01-18oops - omitted from previous deltaNick Clifton1-3/+8
2001-01-18Stop objcopy trying to convert endianness.Nick Clifton2-1/+15
2001-01-16oops - fix typoNick Clifton1-0/+11
2001-01-16Prevent seg fault with corrupt section name indiciesNick Clifton1-7/+9
2001-01-16Fix expected result from readellf -s with 64 bit binariesNick Clifton2-3/+8
2001-01-12Update copyright date to 2001Nick Clifton2-2/+6
2001-01-11Updated ARC assembler from arccores.comNick Clifton2-1/+6
2001-01-11Rotate ChangeLogsNick Clifton3-7112/+7128
2001-01-09fix spelling typoiNick Clifton1-1/+1
2001-01-09Add OBJDUMP_DEFS to configure and makefileNick Clifton7-25/+71
Check for DISASSEMBLER_NEEDS_RELOCS in objdump and read in relocs if set.
2001-01-07Update address for bug reports.Phil Blundell3-3/+9
2000-12-19Add missing support for arm-epoc-pe.Nick Clifton8-514/+587
2000-12-16Add Diego Novillo.Nick Clifton2-0/+6
2000-12-12Add EM_X86_64.Nick Clifton3-315/+329
2000-12-12Fix formatting.Nick Clifton3-371/+394
2000-12-11 * NEWS: Add note about x86_64 architecture.Jan Hubicka2-0/+6
* MAINTAINERS: Add myself and Andreas Jaeger as x86_64 maintainer.
2000-12-09Add tic54x and tms320c54x to expected cpus list.Nick Clifton2-1/+6
2000-12-082000-12-07 Andrew Haley <aph@redhat.com>Andrew Haley2-39/+150
* readelf.c (display_debug_frames): Only display columns that are referenced by the frame debug info.
2000-12-05Add Jason Merrill as DWARF2 maintainer.Nick Clifton2-0/+5
2000-12-04 * readelf.c (process_section_headers): Handle linkonce.wi sections.Jason Merrill2-13/+25
(display_debug_section): Likewise. (display_debug_info): Display CU header before bailing.
2000-12-02Add MIPS SB1 machineNick Clifton2-0/+4
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton2-0/+9
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton3-315/+359
2000-11-30* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.DJ Delorie2-1/+5
2000-11-28 Change sourceware.cygnus.com to sources.redhat.com.Hans-Peter Nilsson2-3/+5
Fix typo for "amongst".
2000-11-28 * MAINTAINERS: Add Jörn Rennecke and self as SH maintainers.Hans-Peter Nilsson2-0/+6
2000-11-28Move GNU Free Documentation License from the output into a commentNick Clifton11-3616/+3656
2000-11-28 * binutils-all/readelf.s: Adjust to readelf.c formatting changes.Hans-Peter Nilsson2-11/+16
2000-11-27oops, forgot a semicolonDJ Delorie1-1/+1
2000-11-27* readelf.c (usage): Add -wf (--debug-dump=frames) option.DJ Delorie3-5/+501
(parse_args): Support -wf option. (process_section_headers): Ditto. (debug_displays): Ditto. (display_debug_frames): New, dump *_frame sections. (frame_need_space): Support for above. (frame_display_row): Ditto. * binutils.texi: Document it.
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton2-2/+9
2000-11-22Add new machien types and section flagsNick Clifton2-4/+24
2000-11-202000-11-20 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+6
* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX.
2000-11-19 * readelf.c (display_debug_lines): Adjust last change toRichard Henderson2-2/+7
use sizeof (external->li_length).
2000-11-17 * readelf.c (display_debug_lines): Fix section length checkRichard Henderson2-2/+7
and end_of_sequence computation.
2000-11-06Add GNU Free Documentation LicenseNick Clifton12-181/+4134
2000-11-05Remove extraneous whitepacesNick Clifton1-52/+52
2000-11-05*** empty log message ***Nick Clifton1-1/+4
2000-11-03Fix readelf -S and readelf -s tests for MIPS and v850Nick Clifton5-17/+73