2008-03-09 13:23:29 +00:00
|
|
|
|
2008-03-09 Paul Brook <paul@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
|
|
|
|
|
|
2008-03-04 00:07:45 +00:00
|
|
|
|
2008-03-03 James E. Wilson <wilson@tuliptree.org>
|
|
|
|
|
|
|
|
|
|
* MAINTAINERS: Update my email address.
|
|
|
|
|
|
2008-03-03 10:19:01 +00:00
|
|
|
|
2008-03-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (decode_location_expression): Handle
|
|
|
|
|
DW_OP_PGI_omp_thread_num.
|
|
|
|
|
|
2008-03-01 07:19:06 +00:00
|
|
|
|
2008-03-01 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* objdump.c (objdump_print_addr): Initialise "sym".
|
|
|
|
|
|
2008-02-27 10:56:20 +00:00
|
|
|
|
2008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
|
|
|
|
|
Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* ar.c (usage): Mention -t command line switch.
|
|
|
|
|
* doc/binutils.texi (ranlib): Document -t command line switch.
|
|
|
|
|
|
2008-02-26 08:44:10 +00:00
|
|
|
|
2008-02-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* objdump.c (objdump_print_addr): If displaying file offsets, show
|
|
|
|
|
the offset even if there are no symbols available.
|
|
|
|
|
(dump_section): Display nothing if none of the section is going to
|
|
|
|
|
be dumped. Display the file offset, if requested, of the location
|
|
|
|
|
from where the dump starts.
|
|
|
|
|
* doc/binutils.texi (objdump): Mention that dumping via the -s
|
|
|
|
|
switch is also affected by the -F option.
|
|
|
|
|
|
2008-02-26 08:25:46 +00:00
|
|
|
|
2008-02-26 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
Re-apply this patch which was accidentally deleted:
|
|
|
|
|
2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
* doc/binutils.texi: Use "Binutils Index" for index name.
|
|
|
|
|
|
2008-02-22 09:42:58 +00:00
|
|
|
|
2008-02-22 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* objdump.c (display_file_offsets): New variable.
|
|
|
|
|
(long_options): Add -F/--file-offsets.
|
|
|
|
|
(objdump_print_addr_with_sym): If displaying file offsets, print
|
|
|
|
|
the offset of the given address.
|
|
|
|
|
(disassemble_bytes): If displaying file offsets, tell the user how
|
|
|
|
|
many zeroes are skipped and the file offset of the point where
|
|
|
|
|
dumping resumes.
|
|
|
|
|
(disassemble_section): Only display the name of the section if
|
|
|
|
|
data is going to be dumped from it.
|
|
|
|
|
(main): Handle new option. Produce error messages if the start or
|
|
|
|
|
stop addresses do not make sense.
|
|
|
|
|
* doc/binutils.texi: Document the new feature.
|
|
|
|
|
* NEWS: Mention the new feature.
|
|
|
|
|
|
2008-02-15 10:24:27 +00:00
|
|
|
|
2008-02-15 Chu Li <chul@cn.fujitsu.com>
|
|
|
|
|
Nick Clifton <nickc@redhat.com>
|
2008-02-15 10:20:09 +00:00
|
|
|
|
|
|
|
|
|
PR binutils/5713
|
|
|
|
|
* strings.c (integer_arg): Delete function.
|
|
|
|
|
(string_min): Initialise to 4.
|
|
|
|
|
(main): Use strtoul to parse integer arguments.
|
|
|
|
|
Move check for an invalid string length to after all the arguments
|
|
|
|
|
have been parsed.
|
|
|
|
|
(usage): Use indentation to indicate that -<n> is a another form
|
|
|
|
|
of the --bytes= command line option.
|
|
|
|
|
|
2008-02-12 12:33:51 +00:00
|
|
|
|
2008-02-12 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
|
|
|
|
|
the argument.
|
|
|
|
|
(scan_obj_filename): Do not drop the const qualifier when calling
|
|
|
|
|
mcore_elf_cache_filename.
|
|
|
|
|
(struct fname_cache): Add const qualifier to filename field.
|
|
|
|
|
|
2008-02-08 20:58:18 +00:00
|
|
|
|
2008-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/5713
|
|
|
|
|
* strings.c (main): Set string_min to 4 if it is <= 0.
|
|
|
|
|
|
2008-02-07 08:39:54 +00:00
|
|
|
|
2008-02-07 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* objdump.c (main): Don't pass unadorned NULL to concat.
|
|
|
|
|
|
2008-02-04 19:43:51 +00:00
|
|
|
|
2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
PR 5715
|
|
|
|
|
* configure: Regenerated.
|
|
|
|
|
|
2008-02-04 19:16:53 +00:00
|
|
|
|
2008-02-03 Adam Nemet <anemet@caviumnetworks.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (get_machine_flags): Handle Octeon.
|
|
|
|
|
|
Add OpenVMS extensions.
* ia64.h (SHF_IA_64_VMS_GLOBAL, SHF_IA_64_VMS_OVERLAID)
(SHF_IA_64_VMS_SHARED, SHF_IA_64_VMS_VECTOR)
(SHF_IA_64_VMS_ALLOC_64BIT, SHF_IA_64_VMS_PROTECTED)
(SHT_IA_64_VMS_TRACE, SHT_IA_64_VMS_TIE_SIGNATURES)
(SHT_IA_64_VMS_DEBUG, SHT_IA_64_VMS_DEBUG_STR)
(SHT_IA_64_VMS_LINKAGES, SHT_IA_64_VMS_SYMBOL_VECTOR)
(SHT_IA_64_VMS_FIXUP, DT_IA_64_VMS_SUBTYPE)
(DT_IA_64_VMS_IMGIOCNT, DT_IA_64_VMS_LNKFLAGS)
(DT_IA_64_VMS_VIR_MEM_BLK_SIZ, DT_IA_64_VMS_IDENT)
(DT_IA_64_VMS_NEEDED_IDENT, DT_IA_64_VMS_IMG_RELA_CNT)
(DT_IA_64_VMS_SEG_RELA_CNT, DT_IA_64_VMS_FIXUP_RELA_CNT)
(DT_IA_64_VMS_FIXUP_NEEDED, DT_IA_64_VMS_SYMVEC_CNT)
(DT_IA_64_VMS_XLATED, DT_IA_64_VMS_STACKSIZE)
(DT_IA_64_VMS_UNWINDSZ, DT_IA_64_VMS_UNWIND_CODSEG)
(DT_IA_64_VMS_UNWIND_INFOSEG, DT_IA_64_VMS_LINKTIME)
(DT_IA_64_VMS_SEG_NO, DT_IA_64_VMS_SYMVEC_OFFSET)
(DT_IA_64_VMS_SYMVEC_SEG, DT_IA_64_VMS_UNWIND_OFFSET)
(DT_IA_64_VMS_UNWIND_SEG, DT_IA_64_VMS_STRTAB_OFFSET)
(DT_IA_64_VMS_SYSVER_OFFSET, DT_IA_64_VMS_IMG_RELA_OFF)
(DT_IA_64_VMS_SEG_RELA_OFF, DT_IA_64_VMS_FIXUP_RELA_OFF)
(DT_IA_64_VMS_PLTGOT_OFFSET, DT_IA_64_VMS_PLTGOT_SEG)
(DT_IA_64_VMS_FPMODE, SHN_IA_64_VMS_SYMVEC): Define
* readelf.c (dump_relocations): Decode OpenVMS-specific sections.
(get_ia64_dynamic_type): Decode OpenVMS-specific tags.
(get_dynamic_type): Handle IA64-specific tags.
(get_ia64_section_type_name): Handle OpenVMS-specific sections.
(get_section_type_name): Handle OS-specific sections (and
particularly IA64 OpenVMS one).
(get_elf_section_flags): Makes flags static. Add entries for IA64 and
decode them.
2008-01-30 10:37:43 +00:00
|
|
|
|
2008-01-30 Tristan Gingold <gingold@adacore.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (dump_relocations): Decode OpenVMS-specific sections.
|
|
|
|
|
(get_ia64_dynamic_type): Decode OpenVMS-specific tags.
|
|
|
|
|
(get_dynamic_type): Handle IA64-specific tags.
|
|
|
|
|
(get_ia64_section_type_name): Handle OpenVMS-specific sections.
|
|
|
|
|
(get_section_type_name): Handle OS-specific sections (and
|
|
|
|
|
particularly IA64 OpenVMS one).
|
|
|
|
|
(get_elf_section_flags): Makes flags static. Add entries for IA64 and
|
|
|
|
|
decode them.
|
|
|
|
|
|
2008-01-29 15:45:00 +00:00
|
|
|
|
2008-01-29 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (print_dwarf_vma): New function. Display the value of a
|
2008-01-29 16:36:33 +00:00
|
|
|
|
dwarf_vma type at a specified precision. Use mingw field type
|
2008-01-29 16:38:36 +00:00
|
|
|
|
specifier if necessary.
|
2008-01-29 15:45:00 +00:00
|
|
|
|
(display_debug_loc): Use dwarf_vma type for begin and end values.
|
|
|
|
|
Use print_dwarf_vma to display their values. Use byte_get_signed
|
|
|
|
|
in order to correctly detect the -1 escape value.
|
|
|
|
|
(display_debug_aranges): Likewise.
|
|
|
|
|
(display_debug_ranges): Likewise.
|
|
|
|
|
|
2008-01-29 02:55:48 +00:00
|
|
|
|
2008-01-29 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (display_debug_loc): Correct test for base address
|
|
|
|
|
entry when 64-bit host dumping 32-bit object.
|
|
|
|
|
|
2008-01-29 01:39:28 +00:00
|
|
|
|
2008-01-29 Alan Modra <amodra@bigpond.net.au>
|
|
|
|
|
|
|
|
|
|
* MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
|
|
|
|
|
|
2008-01-28 16:42:02 +00:00
|
|
|
|
2008-01-28 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
PR binutils/5529
|
|
|
|
|
* rclex.c (yylex): Also allow the hypen character.
|
|
|
|
|
|
2008-01-28 15:15:32 +00:00
|
|
|
|
2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c: Include "elf/common.h".
|
|
|
|
|
(eh_addr_size): Changed to int.
|
|
|
|
|
(dwarf_regnames_i386): New.
|
|
|
|
|
(dwarf_regnames_x86_64): Likewise.
|
|
|
|
|
(dwarf_regnames): Likewise.
|
|
|
|
|
(dwarf_regnames_count): Likewise.
|
|
|
|
|
(init_dwarf_regnames): Likewise.
|
|
|
|
|
(regname): Likewise.
|
|
|
|
|
(frame_display_row): Properly support different address size.
|
|
|
|
|
Call regname to get register name.
|
|
|
|
|
(display_debug_frames): Call regname to get register name.
|
|
|
|
|
Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
|
|
|
|
|
instead of DW_CFA_def_cfa_reg.
|
|
|
|
|
|
|
|
|
|
* dwarf.h (init_dwarf_regnames): New.
|
|
|
|
|
|
|
|
|
|
* objdump.c: Include "elf-bfd.h".
|
|
|
|
|
(dump_dwarf): Call init_dwarf_regnames on ELF input.
|
|
|
|
|
|
|
|
|
|
* readelf.c (guess_is_rela): Change argument to int.
|
|
|
|
|
(parse_args): Remove the undocumented upper case options for
|
|
|
|
|
-wX.
|
2008-01-28 15:57:02 +00:00
|
|
|
|
(process_file_header): Call init_dwarf_regnames.
|
2008-01-28 15:15:32 +00:00
|
|
|
|
|
2008-01-25 21:08:17 +00:00
|
|
|
|
2008-01-25 DJ Delorie <dj@redhat.com>
|
|
|
|
|
|
|
|
|
|
* readelf.c (process_section_headers): Add m16c handler.
|
|
|
|
|
(is_16bit_abs_reloc): Recognize R_M32C_16.
|
|
|
|
|
|
2008-01-25 16:18:41 +00:00
|
|
|
|
2008-01-25 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
|
|
|
|
* prdbg.c: Correct formatter style use.
|
|
|
|
|
* readelf.c: Likewise.
|
|
|
|
|
* strings.c: Likewise.
|
|
|
|
|
|
2008-01-25 11:18:27 +00:00
|
|
|
|
2008-01-25 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* po/ru.po: Updated Russian translation.
|
|
|
|
|
|
2008-01-17 23:48:20 +00:00
|
|
|
|
2008-01-17 H.J. Lu <hjl.tools@gmail.com>
|
|
|
|
|
|
|
|
|
|
* MAINTAINERS: Update my email address.
|
|
|
|
|
|
2008-01-14 12:26:57 +00:00
|
|
|
|
2008-01-14 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (process_debug_info): Include the CU offset and corrupt
|
|
|
|
|
version value when reporting unrecognised DWARF version numbers.
|
|
|
|
|
(load_debug_info): Remember a failed attempt to load and parse the
|
|
|
|
|
.debug_info section and do not repeat such attempts.
|
|
|
|
|
(display_debug_lines): Check the return value from load_debug_info
|
|
|
|
|
and return whilst displaying a warning message if the load failed.
|
|
|
|
|
(display_debug_loc): Likewise.
|
|
|
|
|
(display_debug_ranges): Likewise.
|
2008-01-14 14:53:47 +00:00
|
|
|
|
(DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
|
|
|
|
|
when the .debug_info section could not be loaded/parsed.
|
|
|
|
|
(process_debug_info): Display the length of the compilation unit
|
|
|
|
|
in hex, so that it corresponds with the offsets that will follow.
|
|
|
|
|
Tell the user if the length was 32-bit or 64-bit.
|
|
|
|
|
If a DIE abbreviation could not be found, tell the user the offset
|
|
|
|
|
of the DIE.
|
|
|
|
|
(free_debug_memory): Do not attempt to free any entries in the
|
|
|
|
|
debug_information array if num_debug_info_entries is set to
|
|
|
|
|
DEBUG_INFO_UNAVAILABLE.
|
2008-01-14 12:26:57 +00:00
|
|
|
|
|
2008-01-10 13:09:36 +00:00
|
|
|
|
2008-01-10 Andreas Schwab <schwab@suse.de>
|
|
|
|
|
|
|
|
|
|
* readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
|
|
|
|
|
|
2008-01-09 10:40:32 +00:00
|
|
|
|
2008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
|
|
|
|
|
|
|
|
|
|
PR binutils/55326
|
|
|
|
|
* bucomm.c (list_supported_architectures): Free architecture list
|
|
|
|
|
after use.
|
|
|
|
|
* windres.c (set_endianess): Likewise.
|
|
|
|
|
* windmc.c (set_endianess): Likewise.
|
|
|
|
|
|
2008-01-08 09:10:47 +00:00
|
|
|
|
2008-01-08 Kai Tietz <kai.tietz@onevision.com>
|
|
|
|
|
|
2008-01-28 16:42:02 +00:00
|
|
|
|
PR binutils/5529
|
2008-01-08 09:10:47 +00:00
|
|
|
|
* binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
|
2008-01-28 16:42:02 +00:00
|
|
|
|
characters for name tokens.
|
2008-01-08 09:10:47 +00:00
|
|
|
|
|
2008-01-07 23:17:48 +00:00
|
|
|
|
2008-01-04 Greg McGary <greg@mcgary.org>
|
|
|
|
|
|
|
|
|
|
* prdbg.c (print_vma): Print as long long, if host supports it.
|
|
|
|
|
|
2008-01-04 09:53:41 +00:00
|
|
|
|
2008-01-03 Nick Clifton <nickc@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dwarf.c (read_and_display_attr_value): Prefix values that are
|
|
|
|
|
displayed in hexadecimal with 0x.
|
|
|
|
|
For the DW_AT_import attribute display the abbreviation number and
|
|
|
|
|
tag of the imported DIE.
|
|
|
|
|
(process_debug_info): Warn about lengths that reserved by the
|
|
|
|
|
DWARF3 specification.
|
|
|
|
|
Provide more information when corrupted DIEs are detected.
|
|
|
|
|
Warn if DIE corruption makes the sibling level negative.
|
|
|
|
|
|
2008-01-02 21:41:02 +00:00
|
|
|
|
For older changes see ChangeLog-2007
|
1999-05-03 07:29:11 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|