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