Update attribution for PR 5713 patch.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
7cefd12b
NC
12008-02-15 Chu Li <chul@cn.fujitsu.com>
2 Nick Clifton <nickc@redhat.com>
c904a764
NC
3
4 PR binutils/5713
5 * strings.c (integer_arg): Delete function.
6 (string_min): Initialise to 4.
7 (main): Use strtoul to parse integer arguments.
8 Move check for an invalid string length to after all the arguments
9 have been parsed.
10 (usage): Use indentation to indicate that -<n> is a another form
11 of the --bytes= command line option.
12
fd64a958
NC
132008-02-12 Nick Clifton <nickc@redhat.com>
14
15 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
16 the argument.
17 (scan_obj_filename): Do not drop the const qualifier when calling
18 mcore_elf_cache_filename.
19 (struct fname_cache): Add const qualifier to filename field.
20
d51c3015
L
212008-02-08 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR binutils/5713
24 * strings.c (main): Set string_min to 4 if it is <= 0.
25
ee832e18
AM
262008-02-07 Alan Modra <amodra@bigpond.net.au>
27
28 * objdump.c (main): Don't pass unadorned NULL to concat.
29
bb8541b9
L
302008-02-04 H.J. Lu <hongjiu.lu@intel.com>
31
32 PR 5715
33 * configure: Regenerated.
34
05c6f050
AN
352008-02-03 Adam Nemet <anemet@caviumnetworks.com>
36
37 * readelf.c (get_machine_flags): Handle Octeon.
38
148b93f2
NC
392008-01-30 Tristan Gingold <gingold@adacore.com>
40
41 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
42 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
43 (get_dynamic_type): Handle IA64-specific tags.
44 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
45 (get_section_type_name): Handle OS-specific sections (and
46 particularly IA64 OpenVMS one).
47 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
48 decode them.
49
2d9472a2
NC
502008-01-29 Nick Clifton <nickc@redhat.com>
51
52 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 53 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 54 specifier if necessary.
2d9472a2
NC
55 (display_debug_loc): Use dwarf_vma type for begin and end values.
56 Use print_dwarf_vma to display their values. Use byte_get_signed
57 in order to correctly detect the -1 escape value.
58 (display_debug_aranges): Likewise.
59 (display_debug_ranges): Likewise.
60
fefffff8
AM
612008-01-29 Alan Modra <amodra@bigpond.net.au>
62
63 * dwarf.c (display_debug_loc): Correct test for base address
64 entry when 64-bit host dumping 32-bit object.
65
ccdb9c9f
AM
662008-01-29 Alan Modra <amodra@bigpond.net.au>
67
68 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
69
e36ea2de
NC
702008-01-28 Nick Clifton <nickc@redhat.com>
71
72 PR binutils/5529
73 * rclex.c (yylex): Also allow the hypen character.
74
2dc4cec1
L
752008-01-28 H.J. Lu <hongjiu.lu@intel.com>
76
77 * dwarf.c: Include "elf/common.h".
78 (eh_addr_size): Changed to int.
79 (dwarf_regnames_i386): New.
80 (dwarf_regnames_x86_64): Likewise.
81 (dwarf_regnames): Likewise.
82 (dwarf_regnames_count): Likewise.
83 (init_dwarf_regnames): Likewise.
84 (regname): Likewise.
85 (frame_display_row): Properly support different address size.
86 Call regname to get register name.
87 (display_debug_frames): Call regname to get register name.
88 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
89 instead of DW_CFA_def_cfa_reg.
90
91 * dwarf.h (init_dwarf_regnames): New.
92
93 * objdump.c: Include "elf-bfd.h".
94 (dump_dwarf): Call init_dwarf_regnames on ELF input.
95
96 * readelf.c (guess_is_rela): Change argument to int.
97 (parse_args): Remove the undocumented upper case options for
98 -wX.
a65c77b9 99 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 100
f4236fe4
DD
1012008-01-25 DJ Delorie <dj@redhat.com>
102
103 * readelf.c (process_section_headers): Add m16c handler.
104 (is_16bit_abs_reloc): Recognize R_M32C_16.
105
6e3d6dc1
NC
1062008-01-25 Kai Tietz <kai.tietz@onevision.com>
107
108 * prdbg.c: Correct formatter style use.
109 * readelf.c: Likewise.
110 * strings.c: Likewise.
111
5ca3b13d
NC
1122008-01-25 Nick Clifton <nickc@redhat.com>
113
114 * po/ru.po: Updated Russian translation.
115
fabda5a7
L
1162008-01-17 H.J. Lu <hjl.tools@gmail.com>
117
118 * MAINTAINERS: Update my email address.
119
1febe64d
NC
1202008-01-14 Nick Clifton <nickc@redhat.com>
121
122 * dwarf.c (process_debug_info): Include the CU offset and corrupt
123 version value when reporting unrecognised DWARF version numbers.
124 (load_debug_info): Remember a failed attempt to load and parse the
125 .debug_info section and do not repeat such attempts.
126 (display_debug_lines): Check the return value from load_debug_info
127 and return whilst displaying a warning message if the load failed.
128 (display_debug_loc): Likewise.
129 (display_debug_ranges): Likewise.
cc86f28f
NC
130 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
131 when the .debug_info section could not be loaded/parsed.
132 (process_debug_info): Display the length of the compilation unit
133 in hex, so that it corresponds with the offsets that will follow.
134 Tell the user if the length was 32-bit or 64-bit.
135 If a DIE abbreviation could not be found, tell the user the offset
136 of the DIE.
137 (free_debug_memory): Do not attempt to free any entries in the
138 debug_information array if num_debug_info_entries is set to
139 DEBUG_INFO_UNAVAILABLE.
1febe64d 140
e819ade1
AS
1412008-01-10 Andreas Schwab <schwab@suse.de>
142
143 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
144
d25576aa
NC
1452008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
146
147 PR binutils/55326
148 * bucomm.c (list_supported_architectures): Free architecture list
149 after use.
150 * windres.c (set_endianess): Likewise.
151 * windmc.c (set_endianess): Likewise.
152
aeafac0c
KT
1532008-01-08 Kai Tietz <kai.tietz@onevision.com>
154
e36ea2de 155 PR binutils/5529
aeafac0c 156 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 157 characters for name tokens.
aeafac0c 158
3c75e4f8
GM
1592008-01-04 Greg McGary <greg@mcgary.org>
160
161 * prdbg.c (print_vma): Print as long long, if host supports it.
162
ec4d4525
NC
1632008-01-03 Nick Clifton <nickc@redhat.com>
164
165 * dwarf.c (read_and_display_attr_value): Prefix values that are
166 displayed in hexadecimal with 0x.
167 For the DW_AT_import attribute display the abbreviation number and
168 tag of the imported DIE.
169 (process_debug_info): Warn about lengths that reserved by the
170 DWARF3 specification.
171 Provide more information when corrupted DIEs are detected.
172 Warn if DIE corruption makes the sibling level negative.
173
6c7ac64e 174For older changes see ChangeLog-2007
252b5132
RH
175\f
176Local Variables:
177mode: change-log
178left-margin: 8
179fill-column: 74
180version-control: never
181End:
This page took 0.352629 seconds and 4 git commands to generate.