aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-30Do not dump the contents of SHT_NOBITS sections - they have no file spaceNick Clifton1-1/+1
2003-10-27 * readelf.c (dump_section): Don't display DEL characters.Alan Modra1-1/+1
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-6/+6
2003-09-30[ bfd/ChangeLog ]Chris Demetriou1-0/+1
2003-09-302003-09-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+9
2003-09-252003-09-25 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-2/+2
2003-09-04Add binutils support for v850e1 processorNick Clifton1-0/+3
2003-08-11 * readelf.c (process_archive): Fix error handling. Remove memoryIan Lance Taylor1-8/+18
2003-08-11Add ability for readelf to parse archivesNick Clifton1-34/+241
2003-08-05 * objcopy.c: Remove unnecessary prototypes and casts.Alan Modra1-794/+338
2003-07-04* readelf.c (get_data): Print (unsigned) hex values for size and offset inNick Clifton1-3/+6
2003-07-01 * readelf.c (dynamic_segment_ia64_val): Print address and newlineJakub Jelinek1-2/+7
2003-06-26Fix computation of offsets in PT_LOAD sections.Nick Clifton1-101/+123
2003-06-19oops - remove spurious debugging left in previous deltaNick Clifton1-1/+1
2003-06-19When printing DEC_5 values, if the number is bigger than 99999 switch to usingNick Clifton1-11/+37
2003-06-03binutils/Jakub Jelinek1-0/+1
2003-05-31 * readelf.c (byte_get_signed): New.Richard Henderson1-4/+46
2003-05-202003-05-20 Michal Ludvig <mludvig@suse.cz>Michal Ludvig1-1/+1
2003-05-072003-05-07 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-3/+3
2003-05-04 * readelf.c (struct Frame_Chunk): Add cfa_exp.Richard Henderson1-13/+62
2003-04-23bfd:Joern Rennecke1-1/+1
2003-04-23Fix "readelf -wi" testNick Clifton1-1/+2
2003-04-22Replace references to Mitsubishi M32R with references to Renesas M32R.Nick Clifton1-1/+1
2003-04-15Replace occurrances of 'Hitachi' with 'Renesas'.Nick Clifton1-5/+5
2003-04-09* readelf.c (display_debug_info): Apply RELA relocations on theAlexandre Oliva1-15/+96
2003-04-01Add Xtensa port (omitted from previous delta)Nick Clifton1-0/+10
2003-03-312003-03-31 H.J. Lu <hjl@gnu.org>H.J. Lu1-39/+51
2003-03-31Add some initial 64-bit DWARF supportNick Clifton1-79/+208
2003-02-21Add SHT_IA_64_LOPSREG, SHT_IA_64_HIPSREG and SHT_IA_64_PRIORITY_INIT.Nick Clifton1-2/+44
2003-02-13Add 'H' to getlongopts so that "readelf -H" does not display "unknown option"Nick Clifton1-1/+1
2003-02-10Add support for marking ARM ELF binaries as support the Cirrus EP9312 MaverickNick Clifton1-0/+4
2003-01-28 * readelf.c (dump_relocations): Reorder the r_info field forRichard Sandiford1-4/+15
2003-01-21(display_debug_loc): Skip address base changes.Nick Clifton1-7/+10
2003-01-17 * readelf.c (get_osabi_name): Handle ELFOSABI_AROS, ELFOSABI_OPENVMSAlan Modra1-0/+3
2003-01-16 * readelf.c: Include elf/ppc64.h.Alan Modra1-1/+5
2003-01-04 * readelf.c (guess_is_rela): Handle EM_IQ2000.Stan Cox1-1/+8
2003-01-02 * readelf.c (get_machine_flags): Handle E_MIPS_ARCH_32R2.Richard Sandiford1-1/+2
2002-12-30Add support for msp430.Nick Clifton1-0/+8
2002-12-23 * readelf.c (main): Reset dump request after each file.Andreas Schwab1-1/+29
2002-12-10Add support for displaying extension to DWARF2 used by Unified Parallel CNick Clifton1-0/+8
2002-12-07 * readelf.c (process_program_headers): When setting loadaddr, don'tAlan Modra1-112/+117
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-1216/+1338
2002-11-29 * readelf.c Replace occurrences of Elf32_Internal_* andJakub Jelinek1-91/+81
2002-11-14Handle binaries with corrupt section or segment headersNick Clifton1-4/+13
2002-11-07Revert part of previous patch: Display unknown symbol types in decimal, not hex.Nick Clifton1-1/+1
2002-11-06oops - omitted fix to display unknown symbol type in hex.Nick Clifton1-1/+1
2002-11-06Add hex number to PROCESSOR-specific, OS-specific, and reserved symbol types.Nick Clifton1-9/+9
2002-11-04 * readelf.c (byte_get_little_endian): Comment typo fix.Alan Modra1-8/+45
2002-10-09 * readelf.c (display_debug_info): Ignore empty .rela.debug_infoDaniel Jacobowitz1-4/+7
2002-10-012002-09-30 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+4