bfd/
[binutils.git] / binutils / ChangeLog
blob2e84347f328bf58c757cccae122efcea95f23fd2
1 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
3         PR 5715
4         * configure: Regenerated.
6 2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
8         * readelf.c (get_machine_flags): Handle Octeon.
10 2008-01-30  Tristan Gingold  <gingold@adacore.com>
12         * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
13         (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
14         (get_dynamic_type): Handle IA64-specific tags.
15         (get_ia64_section_type_name): Handle OpenVMS-specific sections.
16         (get_section_type_name): Handle OS-specific sections (and
17         particularly IA64 OpenVMS one).
18         (get_elf_section_flags): Makes flags static.  Add entries for IA64 and
19         decode them.
21 2008-01-29  Nick Clifton  <nickc@redhat.com>
23         * dwarf.c (print_dwarf_vma): New function.  Display the value of a
24         dwarf_vma type at a specified precision.  Use mingw field type
25         specifier if necessary.
26         (display_debug_loc): Use dwarf_vma type for begin and end values.
27         Use print_dwarf_vma to display their values.  Use byte_get_signed
28         in order to correctly detect the -1 escape value.
29         (display_debug_aranges): Likewise.
30         (display_debug_ranges): Likewise.
32 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
34         * dwarf.c (display_debug_loc): Correct test for base address
35         entry when 64-bit host dumping 32-bit object.
37 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
39         * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
41 2008-01-28  Nick Clifton  <nickc@redhat.com>
43         PR binutils/5529
44         * rclex.c (yylex): Also allow the hypen character.
46 2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
48         * dwarf.c: Include "elf/common.h".
49         (eh_addr_size): Changed to int.
50         (dwarf_regnames_i386): New.
51         (dwarf_regnames_x86_64): Likewise.
52         (dwarf_regnames): Likewise.
53         (dwarf_regnames_count): Likewise.
54         (init_dwarf_regnames): Likewise.
55         (regname): Likewise.
56         (frame_display_row): Properly support different address size.
57         Call regname to get register name.
58         (display_debug_frames): Call regname to get register name.
59         Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
60         instead of DW_CFA_def_cfa_reg.
62         * dwarf.h (init_dwarf_regnames): New.
64         * objdump.c: Include "elf-bfd.h".
65         (dump_dwarf): Call init_dwarf_regnames on ELF input.
67         * readelf.c (guess_is_rela): Change argument to int.
68         (parse_args): Remove the undocumented upper case options for
69         -wX.
70         (process_file_header): Call init_dwarf_regnames.
72 2008-01-25  DJ Delorie  <dj@redhat.com>
74         * readelf.c (process_section_headers): Add m16c handler.
75         (is_16bit_abs_reloc): Recognize R_M32C_16.
77 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
79         * prdbg.c: Correct formatter style use.
80         * readelf.c: Likewise.
81         * strings.c: Likewise.
83 2008-01-25  Nick Clifton  <nickc@redhat.com>
85         * po/ru.po: Updated Russian translation.
87 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
89         * MAINTAINERS: Update my email address.
91 2008-01-14  Nick Clifton  <nickc@redhat.com>
93         * dwarf.c (process_debug_info): Include the CU offset and corrupt
94         version value when reporting unrecognised DWARF version numbers.
95         (load_debug_info): Remember a failed attempt to load and parse the
96         .debug_info section and do not repeat such attempts.
97         (display_debug_lines): Check the return value from load_debug_info
98         and return whilst displaying a warning message if the load failed.
99         (display_debug_loc): Likewise.
100         (display_debug_ranges): Likewise.
101         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
102         when the .debug_info section could not be loaded/parsed.
103         (process_debug_info): Display the length of the compilation unit
104         in hex, so that it corresponds with the offsets that will follow.
105         Tell the user if the length was 32-bit or 64-bit.
106         If a DIE abbreviation could not be found, tell the user the offset
107         of the DIE.
108         (free_debug_memory): Do not attempt to free any entries in the
109         debug_information array if num_debug_info_entries is set to
110         DEBUG_INFO_UNAVAILABLE.
112 2008-01-10  Andreas Schwab  <schwab@suse.de>
114         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
116 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
118         PR binutils/55326
119         * bucomm.c (list_supported_architectures): Free architecture list
120         after use.
121         * windres.c (set_endianess): Likewise.
122         * windmc.c (set_endianess): Likewise.
124 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
126         PR binutils/5529
127         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
128         characters for name tokens.
130 2008-01-04  Greg McGary  <greg@mcgary.org>
132         * prdbg.c (print_vma): Print as long long, if host supports it.
134 2008-01-03  Nick Clifton  <nickc@redhat.com>
136         * dwarf.c (read_and_display_attr_value): Prefix values that are
137         displayed in hexadecimal with 0x.
138         For the DW_AT_import attribute display the abbreviation number and
139         tag of the imported DIE.
140         (process_debug_info): Warn about lengths that reserved by the
141         DWARF3 specification.
142         Provide more information when corrupted DIEs are detected.
143         Warn if DIE corruption makes the sibling level negative.
145 For older changes see ChangeLog-2007
147 Local Variables:
148 mode: change-log
149 left-margin: 8
150 fill-column: 74
151 version-control: never
152 End: