aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-022000-05-02 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+10
2000-05-01 * readelf.c (guess_is_rela): AVR uses RELA relocations.Denis Chertykov1-1/+2
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
2000-04-07 * readelf.c (read_and_display_attr): Add CU offset to references.Jason Merrill1-32/+43
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
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
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
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-0/+5
2000-02-28 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor1-3/+6
2000-02-23Teach get_osabi_name about LinuxAlan Modra1-0/+1
2000-02-22Remove use of ELF_ST_OTHER.Nick Clifton1-6/+4
2000-02-22 From Brad Lucier <lucier@math.purdue.edu>:Ian Lance Taylor1-16/+17
2000-01-26Most of these changes are really only cosmetic. The readelf.c patchAlan Modra1-8/+11
2000-01-17Detect ELFOSABI_ARM.Nick Clifton1-0/+1
2000-01-13Fix description of EM_S370.Nick Clifton1-1/+1
2000-01-11Fix mistakes made about interpretation of ELF ABI specNick Clifton1-1/+1
2000-01-10Add NT_WIN32PSTATUS to list of recognised core notesNick Clifton1-0/+1
1999-12-28Add decoding of new constants defined in Oct 4, 1999 draft of ELF ABI spec.Nick Clifton1-40/+176
1999-12-10Fix support for native 64bit ELF systemsNick Clifton1-0/+12
1999-12-07fix typo in previous deltaNick Clifton1-12/+13
1999-12-07minor formatting changesNick Clifton1-25/+26
1999-12-07Fix compile time warnings & asupport more than 999 symbolsNick Clifton1-26/+28
1999-12-07Fix displaying 64bit ELF files.Nick Clifton1-86/+275
1999-11-25Applied Fred Fish's patch to fix decoding of core notes.Nick Clifton1-34/+51
1999-10-041999-09-15 Ulrich Drepper <drepper@cygnus.com>Ulrich Drepper1-164/+372
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1-1/+14
1999-08-31Apply patch from Scott Bambrough to display the contents of a NOTES segmentNick Clifton1-3/+175
1999-08-28Applied patch from Stephane Carrez <stcarrez@worldnet.fr> to fix pointer siz...Nick Clifton1-23/+81
1999-08-27Patch from Jim Wilson - more bug fixes for line table decoding.Nick Clifton1-4/+11
1999-08-27(display_debug_lines, case DW_LNS_const_add_pc): Multiply adv by info.li_min_...Nick Clifton1-1/+2
1999-08-26 * readelf.c (get_sparc64_dynamic_type): New function.Richard Henderson1-0/+16
1999-08-26(display_debug_lines, case default): Change second line setting adv to use = ...Nick Clifton1-1/+1
1999-08-09Hans-Peter Nilsson <hp@bitrange.com>Nick Clifton1-1/+4
1999-07-16Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1-1/+4
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-17/+17
1999-07-09Only decode 64bit ELF files if the host compiler supports a 64bit data type.Nick Clifton1-7/+57
1999-07-08Jakub Jelinek <jj@ultra.linux.cz>Richard Henderson1-1/+36
1999-06-21hJeff Law1-1/+1
1999-06-16Detect symbols typed as thumb functions.Nick Clifton1-1/+6
1999-06-12 * readelf.c (get_elf_class): Use correct printf format for type.Ian Lance Taylor1-9/+11
1999-06-09 * readelf.c (dump_section): Cast bfd_vma values to [unsigned] longAndreas Schwab1-148/+443
1999-06-04Use 64bit wide values in internal fields.Nick Clifton1-39/+48
1999-06-04Add support for 64 bit ELF files.Nick Clifton1-231/+582