aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+1
2001-03-12Handle EM_S390_OLD.Nick Clifton1-0/+3
2001-02-28Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.Nick Clifton1-2/+2
2001-02-282001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell1-10/+43
* readelf.c (decode_ARM_machine_flags): Explicitly mention which ABI is in use; remove ambiguity between the "unknown" EABI and unrecognised ABIs. Handle version 2 ARM EABI. Update uses of renamed EF_xx constants.
2001-02-11 * readelf.c (struct unw_aux_info): Remove const from the info member.Michael Sokolov1-2/+2
(process_unwind): Don't type-cast the third argument to the GET_DATA_ALLOC macro.
2001-02-11fix seg fault in reloc reading codeNick Clifton1-2/+5
2001-02-10Document new --unwind option to readelf.Nick Clifton1-2/+1
2001-02-10Add s390 supportNick Clifton1-0/+7
2001-02-07Add -u option toi readelf to display unwind info.Nick Clifton1-105/+558
Add support to display unwind info for IA64 binaries.
2001-01-23 * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek1-106/+21
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-16Prevent seg fault with corrupt section name indiciesNick Clifton1-7/+9
2000-12-12Add EM_X86_64.Nick Clifton1-1/+8
2000-12-12Fix formatting.Nick Clifton1-65/+83
2000-12-082000-12-07 Andrew Haley <aph@redhat.com>Andrew Haley1-39/+145
* readelf.c (display_debug_frames): Only display columns that are referenced by the frame debug info.
2000-12-04 * readelf.c (process_section_headers): Handle linkonce.wi sections.Jason Merrill1-6/+12
(display_debug_section): Likewise. (display_debug_info): Display CU header before bailing.
2000-12-02Add MIPS SB1 machineNick Clifton1-0/+1
2000-12-02Add MIPS V and MIPS 64 machine numbersNick Clifton1-0/+6
2000-12-01Add MIPS32 as a seperate MIPS architectureNick Clifton1-1/+5
2000-11-30* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.DJ Delorie1-1/+1
2000-11-27oops, forgot a semicolonDJ Delorie1-1/+1
2000-11-27* readelf.c (usage): Add -wf (--debug-dump=frames) option.DJ Delorie1-2/+487
(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-22Add new machien types and section flagsNick Clifton1-4/+15
2000-11-202000-11-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX.
2000-11-19 * readelf.c (display_debug_lines): Adjust last change toRichard Henderson1-2/+2
use sizeof (external->li_length).
2000-11-17 * readelf.c (display_debug_lines): Fix section length checkRichard Henderson1-2/+2
and end_of_sequence computation.
2000-11-05Remove extraneous whitepacesNick Clifton1-52/+52
2000-09-14Add support for the MIPS32Nick Clifton1-0/+10
2000-08-17Catch and warn about attempts to display debug information for version 1 ↵Nick Clifton1-1/+14
aranges.
2000-08-082000-08-05 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-0/+6
* readelf.c (elf/i860.h): Include. (dump_relocations): Add recognition of i860 architecture. (guess_is_rela): Add recognition of i860 architecture.
2000-07-20 * MAINTAINERS: Add self as CRIS port maintainer.Hans-Peter Nilsson1-0/+7
* readelf.c: Include elf/cris.h. (guess_is_rela): Handle EM_CRIS. (dump_relocations): Ditto. (get_machine_name): Ditto. * Makefile.am: Rebuild dependencies. * Makefile.in: Regenerate. * po/binutils.pot: Regenerate.
2000-07-202000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-5/+31
* readelf.c (get_dynamic_type): Change "AUXILARY" to "AUXILIARY". (process_dynamic_segment): Print out strings for DT_CONFIG, DT_DEPAUDIT, DT_AUDIT and DT_RUNPATH.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+3
* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB to DF_1_NODEFLIB.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-4/+1
* readelf.c (get_dynamic_type): Fix DT_CHECKSUM.
2000-07-192000-07-19 H.J. Lu <hjl@gnu.org>H.J. Lu1-2/+31
* readelf.c (get_dynamic_type): Change DT_FEATURE_1 to DT_FEATURE. (process_dynamic_segment): Likewise. * readelf.c (get_dynamic_type): Handle DT_CONFIG, DT_DEPAUDIT, DT_AUDIT, DT_PLTPAD, DT_MOVETAB and DT_CHECKSUM. (process_dynamic_segment): Handle DTF_1_CONFEXP, DF_1_NODEPLIB, DF_1_NODUMP and DF_1_CONLFAT.
2000-07-10Warning fixes.Alan Modra1-10/+10
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-0/+3
for m68hc11 and m68hc12 processors.
2000-05-022000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+10
* readelf.c (get_osabi_name): Handle ELFOSABI_NONE instead of ELFOSABI_SYSV. Also handle ELFOSABI_NETBSD, ELFOSABI_HURD, ELFOSABI_SOLARIS, ELFOSABI_MONTEREY, ELFOSABI_IRIX, ELFOSABI_FREEBSD, ELFOSABI_TRU64, ELFOSABI_MODESTO and ELFOSABI_OPENBSD.
2000-05-01 * readelf.c (guess_is_rela): AVR uses RELA relocations.Denis Chertykov1-1/+2
(get_machine_name): machine name for EM_AVR added.
2000-04-21IA-64 ELF support.Jim Wilson1-0/+5
2000-04-14Portability fixes.Alan Modra1-6/+0
2000-04-10Replace 'strftime' with 'sprintf'.Nick Clifton1-2/+11
2000-04-07 * readelf.c (decode_location_expression): Loop through multipleJason Merrill1-464/+304
operations. (read_and_display_attr): Pass in length.
2000-04-07 * readelf.c (read_and_display_attr): Add CU offset to references.Jason Merrill1-32/+43
(display_debug_info): Pass it in.
2000-04-06Remove spurious blank lineNick Clifton1-1/+0
2000-04-06Detect EM_AVR machine numberNick Clifton1-0/+1
2000-04-06Add code to decode the e_flags field of an ARM ELF binary.Nick Clifton1-4/+118
2000-04-042000-04-04 H.J. Lu <hjl@gnu.org>H.J. Lu1-9/+9
* readelf.c (process_symbol_table): Correctly read in symbol versioning information.
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-1/+1
2000-03-30Include sys/types.h before sys/stat.h for ultrix.Alan Modra1-0/+1