*** empty log message ***
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
323ee3f4
AM
12008-08-04 Alan Modra <amodra@bigpond.net.au>
2
3 * Makefile.am (POTFILES.in): Set LC_ALL=C.
4 * Makefile.in: Regenerate.
5
3b26c801
AM
62008-08-04 Markus Weiss <weissms@aros.org>
7
8 * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
9
a656ed5b
L
102008-08-01 H.J. Lu <hongjiu.lu@intel.com>
11
12 * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
13 (dwarf_regnames_x86_64): Likewise.
14
0af1713e
AM
152008-07-30 Alan Modra <amodra@bigpond.net.au>
16
17 * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
18 windmc.c: Silence gcc warnings.
19
437c2fb7
AM
202008-07-28 Alan Modra <amodra@bigpond.net.au>
21
22 * readelf.c (print_vma): Typo fix.
23
14a91970
AM
242008-07-28 Alan Modra <amodra@bigpond.net.au>
25
26 PR 6769
27 * readelf.c (print_dec_vma, print_hex_vma): Delete.
28 (print_vma): Use BFD_VMA_FMT.
29 * size.c (size_number, rprint_number): Likewise.
30
6fcc464a
AM
312008-07-26 Michael Eager <eager@eagercon.com>
32
33 * readelf.c (display_power_gnu_attribute): Display
34 single-precision hard float.
35
89eeb0bc
LM
362008-07-21 Luis Machado <luisgpm@br.ibm.com>
37
38 * readelf.c (get_note_type): Handle VSX notes.
39
a71cc8e0
L
402008-07-15 H.J. Lu <hongjiu.lu@intel.com>
41
42 * objdump.c (load_debug_section): Initialize section_is_compressed
43 for gcc 3.4/ia64.
44 * readelf.c (load_debug_section): Likewise.
45
1bac266e
JZ
462008-07-12 Jie Zhang <jie.zhang@analog.com>
47
48 Revert
49 2008-07-12 Jie Zhang <jie.zhang@analog.com>
50 * readelf.c (get_machine_flags): Deal with Blackfin specific
51 flags.
52
8c684578
JZ
532008-07-12 Jie Zhang <jie.zhang@analog.com>
54
55 * readelf.c (get_machine_flags): Deal with Blackfin specific
56 flags.
57
1b315056
CS
582008-07-09 Craig Silverstein <csilvers@google.com>
59
60 * config.in: Add HAVE_ZLIB_H
61 * configure.in: Add test for libz and zlib.h
62 * configure: Regenerate.
63 * dwarf.c (debug_displays): Add .zdebug_* strings.
64 * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
65 and compressed_name.
66 * objdump.c (load_debug_section): Call
67 bfd_uncompress_section_contents when loading a compressed
68 section.
69 (dump_dwarf_section): Recognize compressed section name.
70 (mach_o_dwarf_sections): Rename as
71 mach_o_uncompressed_dwarf_sections.
72 (mach_o_compressed_dwarf_sections): New variable.
73 (generic_dwarf_section): Rename as
74 generic_uncompressed_dwarf_sections.
75 (generic_compressed_dwarf_sections): New variable.
76 (check_mach_o_dwarf): Save and restore
77 mach_o_compressed_dwarf_sections.
78 * readelf.c: Add #include for config.h and zlib.h
79 (process_section_headers): Recognize compressed section name.
80 (uncompress_section_contents): New function.
81 (load_debug_section): Call uncompress_section_contents when
82 loading a compressed section.
83 (display_debug_section): Recognize compressed section name.
84
2b4590fb
AM
852008-07-07 Alan Modra <amodra@bigpond.net.au>
86
87 * objdump.c (find_symbol_for_address): Prefer symbols in current
88 section.
89
0eb80fd3
AM
902008-07-07 Alan Modra <amodra@bigpond.net.au>
91
92 * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
93 * nlmconv.c (main, powerpc_build_stubs): Likewise.
94 * rescoff.c (write_coff_file): Likewise.
95 * resres.c (write_res_file): Likewise.
96 * windmc.c (windmc_write_bin): Likewise.
97
c1184619
SR
982008-06-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
99
100 * readelf.c (guess_is_rela): Add EM_CR16_OLD.
101 (dump_relocations): Likewise.
102 (get_machine_name): Likewise.
103 (is_32bit_abs_reloc): Likewise.
104
7a283e07
RW
1052008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
106
107 * configure: Regenerate.
108
ff7eeb89
DD
1092008-06-12 DJ Delorie <dj@redhat.com>
110
111 * readelf.c (guess_is_rela): Add EM_M32C_OLD.
112 (dump_relocations): Likewise.
113 (process_section_headers): Likewise.
114 (is_32bit_abs_reloc): Likewise.
115 (is_16bit_abs_reloc): Likewise.
116
b922d590
NC
1172008-06-12 Nick Clifton <nickc@redhat.com>
118
119 PR binutils/6483
120 * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
121 debug information to display, try dumping DWARF information
122 instead.
123 * rddbg.c (read_debugging_info): Add a parameter to suppress the
124 display of a warning message when no debug information is found.
125 * budbg.h (read_debugging_info): Update prototype.
126 * objcopy.c (copy_object): Continue to allow read_debugging_info
127 to produce warning messages.
128 * doc/binutils.texi (--debugging): Document new behaviour of the
129 -g/--debugging option.
130
3201a343
BE
1312008-06-10 Ben Elliston <bje@gnu.org>
132
133 * MAINTAINERS: Remove myself as m68k maintainer.
134
8944f3c2
AM
1352008-05-14 Alan Modra <amodra@bigpond.net.au>
136
137 * Makefile.in: Regenerate.
138 * doc/Makefile.in: Regenerate.
139
cef1fe97
AM
1402008-05-12 Alan Modra <amodra@bigpond.net.au>
141
142 * embedspu.sh: Test for presence of ._ea by looking at section
143 table rather than looking at relocs. Correct toe_addr substitution.
144
8374f9d4
AM
1452008-05-08 Alan Modra <amodra@bigpond.net.au>
146
147 * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
148 and if present, put image in ".data.speelf". Put program handle
149 in ".data.spehandle".
150
961c521f
NC
1512008-05-01 Nick Clifton <nickc@redhat.com>
152
153 * readelf.c (print_symbol): Add code to display non-printing
154 characters.
155
830bf75c
NC
1562008-04-30 John Heidemann <johnh@isi.edu>
157
158 * doc/binutils.texi (strings): Add "unicode" to the documentation
159 of strings in order to make explicit that it supports this
160 feature.
161
b391a3e3
AM
1622008-04-30 Alan Modra <amodra@bigpond.net.au>
163
164 * readelf.c (process_program_headers): Correct section in segment
165 display.
166
417ed8af
NC
1672008-04-28 M Thomas <mthomas@rhrk.uni-kl.de>
168 Nick Clifton <nickc@redhat.com>
169
170 PR binutils/6449
171 * objdump.c (slurp_file): Open the file in binary mode.
172 * ar.c: Remove conditional definition of O_BINARY.
173 * bin2.c: Likewise.
174 * rename.c: Likewise.
175 * strings.c: Likewise.
176 * sysdep.h: Add conditional definition of O_BINARY.
177
6194aaab
L
1782008-04-23 Paolo Bonzini <bonzini@gnu.org>
179
180 * aclocal.m4: Regenerate.
181 * configure: Regenerate.
182
047c9024
NC
1832008-04-16 Jean-Yves Lefort <jylefort@brutele.be>
184
185 PR binutils/6034
186 * objcopy.c (stuct symlist): Rename to
187 is_specified_symbol_predicate_data.
188 (strip_specific_list): Rename to strip_specific_htab.
189 (strip_unneeded_list): Rename to strip_unneeded_htab.
190 (keep_specific_list): Rename to keep_specific_htab.
191 (localize_specific_list): Rename to localize_specific_htab.
192 (globalize_specific_list): Rename to globalize_specific_htab.
193 (keepglobal_specific_list): Rename to keepglobal_specific_htab.
194 (weaken_specific_list): Rename to weaken_specific_htab.
195 (eq_string): New function.
196 (create_symbol_htab): New function.
197 (create_symbol_htabs): New function.
198 (add_specific_symbol): Change to use hash tables.
199 (is_specified_symbol_predicate): New function.
200 (is_specified_symbol): Use hash table lookup.
201 (is_strip_section): Update to use new functions and hash tables.
202 (filter_symbols): Likewise.
203 (copy_object): Likewise.
204 (copy_section): Likewise.
205 (strip_main): Likewise.
206 (copy_main): Likewise.
207 (main): Likewise.
208
0297aed6
DM
2092008-04-14 David S. Miller <davem@davemloft.net>
210
211 * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
212
a262ae96
NC
2132008-04-11 Torleif Sandnes <torleif.sandnes@gmail.com>
214
215 * dwarf.c (display_debug_lines): Rename to
216 display_debug_lines_raw.
217 (display_debug_lines_decoded): New function. Displays the
218 interpreted contents of a .debug_line section.
219 (display_debug_lines): New function: Selects either a raw dump or
220 a decoded dump (or both) as requested by the user.
221 * dwarf.h (do_debug_lines_decoded): New extern.
222 * readelf.c: Add support for -wL or --debug-dump=decodedline
223 option to display the decoded contents of a .debug_line section.
224 * doc/binutils.texi: Document the new option.
225 * NEWS: Mention the new feature.
226
cecf136e
AM
2272008-04-08 Alan Modra <amodra@bigpond.net.au>
228
229 * dwarf.c: Remove trailing whitespace throughout file.
230
1419b114
NC
2312008-04-04 Nick Clifton <nickc@redhat.com>
232
233 * po/sk.po: Updated Slovak translation.
234
c0f3af97
L
2352008-04-03 H.J. Lu <hongjiu.lu@intel.com>
236
237 * dwarf.c (dwarf_regnames_i386): Add AVX registers.
238 (dwarf_regnames_x86_64): Likewise.
239
a8da6403
NC
2402008-03-27 Cary Coutant <ccoutant@google.com>
241
c0f3af97 242 Add support for thin archives.
a8da6403
NC
243 * ar.c (make_thin_archive): New global flag.
244 (map_over_members): Deal with full pathnames in thin archives.
245 (usage, main): Add 'T' option for building thin archives.
246 (replace_members): Pass thin archive flag to ar_emul_append.
247 * arsup.c (ar_open): Initialize new flag.
248 * binemul.c (ar_emul_append): Add new parameter for
249 flattening nested archives.
250 (do_ar_emul_default_append): New function.
251 (ar_emul_default_append): Factored out recursive code.
252 * binutils/binemul.h (ar_emul_default_append): Add new parameter.
253 (struct bin_emulation_xfer_struct): New parameter for ar_append.
254 * dlltool.c (gen_lib_file): Initialize thin archive flag.
255 * emul_aix.c (ar_emul_aix_internal): Add new flatten
256 parameter, currently unimplemented.
257 All callers changed.
258 * objcopy.c (copy_archive): Preserve thin archive flag.
259 * doc/binutils.texi: Update ar documentation.
260 * NEWS: Mention the new feature.
261
bbeee7ea
L
2622008-03-20 H.J. Lu <hongjiu.lu@intel.com>
263
264 * readelf.c (process_mips_specific): Declare addr_size as int.
265
ccb4c951
RS
2662008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
267
268 * readelf.c (print_mips_got_entry): New function.
269 (process_mips_specific): Print GOT information.
270
58c85be7
RW
2712008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
272
273 * aclocal.m4: Regenerate.
274 * configure: Likewise.
275 * Makefile.in: Likewise.
276 * doc/Makefile.in: Likewise.
277
c59aaa83
BD
2782008-03-16 Brian Dessent <brian@dessent.net>
279
280 * rcparse.y (resid): Allow control text to span multiple lines.
281
72de5009
AM
2822008-03-13 Alan Modra <amodra@bigpond.net.au>
283
284 * readelf.c: Use %u throughout when printing sh_link or sh_info,
285 %lu when printing sh_addralign.
286 (process_version_sections): Use identical formats when printing
287 all offset and sh_link fields.
288
50e7d84b
AM
2892008-03-13 Alan Modra <amodra@bigpond.net.au>
290
291 * Makefile.am: Run "make dep-am".
292 * Makefile.in: Regenerate.
293 * doc/Makefile.in: Regenerate.
294 * configure: Regenerate.
295
4fbb74a6
AM
2962008-03-12 Alan Modra <amodra@bigpond.net.au>
297
298 PR 5900
299 * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
300 Remove use throughout file.
301 (SECTION_HEADER): Likewise.
302 (dump_relocations): Don't adjust st_shndx for reserved range.
303 (process_file_header): Mask SHN_XINDEX to values seen in external
304 elf structs. Simplify valid section index tests.
305 (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
306 Map reserved st_shndx to internal form.
307 (process_section_groups): Test that group symbol st_shndx is in
308 range, not just non-zero. Delete reserved range check.
309 (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
310 OS or RSV.
311
b1cc4aeb
PB
3122008-03-09 Paul Brook <paul@codesourcery.com>
313
314 * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
315
4b3be0b6
JW
3162008-03-03 James E. Wilson <wilson@tuliptree.org>
317
318 * MAINTAINERS: Update my email address.
319
35d60fe4
NC
3202008-03-03 Nick Clifton <nickc@redhat.com>
321
322 * dwarf.c (decode_location_expression): Handle
323 DW_OP_PGI_omp_thread_num.
324
d253b654
AM
3252008-03-01 Alan Modra <amodra@bigpond.net.au>
326
327 * objdump.c (objdump_print_addr): Initialise "sym".
328
20c0b65d
NC
3292008-02-27 Justin Pryzby <justinpryzby@users.sourceforge.net>
330 Nick Clifton <nickc@redhat.com>
331
332 * ar.c (usage): Mention -t command line switch.
333 * doc/binutils.texi (ranlib): Document -t command line switch.
334
32760852
NC
3352008-02-26 Nick Clifton <nickc@redhat.com>
336
337 * objdump.c (objdump_print_addr): If displaying file offsets, show
338 the offset even if there are no symbols available.
339 (dump_section): Display nothing if none of the section is going to
340 be dumped. Display the file offset, if requested, of the location
341 from where the dump starts.
342 * doc/binutils.texi (objdump): Mention that dumping via the -s
343 switch is also affected by the -F option.
344
fa0d8a3e
NC
3452008-02-26 Nick Clifton <nickc@redhat.com>
346
347 Re-apply this patch which was accidentally deleted:
348 2006-05-16 Carlos O'Donell <carlos@codesourcery.com>
349
350 * doc/binutils.texi: Use "Binutils Index" for index name.
351
98ec6e72
NC
3522008-02-22 Nick Clifton <nickc@redhat.com>
353
354 * objdump.c (display_file_offsets): New variable.
355 (long_options): Add -F/--file-offsets.
356 (objdump_print_addr_with_sym): If displaying file offsets, print
357 the offset of the given address.
358 (disassemble_bytes): If displaying file offsets, tell the user how
359 many zeroes are skipped and the file offset of the point where
360 dumping resumes.
361 (disassemble_section): Only display the name of the section if
362 data is going to be dumped from it.
363 (main): Handle new option. Produce error messages if the start or
364 stop addresses do not make sense.
365 * doc/binutils.texi: Document the new feature.
366 * NEWS: Mention the new feature.
367
7cefd12b
NC
3682008-02-15 Chu Li <chul@cn.fujitsu.com>
369 Nick Clifton <nickc@redhat.com>
c904a764
NC
370
371 PR binutils/5713
372 * strings.c (integer_arg): Delete function.
373 (string_min): Initialise to 4.
374 (main): Use strtoul to parse integer arguments.
375 Move check for an invalid string length to after all the arguments
376 have been parsed.
377 (usage): Use indentation to indicate that -<n> is a another form
378 of the --bytes= command line option.
379
fd64a958
NC
3802008-02-12 Nick Clifton <nickc@redhat.com>
381
382 * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
383 the argument.
384 (scan_obj_filename): Do not drop the const qualifier when calling
385 mcore_elf_cache_filename.
386 (struct fname_cache): Add const qualifier to filename field.
387
d51c3015
L
3882008-02-08 H.J. Lu <hongjiu.lu@intel.com>
389
390 PR binutils/5713
391 * strings.c (main): Set string_min to 4 if it is <= 0.
392
ee832e18
AM
3932008-02-07 Alan Modra <amodra@bigpond.net.au>
394
395 * objdump.c (main): Don't pass unadorned NULL to concat.
396
bb8541b9
L
3972008-02-04 H.J. Lu <hongjiu.lu@intel.com>
398
399 PR 5715
400 * configure: Regenerated.
401
05c6f050
AN
4022008-02-03 Adam Nemet <anemet@caviumnetworks.com>
403
404 * readelf.c (get_machine_flags): Handle Octeon.
405
148b93f2
NC
4062008-01-30 Tristan Gingold <gingold@adacore.com>
407
408 * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
409 (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
410 (get_dynamic_type): Handle IA64-specific tags.
411 (get_ia64_section_type_name): Handle OpenVMS-specific sections.
412 (get_section_type_name): Handle OS-specific sections (and
413 particularly IA64 OpenVMS one).
414 (get_elf_section_flags): Makes flags static. Add entries for IA64 and
415 decode them.
416
2d9472a2
NC
4172008-01-29 Nick Clifton <nickc@redhat.com>
418
419 * dwarf.c (print_dwarf_vma): New function. Display the value of a
2e14fae2 420 dwarf_vma type at a specified precision. Use mingw field type
68e08bce 421 specifier if necessary.
2d9472a2
NC
422 (display_debug_loc): Use dwarf_vma type for begin and end values.
423 Use print_dwarf_vma to display their values. Use byte_get_signed
424 in order to correctly detect the -1 escape value.
425 (display_debug_aranges): Likewise.
426 (display_debug_ranges): Likewise.
427
fefffff8
AM
4282008-01-29 Alan Modra <amodra@bigpond.net.au>
429
430 * dwarf.c (display_debug_loc): Correct test for base address
431 entry when 64-bit host dumping 32-bit object.
432
ccdb9c9f
AM
4332008-01-29 Alan Modra <amodra@bigpond.net.au>
434
435 * MAINTAINERS: Remove myself as ix86 maintainer. Add for SPU.
436
e36ea2de
NC
4372008-01-28 Nick Clifton <nickc@redhat.com>
438
439 PR binutils/5529
440 * rclex.c (yylex): Also allow the hypen character.
441
2dc4cec1
L
4422008-01-28 H.J. Lu <hongjiu.lu@intel.com>
443
444 * dwarf.c: Include "elf/common.h".
445 (eh_addr_size): Changed to int.
446 (dwarf_regnames_i386): New.
447 (dwarf_regnames_x86_64): Likewise.
448 (dwarf_regnames): Likewise.
449 (dwarf_regnames_count): Likewise.
450 (init_dwarf_regnames): Likewise.
451 (regname): Likewise.
452 (frame_display_row): Properly support different address size.
453 Call regname to get register name.
454 (display_debug_frames): Call regname to get register name.
455 Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
456 instead of DW_CFA_def_cfa_reg.
457
458 * dwarf.h (init_dwarf_regnames): New.
459
460 * objdump.c: Include "elf-bfd.h".
461 (dump_dwarf): Call init_dwarf_regnames on ELF input.
462
463 * readelf.c (guess_is_rela): Change argument to int.
464 (parse_args): Remove the undocumented upper case options for
465 -wX.
a65c77b9 466 (process_file_header): Call init_dwarf_regnames.
2dc4cec1 467
f4236fe4
DD
4682008-01-25 DJ Delorie <dj@redhat.com>
469
470 * readelf.c (process_section_headers): Add m16c handler.
471 (is_16bit_abs_reloc): Recognize R_M32C_16.
472
6e3d6dc1
NC
4732008-01-25 Kai Tietz <kai.tietz@onevision.com>
474
475 * prdbg.c: Correct formatter style use.
476 * readelf.c: Likewise.
477 * strings.c: Likewise.
478
5ca3b13d
NC
4792008-01-25 Nick Clifton <nickc@redhat.com>
480
481 * po/ru.po: Updated Russian translation.
482
fabda5a7
L
4832008-01-17 H.J. Lu <hjl.tools@gmail.com>
484
485 * MAINTAINERS: Update my email address.
486
1febe64d
NC
4872008-01-14 Nick Clifton <nickc@redhat.com>
488
489 * dwarf.c (process_debug_info): Include the CU offset and corrupt
490 version value when reporting unrecognised DWARF version numbers.
491 (load_debug_info): Remember a failed attempt to load and parse the
492 .debug_info section and do not repeat such attempts.
493 (display_debug_lines): Check the return value from load_debug_info
494 and return whilst displaying a warning message if the load failed.
495 (display_debug_loc): Likewise.
496 (display_debug_ranges): Likewise.
cc86f28f
NC
497 (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
498 when the .debug_info section could not be loaded/parsed.
499 (process_debug_info): Display the length of the compilation unit
500 in hex, so that it corresponds with the offsets that will follow.
501 Tell the user if the length was 32-bit or 64-bit.
502 If a DIE abbreviation could not be found, tell the user the offset
503 of the DIE.
504 (free_debug_memory): Do not attempt to free any entries in the
505 debug_information array if num_debug_info_entries is set to
506 DEBUG_INFO_UNAVAILABLE.
1febe64d 507
e819ade1
AS
5082008-01-10 Andreas Schwab <schwab@suse.de>
509
510 * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
511
d25576aa
NC
5122008-01-09 Jakub Zawadzki <darkjames@darkjames.ath.cx>
513
514 PR binutils/55326
515 * bucomm.c (list_supported_architectures): Free architecture list
516 after use.
517 * windres.c (set_endianess): Likewise.
518 * windmc.c (set_endianess): Likewise.
519
aeafac0c
KT
5202008-01-08 Kai Tietz <kai.tietz@onevision.com>
521
e36ea2de 522 PR binutils/5529
aeafac0c 523 * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
e36ea2de 524 characters for name tokens.
aeafac0c 525
3c75e4f8
GM
5262008-01-04 Greg McGary <greg@mcgary.org>
527
528 * prdbg.c (print_vma): Print as long long, if host supports it.
529
ec4d4525
NC
5302008-01-03 Nick Clifton <nickc@redhat.com>
531
532 * dwarf.c (read_and_display_attr_value): Prefix values that are
533 displayed in hexadecimal with 0x.
534 For the DW_AT_import attribute display the abbreviation number and
535 tag of the imported DIE.
536 (process_debug_info): Warn about lengths that reserved by the
537 DWARF3 specification.
538 Provide more information when corrupted DIEs are detected.
539 Warn if DIE corruption makes the sibling level negative.
540
6c7ac64e 541For older changes see ChangeLog-2007
252b5132
RH
542\f
543Local Variables:
544mode: change-log
545left-margin: 8
546fill-column: 74
547version-control: never
548End:
This page took 0.3839 seconds and 4 git commands to generate.