summaryrefslogtreecommitdiff
path: root/binutils/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Add -ws switch to display contents of .debug_str sectionsNick Clifton2001-11-191-51/+150
* * readelf.c: Fix warnings without terminating newline.Andreas Schwab2001-11-151-9/+9
* * readelf.c (read_and_display_attr_value): New function toRichard Henderson2001-11-131-4/+24
* Index: bfd/ChangeLogGeoffrey Keating2001-11-131-11/+39
* * readelf.c (get_elf_class): Fix ISO portability glitch.Jeff Law2001-11-101-8/+8
* * readelf.c (debug_str, debug_str_size): New.Jakub Jelinek2001-11-071-1/+47
* Add MMIX supportNick Clifton2001-10-301-0/+6
* support multiple options to the -w switchNick Clifton2001-10-131-36/+40
* * readelf.c (get_section_type_name): Don't print SHT_ prefix forJakub Jelinek2001-10-121-3/+3
* Add more detection of 64-bit DWARF sectionsNick Clifton2001-10-021-2/+28
* Detect and warn about DWARF64 format .debug_arange sectionsNick Clifton2001-10-011-0/+8
* * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,Alan Modra2001-09-261-42/+8
* * readelf.c (do_wide): New.Jakub Jelinek2001-09-251-2/+104
* * readelf.c (print_vma): Print 8 digits of low hex value.Alan Modra2001-09-251-1/+1
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-0/+3
* * ar.c (print_contents): Cast args of bfd_seek to the right types.Alan Modra2001-09-181-2/+2
* * readelf.c (guess_is_rela, dump_relocations, get_machine_name,Alexandre Oliva2001-09-121-9/+36
* * readelf.c: Include elf/h8 for H8 series definitions.Jeff Law2001-09-051-0/+10
* 2001-08-31 Eric Christopher <echristo@redhat.com>Eric Christopher2001-08-311-6/+5
* * readelf.c (dump_relocations): Recognise EM_PPC64.Alan Modra2001-08-271-0/+1
* * readelf.c (get_machine_flags): Add detection of EF_MIPS_32BITMODE.Thiemo Seufer2001-08-261-0/+3
* * readelf.c (get_machine_flags): Add detection of EF_MIPS_UCODE.Thiemo Seufer2001-08-221-0/+3
* 2001-08-21 H.J. Lu <hjl@gnu.org>H.J. Lu2001-08-211-13/+42
* * readelf.c: Add missing prototypes.Alan Modra2001-08-091-0/+10
* * readelf.c (display_debug_info): Add to abbrev_offset the addendAlexandre Oliva2001-08-081-0/+63
* 2001-08-07 H.J. Lu <hjl@gnu.org>H.J. Lu2001-08-071-8/+13
* Display the contents of a .debug.macinfo sectionNick Clifton2001-07-051-3/+85
* Support DWARF 2.1 tags, encodings, languages.Nick Clifton2001-07-011-157/+173
* Add DWARF 2.1 attributesNick Clifton2001-06-291-1/+50
* * readelf.c (GET_DATA_ALLOC): Remove.Alan Modra2001-06-281-346/+448
* * readelf.c (dump_relocations): Print "bad symbol index" ifAlan Modra2001-06-251-33/+38
* Remove auot generated man pagesNick Clifton2001-06-191-34/+34
* * readelf.c (display_debug_frames): Fix warnings: Remove unusedAndreas Jaeger2001-05-281-126/+124
* * readelf.c (do_debug_frames_interp): New.Richard Henderson2001-05-161-115/+192
* Remove definition of EM_MIPS_RS4_BE. The constant was never in active useNick Clifton2001-05-151-9/+9
* * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwindJakub Jelinek2001-05-111-23/+83
* * readelf.c (process_unwind): Remove const specifier.Alan Modra2001-05-071-1/+1
* * readelf.c (display_debug_lines): Fix typo for "Prologue".Hans-Peter Nilsson2001-04-051-1/+1
* 2001-03-30 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-311-3/+3
* 2001-03-29 H.J. Lu <hjl@gnu.org>H.J. Lu2001-03-301-0/+6
* Fix typos in ChangeLogs and update copyright noticesNick Clifton2001-03-131-1/+1
* Handle EM_S390_OLD.Nick Clifton2001-03-121-0/+3
* Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.Nick Clifton2001-02-281-2/+2
* 2001-02-28 Philip Blundell <pb@futuretv.com>Phil Blundell2001-02-281-10/+43
* * readelf.c (struct unw_aux_info): Remove const from the info member.Michael Sokolov2001-02-111-2/+2
* fix seg fault in reloc reading codeNick Clifton2001-02-111-2/+5
* Document new --unwind option to readelf.Nick Clifton2001-02-101-2/+1
* Add s390 supportNick Clifton2001-02-101-0/+7
* Add -u option toi readelf to display unwind info.Nick Clifton2001-02-071-105/+558
* * readelf.c (process_version_sections): Check if VERDEF or VERNEEDJakub Jelinek2001-01-231-106/+21