Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 1 | -1/+1 | |
2001-03-12 | Handle EM_S390_OLD. | Nick Clifton | 1 | -0/+3 | |
2001-02-28 | Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro. | Nick Clifton | 1 | -2/+2 | |
2001-02-28 | 2001-02-28 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -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 Sokolov | 1 | -2/+2 | |
(process_unwind): Don't type-cast the third argument to the GET_DATA_ALLOC macro. | |||||
2001-02-11 | fix seg fault in reloc reading code | Nick Clifton | 1 | -2/+5 | |
2001-02-10 | Document new --unwind option to readelf. | Nick Clifton | 1 | -2/+1 | |
2001-02-10 | Add s390 support | Nick Clifton | 1 | -0/+7 | |
2001-02-07 | Add -u option toi readelf to display unwind info. | Nick Clifton | 1 | -105/+558 | |
Add support to display unwind info for IA64 binaries. | |||||
2001-01-23 | * readelf.c (process_version_sections): Check if VERDEF or VERNEED | Jakub Jelinek | 1 | -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-16 | Prevent seg fault with corrupt section name indicies | Nick Clifton | 1 | -7/+9 | |
2000-12-12 | Add EM_X86_64. | Nick Clifton | 1 | -1/+8 | |
2000-12-12 | Fix formatting. | Nick Clifton | 1 | -65/+83 | |
2000-12-08 | 2000-12-07 Andrew Haley <aph@redhat.com> | Andrew Haley | 1 | -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 Merrill | 1 | -6/+12 | |
(display_debug_section): Likewise. (display_debug_info): Display CU header before bailing. | |||||
2000-12-02 | Add MIPS SB1 machine | Nick Clifton | 1 | -0/+1 | |
2000-12-02 | Add MIPS V and MIPS 64 machine numbers | Nick Clifton | 1 | -0/+6 | |
2000-12-01 | Add MIPS32 as a seperate MIPS architecture | Nick Clifton | 1 | -1/+5 | |
2000-11-30 | * readelf.c (frame_display_row): Output 's' for DW_CFA_same_value. | DJ Delorie | 1 | -1/+1 | |
2000-11-27 | oops, forgot a semicolon | DJ Delorie | 1 | -1/+1 | |
2000-11-27 | * readelf.c (usage): Add -wf (--debug-dump=frames) option. | DJ Delorie | 1 | -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-22 | Add new machien types and section flags | Nick Clifton | 1 | -4/+15 | |
2000-11-20 | 2000-11-20 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 | |
* readelf.c (get_osabi_name): Change ELFOSABI_MONTEREY to ELFOSABI_AIX. | |||||
2000-11-19 | * readelf.c (display_debug_lines): Adjust last change to | Richard Henderson | 1 | -2/+2 | |
use sizeof (external->li_length). | |||||
2000-11-17 | * readelf.c (display_debug_lines): Fix section length check | Richard Henderson | 1 | -2/+2 | |
and end_of_sequence computation. | |||||
2000-11-05 | Remove extraneous whitepaces | Nick Clifton | 1 | -52/+52 | |
2000-09-14 | Add support for the MIPS32 | Nick Clifton | 1 | -0/+10 | |
2000-08-17 | Catch and warn about attempts to display debug information for version 1 ↵ | Nick Clifton | 1 | -1/+14 | |
aranges. | |||||
2000-08-08 | 2000-08-05 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 1 | -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 Nilsson | 1 | -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-20 | 2000-07-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -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-19 | 2000-07-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -3/+3 | |
* readelf.c (process_dynamic_segment): Change DF_1_NODEPLIB to DF_1_NODEFLIB. | |||||
2000-07-19 | 2000-07-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -4/+1 | |
* readelf.c (get_dynamic_type): Fix DT_CHECKSUM. | |||||
2000-07-19 | 2000-07-19 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -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-10 | Warning fixes. | Alan Modra | 1 | -10/+10 | |
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 1 | -0/+3 | |
for m68hc11 and m68hc12 processors. | |||||
2000-05-02 | 2000-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -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 Chertykov | 1 | -1/+2 | |
(get_machine_name): machine name for EM_AVR added. | |||||
2000-04-21 | IA-64 ELF support. | Jim Wilson | 1 | -0/+5 | |
2000-04-14 | Portability fixes. | Alan Modra | 1 | -6/+0 | |
2000-04-10 | Replace 'strftime' with 'sprintf'. | Nick Clifton | 1 | -2/+11 | |
2000-04-07 | * readelf.c (decode_location_expression): Loop through multiple | Jason Merrill | 1 | -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 Merrill | 1 | -32/+43 | |
(display_debug_info): Pass it in. | |||||
2000-04-06 | Remove spurious blank line | Nick Clifton | 1 | -1/+0 | |
2000-04-06 | Detect EM_AVR machine number | Nick Clifton | 1 | -0/+1 | |
2000-04-06 | Add code to decode the e_flags field of an ARM ELF binary. | Nick Clifton | 1 | -4/+118 | |
2000-04-04 | 2000-04-04 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -9/+9 | |
* readelf.c (process_symbol_table): Correctly read in symbol versioning information. | |||||
2000-04-04 | Move translated part of bug report string back into .c files so | Alan Modra | 1 | -1/+1 | |
xgettext can find it. Regnerate .pot files. | |||||
2000-04-03 | Move bug report string to one place. | Alan Modra | 1 | -1/+1 | |
2000-03-30 | Include sys/types.h before sys/stat.h for ultrix. | Alan Modra | 1 | -0/+1 | |