daily update
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
6194aaab
L
12008-04-23 Paolo Bonzini <bonzini@gnu.org>
2
3 * aclocal.m4: Regenerate.
4 * configure: Regenerate.
5
047c9024
NC
62008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
7
8 PR binutils/6034
9 * objcopy.c (stuct symlist): Rename to
10 is_specified_symbol_predicate_data.
11 (strip_specific_list): Rename to strip_specific_htab.
12 (strip_unneeded_list): Rename to strip_unneeded_htab.
13 (keep_specific_list): Rename to keep_specific_htab.
14 (localize_specific_list): Rename to localize_specific_htab.
15 (globalize_specific_list): Rename to globalize_specific_htab.
16 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
17 (weaken_specific_list): Rename to weaken_specific_htab.
18 (eq_string): New function.
19 (create_symbol_htab): New function.
20 (create_symbol_htabs): New function.
21 (add_specific_symbol): Change to use hash tables.
22 (is_specified_symbol_predicate): New function.
23 (is_specified_symbol): Use hash table lookup.
24 (is_strip_section): Update to use new functions and hash tables.
25 (filter_symbols): Likewise.
26 (copy_object): Likewise.
27 (copy_section): Likewise.
28 (strip_main): Likewise.
29 (copy_main): Likewise.
30 (main): Likewise.
31
0297aed6
DM
322008-04-14 David S. Miller <davem@davemloft.net>
33
34 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
35
a262ae96
NC
362008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
37
38 * dwarf.c (display_debug_lines): Rename to
39 display_debug_lines_raw.
40 (display_debug_lines_decoded): New function. Displays the
41 interpreted contents of a .debug_line section.
42 (display_debug_lines): New function: Selects either a raw dump or
43 a decoded dump (or both) as requested by the user.
44 * dwarf.h (do_debug_lines_decoded): New extern.
45 * readelf.c: Add support for -wL or --debug-dump=decodedline
46 option to display the decoded contents of a .debug_line section.
47 * doc/binutils.texi: Document the new option.
48 * NEWS: Mention the new feature.
49
cecf136e
AM
502008-04-08 Alan Modra <amodra@bigpond.net.au>
51
52 * dwarf.c: Remove trailing whitespace throughout file.
53
1419b114
NC
542008-04-04 Nick Clifton <nickc@redhat.com>
55
56 * po/sk.po: Updated Slovak translation.
57
c0f3af97
L
582008-04-03 H.J. Lu <hongjiu.lu@intel.com>
59
60 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
61 (dwarf_regnames_x86_64): Likewise.
62
a8da6403
NC
632008-03-27 Cary Coutant <ccoutant@google.com>
64
c0f3af97 65 Add support for thin archives.
a8da6403
NC
66 * ar.c (make_thin_archive): New global flag.
67 (map_over_members): Deal with full pathnames in thin archives.
68 (usage, main): Add 'T' option for building thin archives.
69 (replace_members): Pass thin archive flag to ar_emul_append.
70 * arsup.c (ar_open): Initialize new flag.
71 * binemul.c (ar_emul_append): Add new parameter for
72 flattening nested archives.
73 (do_ar_emul_default_append): New function.
74 (ar_emul_default_append): Factored out recursive code.
75 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
76 (struct bin_emulation_xfer_struct): New parameter for ar_append.
77 * dlltool.c (gen_lib_file): Initialize thin archive flag.
78 * emul_aix.c (ar_emul_aix_internal): Add new flatten
79 parameter, currently unimplemented.
80 All callers changed.
81 * objcopy.c (copy_archive): Preserve thin archive flag.
82 * doc/binutils.texi: Update ar documentation.
83 * NEWS: Mention the new feature.
84
bbeee7ea
L
852008-03-20 H.J. Lu <hongjiu.lu@intel.com>
86
87 * readelf.c (process_mips_specific): Declare addr_size as int.
88
ccb4c951
RS
892008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
90
91 * readelf.c (print_mips_got_entry): New function.
92 (process_mips_specific): Print GOT information.
93
58c85be7
RW
942008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
95
96 * aclocal.m4: Regenerate.
97 * configure: Likewise.
98 * Makefile.in: Likewise.
99 * doc/Makefile.in: Likewise.
100
c59aaa83
BD
1012008-03-16 Brian Dessent <brian@dessent.net>
102
103 * rcparse.y (resid): Allow control text to span multiple lines.
104
72de5009
AM
1052008-03-13 Alan Modra <amodra@bigpond.net.au>
106
107 * readelf.c: Use %u throughout when printing sh_link or sh_info,
108 %lu when printing sh_addralign.
109 (process_version_sections): Use identical formats when printing
110 all offset and sh_link fields.
111
50e7d84b
AM
1122008-03-13 Alan Modra <amodra@bigpond.net.au>
113
114 * Makefile.am: Run "make dep-am".
115 * Makefile.in: Regenerate.
116 * doc/Makefile.in: Regenerate.
117 * configure: Regenerate.
118
4fbb74a6
AM
1192008-03-12 Alan Modra <amodra@bigpond.net.au>
120
121 PR 5900
122 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
123 Remove use throughout file.
124 (SECTION_HEADER): Likewise.
125 (dump_relocations): Don't adjust st_shndx for reserved range.
126 (process_file_header): Mask SHN_XINDEX to values seen in external
127 elf structs. Simplify valid section index tests.
128 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
129 Map reserved st_shndx to internal form.
130 (process_section_groups): Test that group symbol st_shndx is in
131 range, not just non-zero. Delete reserved range check.
132 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
133 OS or RSV.
134
b1cc4aeb
PB
1352008-03-09 Paul Brook <paul@codesourcery.com>
136
137 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
138
4b3be0b6
JW
1392008-03-03 James E. Wilson <wilson@tuliptree.org>
140
141 * MAINTAINERS: Update my email address.
142
35d60fe4
NC
1432008-03-03 Nick Clifton <nickc@redhat.com>
144
145 * dwarf.c (decode_location_expression): Handle
146 DW_OP_PGI_omp_thread_num.
147
d253b654
AM
1482008-03-01 Alan Modra <amodra@bigpond.net.au>
149
150 * objdump.c (objdump_print_addr): Initialise "sym".
151
20c0b65d
NC
1522008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
153 Nick Clifton <nickc@redhat.com>
154
155 * ar.c (usage): Mention -t command line switch.
156 * doc/binutils.texi (ranlib): Document -t command line switch.
157
32760852
NC
1582008-02-26 Nick Clifton <nickc@redhat.com>
159
160 * objdump.c (objdump_print_addr): If displaying file offsets, show
161 the offset even if there are no symbols available.
162 (dump_section): Display nothing if none of the section is going to
163 be dumped. Display the file offset, if requested, of the location
164 from where the dump starts.
165 * doc/binutils.texi (objdump): Mention that dumping via the -s
166 switch is also affected by the -F option.
167
fa0d8a3e
NC
1682008-02-26 Nick Clifton <nickc@redhat.com>
169
170 Re-apply this patch which was accidentally deleted:
171 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
172
173 * doc/binutils.texi: Use "Binutils Index" for index name.
174
98ec6e72
NC
1752008-02-22 Nick Clifton <nickc@redhat.com>
176
177 * objdump.c (display_file_offsets): New variable.
178 (long_options): Add -F/--file-offsets.
179 (objdump_print_addr_with_sym): If displaying file offsets, print
180 the offset of the given address.
181 (disassemble_bytes): If displaying file offsets, tell the user how
182 many zeroes are skipped and the file offset of the point where
183 dumping resumes.
184 (disassemble_section): Only display the name of the section if
185 data is going to be dumped from it.
186 (main): Handle new option. Produce error messages if the start or
187 stop addresses do not make sense.
188 * doc/binutils.texi: Document the new feature.
189 * NEWS: Mention the new feature.
190
7cefd12b
NC
1912008-02-15 Chu Li <chul@cn.fujitsu.com>
192 Nick Clifton <nickc@redhat.com>
c904a764
NC
193
194 PR binutils/5713
195 * strings.c (integer_arg): Delete function.
196 (string_min): Initialise to 4.
197 (main): Use strtoul to parse integer arguments.
198 Move check for an invalid string length to after all the arguments
199 have been parsed.
200 (usage): Use indentation to indicate that -<n> is a another form
201 of the --bytes= command line option.
202
fd64a958
NC
2032008-02-12 Nick Clifton <nickc@redhat.com>
204
205 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
206 the argument.
207 (scan_obj_filename): Do not drop the const qualifier when calling
208 mcore_elf_cache_filename.
209 (struct fname_cache): Add const qualifier to filename field.
210
d51c3015
L
2112008-02-08 H.J. Lu <hongjiu.lu@intel.com>
212
213 PR binutils/5713
214 * strings.c (main): Set string_min to 4 if it is <= 0.
215
ee832e18
AM
2162008-02-07 Alan Modra <amodra@bigpond.net.au>
217
218 * objdump.c (main): Don't pass unadorned NULL to concat.
219
bb8541b9
L
2202008-02-04 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR 5715
223 * configure: Regenerated.
224
05c6f050
AN
2252008-02-03 Adam Nemet <anemet@caviumnetworks.com>
226
227 * readelf.c (get_machine_flags): Handle Octeon.
228
148b93f2
NC
2292008-01-30 Tristan Gingold <gingold@adacore.com>
230
231 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
232 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
233 (get_dynamic_type): Handle IA64-specific tags.
234 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
235 (get_section_type_name): Handle OS-specific sections (and
236 particularly IA64 OpenVMS one).
237 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
238 decode them.
239
2d9472a2
NC
2402008-01-29 Nick Clifton <nickc@redhat.com>
241
242 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 243 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 244 specifier if necessary.
2d9472a2
NC
245 (display_debug_loc): Use dwarf_vma type for begin and end values.
246 Use print_dwarf_vma to display their values. Use byte_get_signed
247 in order to correctly detect the -1 escape value.
248 (display_debug_aranges): Likewise.
249 (display_debug_ranges): Likewise.
250
fefffff8
AM
2512008-01-29 Alan Modra <amodra@bigpond.net.au>
252
253 * dwarf.c (display_debug_loc): Correct test for base address
254 entry when 64-bit host dumping 32-bit object.
255
ccdb9c9f
AM
2562008-01-29 Alan Modra <amodra@bigpond.net.au>
257
258 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
259
e36ea2de
NC
2602008-01-28 Nick Clifton <nickc@redhat.com>
261
262 PR binutils/5529
263 * rclex.c (yylex): Also allow the hypen character.
264
2dc4cec1
L
2652008-01-28 H.J. Lu <hongjiu.lu@intel.com>
266
267 * dwarf.c: Include "elf/common.h".
268 (eh_addr_size): Changed to int.
269 (dwarf_regnames_i386): New.
270 (dwarf_regnames_x86_64): Likewise.
271 (dwarf_regnames): Likewise.
272 (dwarf_regnames_count): Likewise.
273 (init_dwarf_regnames): Likewise.
274 (regname): Likewise.
275 (frame_display_row): Properly support different address size.
276 Call regname to get register name.
277 (display_debug_frames): Call regname to get register name.
278 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
279 instead of DW_CFA_def_cfa_reg.
280
281 * dwarf.h (init_dwarf_regnames): New.
282
283 * objdump.c: Include "elf-bfd.h".
284 (dump_dwarf): Call init_dwarf_regnames on ELF input.
285
286 * readelf.c (guess_is_rela): Change argument to int.
287 (parse_args): Remove the undocumented upper case options for
288 -wX.
a65c77b9 289 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 290
f4236fe4
DD
2912008-01-25 DJ Delorie <dj@redhat.com>
292
293 * readelf.c (process_section_headers): Add m16c handler.
294 (is_16bit_abs_reloc): Recognize R_M32C_16.
295
6e3d6dc1
NC
2962008-01-25 Kai Tietz <kai.tietz@onevision.com>
297
298 * prdbg.c: Correct formatter style use.
299 * readelf.c: Likewise.
300 * strings.c: Likewise.
301
5ca3b13d
NC
3022008-01-25 Nick Clifton <nickc@redhat.com>
303
304 * po/ru.po: Updated Russian translation.
305
fabda5a7
L
3062008-01-17 H.J. Lu <hjl.tools@gmail.com>
307
308 * MAINTAINERS: Update my email address.
309
1febe64d
NC
3102008-01-14 Nick Clifton <nickc@redhat.com>
311
312 * dwarf.c (process_debug_info): Include the CU offset and corrupt
313 version value when reporting unrecognised DWARF version numbers.
314 (load_debug_info): Remember a failed attempt to load and parse the
315 .debug_info section and do not repeat such attempts.
316 (display_debug_lines): Check the return value from load_debug_info
317 and return whilst displaying a warning message if the load failed.
318 (display_debug_loc): Likewise.
319 (display_debug_ranges): Likewise.
cc86f28f
NC
320 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
321 when the .debug_info section could not be loaded/parsed.
322 (process_debug_info): Display the length of the compilation unit
323 in hex, so that it corresponds with the offsets that will follow.
324 Tell the user if the length was 32-bit or 64-bit.
325 If a DIE abbreviation could not be found, tell the user the offset
326 of the DIE.
327 (free_debug_memory): Do not attempt to free any entries in the
328 debug_information array if num_debug_info_entries is set to
329 DEBUG_INFO_UNAVAILABLE.
1febe64d 330
e819ade1
AS
3312008-01-10 Andreas Schwab <schwab@suse.de>
332
333 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
334
d25576aa
NC
3352008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
336
337 PR binutils/55326
338 * bucomm.c (list_supported_architectures): Free architecture list
339 after use.
340 * windres.c (set_endianess): Likewise.
341 * windmc.c (set_endianess): Likewise.
342
aeafac0c
KT
3432008-01-08 Kai Tietz <kai.tietz@onevision.com>
344
e36ea2de 345 PR binutils/5529
aeafac0c 346 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 347 characters for name tokens.
aeafac0c 348
3c75e4f8
GM
3492008-01-04 Greg McGary <greg@mcgary.org>
350
351 * prdbg.c (print_vma): Print as long long, if host supports it.
352
ec4d4525
NC
3532008-01-03 Nick Clifton <nickc@redhat.com>
354
355 * dwarf.c (read_and_display_attr_value): Prefix values that are
356 displayed in hexadecimal with 0x.
357 For the DW_AT_import attribute display the abbreviation number and
358 tag of the imported DIE.
359 (process_debug_info): Warn about lengths that reserved by the
360 DWARF3 specification.
361 Provide more information when corrupted DIEs are detected.
362 Warn if DIE corruption makes the sibling level negative.
363
6c7ac64e 364For older changes see ChangeLog-2007
252b5132
RH
365\f
366Local Variables:
367mode: change-log
368left-margin: 8
369fill-column: 74
370version-control: never
371End:
This page took 0.383603 seconds and 4 git commands to generate.