Update.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
27d93c47
AM
12008-10-31 Alan Modra <amodra@bigpond.net.au>
2
3 * po/id.po: New file.
4
e449363a
AM
52008-10-21 Alan Modra <amodra@bigpond.net.au>
6
7 * windmc.c (res_alloc): Remove unnecessary cast.
8 * windres.c (res_alloc, reswr_alloc): Likewise.
9
cb8f3167
NC
102008-10-20 Nick Clifton <nickc@redhat.com>
11
12 * readelf.c: Tidy up code formatting.
13
f82e0623
NF
142008-10-10 Nathan Froyd <froydnj@codesourcery.com>
15
16 * readelf.c (display_power_gnu_attribute): Decode
17 Tag_GNU_Power_ABI_Struct_Return.
18
c67d8df7
AM
192008-10-10 Alan Modra <amodra@bigpond.net.au>
20
21 * embedspu.sh: Pass -Wa,-noexecstack to $CC.
22
d078078d
KT
232008-10-09 Kai Tietz <kai.tietz@onevision.com>
24
25 * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
26 (PAGE_MASK): Likewise.
27 (sfunc): Change to address size of bfd_vma for base-file.
28 (flush_page): Likewise.
29 (gen_exp_file): Likewise.
30
b9eb56c1
NC
312008-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 * readelf.c (process_section_headers): Do not cut the section names and
34 types if running with --wide.
35
80c35038
NC
362008-10-06 Tom Tromey <tromey@redhat.com>
37
38 * dwarf.c (display_debug_frames): Change text for uniformity.
39 (process_debug_info): Likewise.
40 (display_debug_aranges): Likewise. Indent address output.
41 (display_debug_pubnames): Print offset in hex.
42
6176abac
NC
432008-10-02 Andrew Paprocki <andrew@ishiboo.com>
44
45 PR 6934
46 * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
47 generated by the SUNPro C++ compiler.
48
42b722c1
NC
492008-09-30 Andrew Paprocki <andrew@ishiboo.com>
50
51 PR 6922
52 * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
53 'b' and 'v' extensions.
54
718a6fd8
SE
552008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
56 Steve Ellcey <sje@cup.hp.com>
57
58 * configure: Regenerate for new libtool.
59 * aclocal.m4: Ditto.
60 * Makefile.in: Ditto.
61 * doc/Makefile.in: Ditto.
62
119f4245
AM
632008-09-28 Alan Modra <amodra@bigpond.net.au>
64
65 * objcopy.c (setup_section): Set elf_group_id.
66
f1c4cc75
RH
672008-09-24 Richard Henderson <rth@redhat.com>
68
69 * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
70 (decode_location_expression): Add section parameter. Handle
71 DW_OP_GNU_encoded_addr.
72 (read_and_display_attr_value): Update decode_location_expression call.
73 (display_debug_loc, display_debug_frames): Likewise.
74
72556929
AM
752008-09-25 Alan Modra <amodra@bigpond.net.au>
76
77 PR 6913
78 * dwarf.c (print_dwarf_vma): Don't call printf without format string.
79
2a7b2e88
JK
802008-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 Suppress warnings on NONE relocations to discarded sections.
83 * readelf.c (is_none_reloc): New function.
84 (debug_apply_relocations): Ignore is_none_reloc() relocations.
85
d053aef8
JK
862008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
87
88 Fix loading large elf64 binaries on 32bit hosts.
89 * configure.in: Call AC_SYS_LARGEFILE.
90 * config.in: Regenerate.
91 * configure: Regenerate.
92
5cb12a97
AM
932008-09-11 Alan Modra <amodra@bigpond.net.au>
94
95 * po/sv.po: Update.
96
9d4f29f3
TG
972008-09-08 Tristan Gingold <gingold@adacore.com>
98
99 * BRANCHES: Add 2.18 and 2.19 release branches.
100
6e33da12
TG
1012008-09-08 Tristan Gingold <gingold@adacore.com>
102
103 * NEWS: Add a marker for the 2.19 features.
104
d966045b
DJ
1052008-09-05 Daniel Jacobowitz <dan@codesourcery.com>
106
107 * readelf.c (load_specific_debug_section): New function, from
108 load_debug_section.
109 (load_debug_section): Use load_specific_debug_section.
110 (display_debug_section): Use load_specific_debug_section. Check for
111 multiple sections with the same name.
112
62bb81b8
TG
1132008-08-28 Tristan Gingold <gingold@adacore.com>
114
115 * objdump.c (dump_stabs): Add sections for Darwin.
116
4cef8a9f
AM
1172008-08-25 Alan Modra <amodra@bigpond.net.au>
118
119 * sysdep.h: Include "binary-io.h".
120 (O_BINARY): Don't define here.
121 * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
122 * strings.c: Likewise.
123 (main): Remove #ifdef SET_BINARY.
124 * Makefile.am: Run "make dep-am"
125 * Makefile.in: Regenerate.
126
da594c4a
AM
1272008-08-24 Alan Modra <amodra@bigpond.net.au>
128
129 * configure.in: Update a number of obsolete autoconf macros.
130 * configure: Regenerate.
131 * aclocal.m4: Regenerate.
132
85acf597
RH
1332008-08-21 Richard Henderson <rth@redhat.com>
134
135 * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
136 (is_64bit_pcrel_reloc): New.
137 (debug_apply_relocations): Use it. Handle hppa pcrel bias.
138
7357c5b6
AM
1392008-08-15 Alan Modra <amodra@bigpond.net.au>
140
141 PR 6526
142 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
143 * Makefile.in: Regenerate.
144 * aclocal.m4: Regenerate.
145 * config.in: Regenerate.
146 * configure: Regenerate.
147 * doc/Makefile.in: Regenerate.
148
216ff8b4
AM
1492008-08-09 Alan Modra <amodra@bigpond.net.au>
150
151 PR 6615
152 * rename.c (smart_rename): Punctuate error messages.
153
861fb55a
DJ
1542008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
155 Daniel Jacobowitz <dan@codesourcery.com>
156 Catherine Moore <clm@codesourcery.com>
157 Mark Shinwell <shinwell@codesourcery.com>
158
159 * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
160 STO_MIPS_PIC.
161 (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here.
162 (dump_relocations, debug_apply_relocations): Don't handle it here.
163 (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT.
164 (print_mips_pltgot_entry): New function.
165 (process_mips_specific): Dump the PLT GOT.
166
85a82265
AM
1672008-08-08 Alan Modra <amodra@bigpond.net.au>
168
169 * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64.
170
237dcb53
AM
1712008-08-06 Alan Modra <amodra@bigpond.net.au>
172
d3ae097c 173 PR 6774
237dcb53
AM
174 * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
175 (setup_section): Don't zero vma and lma when extract_symbol.
176 (copy_section): Discard relocations when extract_symbol.
177 * doc/binutils.texi: Update --extract-symbol description.
178
323ee3f4
AM
1792008-08-04 Alan Modra <amodra@bigpond.net.au>
180
181 * Makefile.am (POTFILES.in): Set LC_ALL=C.
182 * Makefile.in: Regenerate.
183
3b26c801
AM
1842008-08-04 Markus Weiss <weissms@aros.org>
185
186 * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
187
a656ed5b
L
1882008-08-01 H.J. Lu <hongjiu.lu@intel.com>
189
190 * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
191 (dwarf_regnames_x86_64): Likewise.
192
0af1713e
AM
1932008-07-30 Alan Modra <amodra@bigpond.net.au>
194
195 * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
196 windmc.c: Silence gcc warnings.
197
437c2fb7
AM
1982008-07-28 Alan Modra <amodra@bigpond.net.au>
199
200 * readelf.c (print_vma): Typo fix.
201
14a91970
AM
2022008-07-28 Alan Modra <amodra@bigpond.net.au>
203
204 PR 6769
205 * readelf.c (print_dec_vma, print_hex_vma): Delete.
206 (print_vma): Use BFD_VMA_FMT.
207 * size.c (size_number, rprint_number): Likewise.
208
6fcc464a
AM
2092008-07-26 Michael Eager <eager@eagercon.com>
210
211 * readelf.c (display_power_gnu_attribute): Display
212 single-precision hard float.
213
89eeb0bc
LM
2142008-07-21 Luis Machado <luisgpm@br.ibm.com>
215
216 * readelf.c (get_note_type): Handle VSX notes.
217
a71cc8e0
L
2182008-07-15 H.J. Lu <hongjiu.lu@intel.com>
219
220 * objdump.c (load_debug_section): Initialize section_is_compressed
221 for gcc 3.4/ia64.
222 * readelf.c (load_debug_section): Likewise.
223
1bac266e
JZ
2242008-07-12 Jie Zhang <jie.zhang@analog.com>
225
226 Revert
227 2008-07-12 Jie Zhang <jie.zhang@analog.com>
228 * readelf.c (get_machine_flags): Deal with Blackfin specific
229 flags.
230
8c684578
JZ
2312008-07-12 Jie Zhang <jie.zhang@analog.com>
232
233 * readelf.c (get_machine_flags): Deal with Blackfin specific
234 flags.
235
1b315056
CS
2362008-07-09 Craig Silverstein <csilvers@google.com>
237
238 * config.in: Add HAVE_ZLIB_H
239 * configure.in: Add test for libz and zlib.h
240 * configure: Regenerate.
241 * dwarf.c (debug_displays): Add .zdebug_* strings.
242 * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
243 and compressed_name.
244 * objdump.c (load_debug_section): Call
245 bfd_uncompress_section_contents when loading a compressed
246 section.
247 (dump_dwarf_section): Recognize compressed section name.
248 (mach_o_dwarf_sections): Rename as
249 mach_o_uncompressed_dwarf_sections.
250 (mach_o_compressed_dwarf_sections): New variable.
251 (generic_dwarf_section): Rename as
252 generic_uncompressed_dwarf_sections.
253 (generic_compressed_dwarf_sections): New variable.
254 (check_mach_o_dwarf): Save and restore
255 mach_o_compressed_dwarf_sections.
256 * readelf.c: Add #include for config.h and zlib.h
257 (process_section_headers): Recognize compressed section name.
258 (uncompress_section_contents): New function.
259 (load_debug_section): Call uncompress_section_contents when
260 loading a compressed section.
261 (display_debug_section): Recognize compressed section name.
262
2b4590fb
AM
2632008-07-07 Alan Modra <amodra@bigpond.net.au>
264
265 * objdump.c (find_symbol_for_address): Prefer symbols in current
266 section.
267
0eb80fd3
AM
2682008-07-07 Alan Modra <amodra@bigpond.net.au>
269
270 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
271 * nlmconv.c (main, powerpc_build_stubs): Likewise.
272 * rescoff.c (write_coff_file): Likewise.
273 * resres.c (write_res_file): Likewise.
274 * windmc.c (windmc_write_bin): Likewise.
275
c1184619
SR
2762008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
277
278 * readelf.c (guess_is_rela): Add EM_CR16_OLD.
279 (dump_relocations): Likewise.
280 (get_machine_name): Likewise.
281 (is_32bit_abs_reloc): Likewise.
282
7a283e07
RW
2832008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
284
285 * configure: Regenerate.
286
ff7eeb89
DD
2872008-06-12 DJ Delorie <dj@redhat.com>
288
289 * readelf.c (guess_is_rela): Add EM_M32C_OLD.
290 (dump_relocations): Likewise.
291 (process_section_headers): Likewise.
292 (is_32bit_abs_reloc): Likewise.
293 (is_16bit_abs_reloc): Likewise.
294
b922d590
NC
2952008-06-12 Nick Clifton <nickc@redhat.com>
296
297 PR binutils/6483
298 * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
299 debug information to display, try dumping DWARF information
300 instead.
301 * rddbg.c (read_debugging_info): Add a parameter to suppress the
302 display of a warning message when no debug information is found.
303 * budbg.h (read_debugging_info): Update prototype.
304 * objcopy.c (copy_object): Continue to allow read_debugging_info
305 to produce warning messages.
306 * doc/binutils.texi (--debugging): Document new behaviour of the
307 -g/--debugging option.
308
3201a343
BE
3092008-06-10 Ben Elliston <bje@gnu.org>
310
311 * MAINTAINERS: Remove myself as m68k maintainer.
312
8944f3c2
AM
3132008-05-14 Alan Modra <amodra@bigpond.net.au>
314
315 * Makefile.in: Regenerate.
316 * doc/Makefile.in: Regenerate.
317
cef1fe97
AM
3182008-05-12 Alan Modra <amodra@bigpond.net.au>
319
320 * embedspu.sh: Test for presence of ._ea by looking at section
321 table rather than looking at relocs. Correct toe_addr substitution.
322
8374f9d4
AM
3232008-05-08 Alan Modra <amodra@bigpond.net.au>
324
325 * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
326 and if present, put image in ".data.speelf". Put program handle
327 in ".data.spehandle".
328
961c521f
NC
3292008-05-01 Nick Clifton <nickc@redhat.com>
330
331 * readelf.c (print_symbol): Add code to display non-printing
332 characters.
333
830bf75c
NC
3342008-04-30 John Heidemann <johnh@isi.edu>
335
336 * doc/binutils.texi (strings): Add "unicode" to the documentation
337 of strings in order to make explicit that it supports this
338 feature.
339
b391a3e3
AM
3402008-04-30 Alan Modra <amodra@bigpond.net.au>
341
342 * readelf.c (process_program_headers): Correct section in segment
343 display.
344
417ed8af
NC
3452008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
346 Nick Clifton <nickc@redhat.com>
347
348 PR binutils/6449
349 * objdump.c (slurp_file): Open the file in binary mode.
350 * ar.c: Remove conditional definition of O_BINARY.
351 * bin2.c: Likewise.
352 * rename.c: Likewise.
353 * strings.c: Likewise.
354 * sysdep.h: Add conditional definition of O_BINARY.
355
6194aaab
L
3562008-04-23 Paolo Bonzini <bonzini@gnu.org>
357
358 * aclocal.m4: Regenerate.
359 * configure: Regenerate.
360
047c9024
NC
3612008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
362
363 PR binutils/6034
364 * objcopy.c (stuct symlist): Rename to
365 is_specified_symbol_predicate_data.
366 (strip_specific_list): Rename to strip_specific_htab.
367 (strip_unneeded_list): Rename to strip_unneeded_htab.
368 (keep_specific_list): Rename to keep_specific_htab.
369 (localize_specific_list): Rename to localize_specific_htab.
370 (globalize_specific_list): Rename to globalize_specific_htab.
371 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
372 (weaken_specific_list): Rename to weaken_specific_htab.
373 (eq_string): New function.
374 (create_symbol_htab): New function.
375 (create_symbol_htabs): New function.
376 (add_specific_symbol): Change to use hash tables.
377 (is_specified_symbol_predicate): New function.
378 (is_specified_symbol): Use hash table lookup.
379 (is_strip_section): Update to use new functions and hash tables.
380 (filter_symbols): Likewise.
381 (copy_object): Likewise.
382 (copy_section): Likewise.
383 (strip_main): Likewise.
384 (copy_main): Likewise.
385 (main): Likewise.
386
0297aed6
DM
3872008-04-14 David S. Miller <davem@davemloft.net>
388
389 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
390
a262ae96
NC
3912008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
392
393 * dwarf.c (display_debug_lines): Rename to
394 display_debug_lines_raw.
395 (display_debug_lines_decoded): New function. Displays the
396 interpreted contents of a .debug_line section.
397 (display_debug_lines): New function: Selects either a raw dump or
398 a decoded dump (or both) as requested by the user.
399 * dwarf.h (do_debug_lines_decoded): New extern.
400 * readelf.c: Add support for -wL or --debug-dump=decodedline
401 option to display the decoded contents of a .debug_line section.
402 * doc/binutils.texi: Document the new option.
403 * NEWS: Mention the new feature.
404
cecf136e
AM
4052008-04-08 Alan Modra <amodra@bigpond.net.au>
406
407 * dwarf.c: Remove trailing whitespace throughout file.
408
1419b114
NC
4092008-04-04 Nick Clifton <nickc@redhat.com>
410
411 * po/sk.po: Updated Slovak translation.
412
c0f3af97
L
4132008-04-03 H.J. Lu <hongjiu.lu@intel.com>
414
415 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
416 (dwarf_regnames_x86_64): Likewise.
417
a8da6403
NC
4182008-03-27 Cary Coutant <ccoutant@google.com>
419
c0f3af97 420 Add support for thin archives.
a8da6403
NC
421 * ar.c (make_thin_archive): New global flag.
422 (map_over_members): Deal with full pathnames in thin archives.
423 (usage, main): Add 'T' option for building thin archives.
424 (replace_members): Pass thin archive flag to ar_emul_append.
425 * arsup.c (ar_open): Initialize new flag.
426 * binemul.c (ar_emul_append): Add new parameter for
427 flattening nested archives.
428 (do_ar_emul_default_append): New function.
429 (ar_emul_default_append): Factored out recursive code.
430 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
431 (struct bin_emulation_xfer_struct): New parameter for ar_append.
432 * dlltool.c (gen_lib_file): Initialize thin archive flag.
433 * emul_aix.c (ar_emul_aix_internal): Add new flatten
434 parameter, currently unimplemented.
435 All callers changed.
436 * objcopy.c (copy_archive): Preserve thin archive flag.
437 * doc/binutils.texi: Update ar documentation.
438 * NEWS: Mention the new feature.
439
bbeee7ea
L
4402008-03-20 H.J. Lu <hongjiu.lu@intel.com>
441
442 * readelf.c (process_mips_specific): Declare addr_size as int.
443
ccb4c951
RS
4442008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
445
446 * readelf.c (print_mips_got_entry): New function.
447 (process_mips_specific): Print GOT information.
448
58c85be7
RW
4492008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
450
451 * aclocal.m4: Regenerate.
452 * configure: Likewise.
453 * Makefile.in: Likewise.
454 * doc/Makefile.in: Likewise.
455
c59aaa83
BD
4562008-03-16 Brian Dessent <brian@dessent.net>
457
458 * rcparse.y (resid): Allow control text to span multiple lines.
459
72de5009
AM
4602008-03-13 Alan Modra <amodra@bigpond.net.au>
461
462 * readelf.c: Use %u throughout when printing sh_link or sh_info,
463 %lu when printing sh_addralign.
464 (process_version_sections): Use identical formats when printing
465 all offset and sh_link fields.
466
50e7d84b
AM
4672008-03-13 Alan Modra <amodra@bigpond.net.au>
468
469 * Makefile.am: Run "make dep-am".
470 * Makefile.in: Regenerate.
471 * doc/Makefile.in: Regenerate.
472 * configure: Regenerate.
473
4fbb74a6
AM
4742008-03-12 Alan Modra <amodra@bigpond.net.au>
475
476 PR 5900
477 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
478 Remove use throughout file.
479 (SECTION_HEADER): Likewise.
480 (dump_relocations): Don't adjust st_shndx for reserved range.
481 (process_file_header): Mask SHN_XINDEX to values seen in external
482 elf structs. Simplify valid section index tests.
483 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
484 Map reserved st_shndx to internal form.
485 (process_section_groups): Test that group symbol st_shndx is in
486 range, not just non-zero. Delete reserved range check.
487 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
488 OS or RSV.
489
b1cc4aeb
PB
4902008-03-09 Paul Brook <paul@codesourcery.com>
491
492 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
493
4b3be0b6
JW
4942008-03-03 James E. Wilson <wilson@tuliptree.org>
495
496 * MAINTAINERS: Update my email address.
497
35d60fe4
NC
4982008-03-03 Nick Clifton <nickc@redhat.com>
499
500 * dwarf.c (decode_location_expression): Handle
501 DW_OP_PGI_omp_thread_num.
502
d253b654
AM
5032008-03-01 Alan Modra <amodra@bigpond.net.au>
504
505 * objdump.c (objdump_print_addr): Initialise "sym".
506
20c0b65d
NC
5072008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
508 Nick Clifton <nickc@redhat.com>
509
510 * ar.c (usage): Mention -t command line switch.
511 * doc/binutils.texi (ranlib): Document -t command line switch.
512
32760852
NC
5132008-02-26 Nick Clifton <nickc@redhat.com>
514
515 * objdump.c (objdump_print_addr): If displaying file offsets, show
516 the offset even if there are no symbols available.
517 (dump_section): Display nothing if none of the section is going to
518 be dumped. Display the file offset, if requested, of the location
519 from where the dump starts.
520 * doc/binutils.texi (objdump): Mention that dumping via the -s
521 switch is also affected by the -F option.
522
fa0d8a3e
NC
5232008-02-26 Nick Clifton <nickc@redhat.com>
524
525 Re-apply this patch which was accidentally deleted:
526 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
527
528 * doc/binutils.texi: Use "Binutils Index" for index name.
529
98ec6e72
NC
5302008-02-22 Nick Clifton <nickc@redhat.com>
531
532 * objdump.c (display_file_offsets): New variable.
533 (long_options): Add -F/--file-offsets.
534 (objdump_print_addr_with_sym): If displaying file offsets, print
535 the offset of the given address.
536 (disassemble_bytes): If displaying file offsets, tell the user how
537 many zeroes are skipped and the file offset of the point where
538 dumping resumes.
539 (disassemble_section): Only display the name of the section if
540 data is going to be dumped from it.
541 (main): Handle new option. Produce error messages if the start or
542 stop addresses do not make sense.
543 * doc/binutils.texi: Document the new feature.
544 * NEWS: Mention the new feature.
545
7cefd12b
NC
5462008-02-15 Chu Li <chul@cn.fujitsu.com>
547 Nick Clifton <nickc@redhat.com>
c904a764
NC
548
549 PR binutils/5713
550 * strings.c (integer_arg): Delete function.
551 (string_min): Initialise to 4.
552 (main): Use strtoul to parse integer arguments.
553 Move check for an invalid string length to after all the arguments
554 have been parsed.
555 (usage): Use indentation to indicate that -<n> is a another form
556 of the --bytes= command line option.
557
fd64a958
NC
5582008-02-12 Nick Clifton <nickc@redhat.com>
559
560 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
561 the argument.
562 (scan_obj_filename): Do not drop the const qualifier when calling
563 mcore_elf_cache_filename.
564 (struct fname_cache): Add const qualifier to filename field.
565
d51c3015
L
5662008-02-08 H.J. Lu <hongjiu.lu@intel.com>
567
568 PR binutils/5713
569 * strings.c (main): Set string_min to 4 if it is <= 0.
570
ee832e18
AM
5712008-02-07 Alan Modra <amodra@bigpond.net.au>
572
573 * objdump.c (main): Don't pass unadorned NULL to concat.
574
bb8541b9
L
5752008-02-04 H.J. Lu <hongjiu.lu@intel.com>
576
577 PR 5715
578 * configure: Regenerated.
579
05c6f050
AN
5802008-02-03 Adam Nemet <anemet@caviumnetworks.com>
581
582 * readelf.c (get_machine_flags): Handle Octeon.
583
148b93f2
NC
5842008-01-30 Tristan Gingold <gingold@adacore.com>
585
586 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
587 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
588 (get_dynamic_type): Handle IA64-specific tags.
589 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
590 (get_section_type_name): Handle OS-specific sections (and
591 particularly IA64 OpenVMS one).
592 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
593 decode them.
594
2d9472a2
NC
5952008-01-29 Nick Clifton <nickc@redhat.com>
596
597 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 598 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 599 specifier if necessary.
2d9472a2
NC
600 (display_debug_loc): Use dwarf_vma type for begin and end values.
601 Use print_dwarf_vma to display their values. Use byte_get_signed
602 in order to correctly detect the -1 escape value.
603 (display_debug_aranges): Likewise.
604 (display_debug_ranges): Likewise.
605
fefffff8
AM
6062008-01-29 Alan Modra <amodra@bigpond.net.au>
607
608 * dwarf.c (display_debug_loc): Correct test for base address
609 entry when 64-bit host dumping 32-bit object.
610
ccdb9c9f
AM
6112008-01-29 Alan Modra <amodra@bigpond.net.au>
612
613 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
614
e36ea2de
NC
6152008-01-28 Nick Clifton <nickc@redhat.com>
616
617 PR binutils/5529
618 * rclex.c (yylex): Also allow the hypen character.
619
2dc4cec1
L
6202008-01-28 H.J. Lu <hongjiu.lu@intel.com>
621
622 * dwarf.c: Include "elf/common.h".
623 (eh_addr_size): Changed to int.
624 (dwarf_regnames_i386): New.
625 (dwarf_regnames_x86_64): Likewise.
626 (dwarf_regnames): Likewise.
627 (dwarf_regnames_count): Likewise.
628 (init_dwarf_regnames): Likewise.
629 (regname): Likewise.
630 (frame_display_row): Properly support different address size.
631 Call regname to get register name.
632 (display_debug_frames): Call regname to get register name.
633 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
634 instead of DW_CFA_def_cfa_reg.
635
636 * dwarf.h (init_dwarf_regnames): New.
637
638 * objdump.c: Include "elf-bfd.h".
639 (dump_dwarf): Call init_dwarf_regnames on ELF input.
640
641 * readelf.c (guess_is_rela): Change argument to int.
642 (parse_args): Remove the undocumented upper case options for
643 -wX.
a65c77b9 644 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 645
f4236fe4
DD
6462008-01-25 DJ Delorie <dj@redhat.com>
647
648 * readelf.c (process_section_headers): Add m16c handler.
649 (is_16bit_abs_reloc): Recognize R_M32C_16.
650
6e3d6dc1
NC
6512008-01-25 Kai Tietz <kai.tietz@onevision.com>
652
653 * prdbg.c: Correct formatter style use.
654 * readelf.c: Likewise.
655 * strings.c: Likewise.
656
5ca3b13d
NC
6572008-01-25 Nick Clifton <nickc@redhat.com>
658
659 * po/ru.po: Updated Russian translation.
660
fabda5a7
L
6612008-01-17 H.J. Lu <hjl.tools@gmail.com>
662
663 * MAINTAINERS: Update my email address.
664
1febe64d
NC
6652008-01-14 Nick Clifton <nickc@redhat.com>
666
667 * dwarf.c (process_debug_info): Include the CU offset and corrupt
668 version value when reporting unrecognised DWARF version numbers.
669 (load_debug_info): Remember a failed attempt to load and parse the
670 .debug_info section and do not repeat such attempts.
671 (display_debug_lines): Check the return value from load_debug_info
672 and return whilst displaying a warning message if the load failed.
673 (display_debug_loc): Likewise.
674 (display_debug_ranges): Likewise.
cc86f28f
NC
675 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
676 when the .debug_info section could not be loaded/parsed.
677 (process_debug_info): Display the length of the compilation unit
678 in hex, so that it corresponds with the offsets that will follow.
679 Tell the user if the length was 32-bit or 64-bit.
680 If a DIE abbreviation could not be found, tell the user the offset
681 of the DIE.
682 (free_debug_memory): Do not attempt to free any entries in the
683 debug_information array if num_debug_info_entries is set to
684 DEBUG_INFO_UNAVAILABLE.
1febe64d 685
e819ade1
AS
6862008-01-10 Andreas Schwab <schwab@suse.de>
687
688 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
689
d25576aa
NC
6902008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
691
692 PR binutils/55326
693 * bucomm.c (list_supported_architectures): Free architecture list
694 after use.
695 * windres.c (set_endianess): Likewise.
696 * windmc.c (set_endianess): Likewise.
697
aeafac0c
KT
6982008-01-08 Kai Tietz <kai.tietz@onevision.com>
699
e36ea2de 700 PR binutils/5529
aeafac0c 701 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 702 characters for name tokens.
aeafac0c 703
3c75e4f8
GM
7042008-01-04 Greg McGary <greg@mcgary.org>
705
706 * prdbg.c (print_vma): Print as long long, if host supports it.
707
ec4d4525
NC
7082008-01-03 Nick Clifton <nickc@redhat.com>
709
710 * dwarf.c (read_and_display_attr_value): Prefix values that are
711 displayed in hexadecimal with 0x.
712 For the DW_AT_import attribute display the abbreviation number and
713 tag of the imported DIE.
714 (process_debug_info): Warn about lengths that reserved by the
715 DWARF3 specification.
716 Provide more information when corrupted DIEs are detected.
717 Warn if DIE corruption makes the sibling level negative.
718
6c7ac64e 719For older changes see ChangeLog-2007
252b5132
RH
720\f
721Local Variables:
722mode: change-log
723left-margin: 8
724fill-column: 74
725version-control: never
726End:
This page took 0.390734 seconds and 4 git commands to generate.