include/elf/
[binutils.git] / binutils / ChangeLog
blob8491b0765e47a15608b516e349e62723d00cb200
1 2008-07-09  Craig Silverstein  <csilvers@google.com>
3         * config.in: Add HAVE_ZLIB_H
4         * configure.in: Add test for libz and zlib.h
5         * configure: Regenerate.
6         * dwarf.c (debug_displays): Add .zdebug_* strings.
7         * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
8         and compressed_name.
9         * objdump.c (load_debug_section): Call
10         bfd_uncompress_section_contents when loading a compressed
11         section.
12         (dump_dwarf_section): Recognize compressed section name.
13         (mach_o_dwarf_sections): Rename as
14         mach_o_uncompressed_dwarf_sections.
15         (mach_o_compressed_dwarf_sections): New variable.
16         (generic_dwarf_section): Rename as
17         generic_uncompressed_dwarf_sections.
18         (generic_compressed_dwarf_sections): New variable.
19         (check_mach_o_dwarf): Save and restore
20         mach_o_compressed_dwarf_sections.
21         * readelf.c: Add #include for config.h and zlib.h
22         (process_section_headers): Recognize compressed section name.
23         (uncompress_section_contents): New function.
24         (load_debug_section): Call uncompress_section_contents when
25         loading a compressed section.
26         (display_debug_section): Recognize compressed section name.
28 2008-07-07  Alan Modra  <amodra@bigpond.net.au>
30         * objdump.c (find_symbol_for_address): Prefer symbols in current
31         section.
33 2008-07-07  Alan Modra  <amodra@bigpond.net.au>
35         * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
36         * nlmconv.c (main, powerpc_build_stubs): Likewise.
37         * rescoff.c (write_coff_file): Likewise.
38         * resres.c (write_res_file): Likewise.
39         * windmc.c (windmc_write_bin): Likewise.
41 2008-06-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
43         * readelf.c (guess_is_rela): Add EM_CR16_OLD.
44         (dump_relocations): Likewise.
45         (get_machine_name): Likewise.
46         (is_32bit_abs_reloc): Likewise.
48 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
50         * configure: Regenerate.
52 2008-06-12  DJ Delorie  <dj@redhat.com>
54         * readelf.c (guess_is_rela): Add EM_M32C_OLD.
55         (dump_relocations): Likewise.
56         (process_section_headers): Likewise.
57         (is_32bit_abs_reloc): Likewise.
58         (is_16bit_abs_reloc): Likewise.
60 2008-06-12  Nick Clifton  <nickc@redhat.com>
62         PR binutils/6483
63         * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
64         debug information to display, try dumping DWARF information
65         instead.
66         * rddbg.c (read_debugging_info): Add a parameter to suppress the
67         display of a warning message when no debug information is found.
68         * budbg.h (read_debugging_info): Update prototype.
69         * objcopy.c (copy_object): Continue to allow read_debugging_info
70         to produce warning messages.
71         * doc/binutils.texi (--debugging): Document new behaviour of the
72         -g/--debugging option.
74 2008-06-10  Ben Elliston  <bje@gnu.org>
76         * MAINTAINERS: Remove myself as m68k maintainer.
78 2008-05-14  Alan Modra  <amodra@bigpond.net.au>
80         * Makefile.in: Regenerate.
81         * doc/Makefile.in: Regenerate.
83 2008-05-12  Alan Modra  <amodra@bigpond.net.au>
85         * embedspu.sh: Test for presence of ._ea by looking at section
86         table rather than looking at relocs.  Correct toe_addr substitution.
88 2008-05-08  Alan Modra  <amodra@bigpond.net.au>
90         * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
91         and if present, put image in ".data.speelf".  Put program handle
92         in ".data.spehandle".
94 2008-05-01  Nick Clifton  <nickc@redhat.com>
96         * readelf.c (print_symbol): Add code to display non-printing
97         characters.
99 2008-04-30  John Heidemann  <johnh@isi.edu>
101         * doc/binutils.texi (strings): Add "unicode" to the documentation
102         of strings in order to make explicit that it supports this
103         feature.
105 2008-04-30  Alan Modra  <amodra@bigpond.net.au>
107         * readelf.c (process_program_headers): Correct section in segment
108         display.
110 2008-04-28  M Thomas  <mthomas@rhrk.uni-kl.de>
111             Nick Clifton  <nickc@redhat.com>
113         PR binutils/6449
114         * objdump.c (slurp_file): Open the file in binary mode.
115         * ar.c: Remove conditional definition of O_BINARY.
116         * bin2.c: Likewise.
117         * rename.c: Likewise.
118         * strings.c: Likewise.
119         * sysdep.h: Add conditional definition of O_BINARY.
121 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
123         * aclocal.m4: Regenerate.
124         * configure: Regenerate.
126 2008-04-16  Jean-Yves Lefort  <jylefort@brutele.be>
128         PR binutils/6034
129         * objcopy.c (stuct symlist): Rename to
130         is_specified_symbol_predicate_data.
131         (strip_specific_list): Rename to strip_specific_htab.
132         (strip_unneeded_list): Rename to strip_unneeded_htab.
133         (keep_specific_list):  Rename to keep_specific_htab.
134         (localize_specific_list): Rename to localize_specific_htab.
135         (globalize_specific_list): Rename to globalize_specific_htab.
136         (keepglobal_specific_list): Rename to keepglobal_specific_htab.
137         (weaken_specific_list): Rename to weaken_specific_htab.
138         (eq_string): New function.
139         (create_symbol_htab): New function.
140         (create_symbol_htabs): New function.
141         (add_specific_symbol): Change to use hash tables.
142         (is_specified_symbol_predicate): New function.
143         (is_specified_symbol): Use hash table lookup.
144         (is_strip_section): Update to use new functions and hash tables.
145         (filter_symbols): Likewise.
146         (copy_object): Likewise.
147         (copy_section): Likewise.
148         (strip_main): Likewise.
149         (copy_main): Likewise.
150         (main): Likewise.
152 2008-04-14  David S. Miller  <davem@davemloft.net>
154         * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
156 2008-04-11  Torleif Sandnes  <torleif.sandnes@gmail.com>
158         * dwarf.c (display_debug_lines): Rename to
159         display_debug_lines_raw.
160         (display_debug_lines_decoded): New function.  Displays the
161         interpreted contents of a .debug_line section.
162         (display_debug_lines): New function: Selects either a raw dump or
163         a decoded dump (or both) as requested by the user.
164         * dwarf.h (do_debug_lines_decoded): New extern.
165         * readelf.c: Add support for -wL or --debug-dump=decodedline
166         option to display the decoded contents of a .debug_line section.
167         * doc/binutils.texi: Document the new option.
168         * NEWS: Mention the new feature.
170 2008-04-08  Alan Modra  <amodra@bigpond.net.au>
172         * dwarf.c: Remove trailing whitespace throughout file.
174 2008-04-04  Nick Clifton  <nickc@redhat.com>
176         * po/sk.po: Updated Slovak translation.
178 2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
180         * dwarf.c (dwarf_regnames_i386): Add AVX registers.
181         (dwarf_regnames_x86_64): Likewise.
183 2008-03-27  Cary Coutant <ccoutant@google.com>
185         Add support for thin archives.
186         * ar.c (make_thin_archive): New global flag.
187         (map_over_members): Deal with full pathnames in thin archives.
188         (usage, main): Add 'T' option for building thin archives.
189         (replace_members): Pass thin archive flag to ar_emul_append.
190         * arsup.c (ar_open): Initialize new flag.
191         * binemul.c (ar_emul_append): Add new parameter for
192         flattening nested archives.
193         (do_ar_emul_default_append): New function.
194         (ar_emul_default_append): Factored out recursive code.
195         * binutils/binemul.h (ar_emul_default_append): Add new parameter.
196         (struct bin_emulation_xfer_struct): New parameter for ar_append.
197         * dlltool.c (gen_lib_file): Initialize thin archive flag.
198         * emul_aix.c (ar_emul_aix_internal): Add new flatten
199         parameter, currently unimplemented.
200         All callers changed.
201         * objcopy.c (copy_archive): Preserve thin archive flag.
202         * doc/binutils.texi: Update ar documentation.
203         * NEWS: Mention the new feature.
205 2008-03-20  H.J. Lu  <hongjiu.lu@intel.com>
207         * readelf.c (process_mips_specific): Declare addr_size as int.
209 2008-03-20  Richard Sandiford  <rsandifo@nildram.co.uk>
211         * readelf.c (print_mips_got_entry): New function.
212         (process_mips_specific): Print GOT information.
214 2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
216         * aclocal.m4: Regenerate.
217         * configure: Likewise.
218         * Makefile.in: Likewise.
219         * doc/Makefile.in: Likewise.
221 2008-03-16  Brian Dessent  <brian@dessent.net>
223         * rcparse.y (resid): Allow control text to span multiple lines.
225 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
227         * readelf.c: Use %u throughout when printing sh_link or sh_info,
228         %lu when printing sh_addralign.
229         (process_version_sections): Use identical formats when printing
230         all offset and sh_link fields.
232 2008-03-13  Alan Modra  <amodra@bigpond.net.au>
234         * Makefile.am: Run "make dep-am".
235         * Makefile.in: Regenerate.
236         * doc/Makefile.in: Regenerate.
237         * configure: Regenerate.
239 2008-03-12  Alan Modra  <amodra@bigpond.net.au>
241         PR 5900
242         * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
243         Remove use throughout file.
244         (SECTION_HEADER): Likewise.
245         (dump_relocations): Don't adjust st_shndx for reserved range.
246         (process_file_header): Mask SHN_XINDEX to values seen in external
247         elf structs.  Simplify valid section index tests.
248         (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
249         Map reserved st_shndx to internal form.
250         (process_section_groups): Test that group symbol st_shndx is in
251         range, not just non-zero.  Delete reserved range check.
252         (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
253         OS or RSV.
255 2008-03-09  Paul Brook  <paul@codesourcery.com>
257         * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
259 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
261         * MAINTAINERS: Update my email address.
263 2008-03-03  Nick Clifton  <nickc@redhat.com>
265         * dwarf.c (decode_location_expression): Handle
266         DW_OP_PGI_omp_thread_num.
268 2008-03-01  Alan Modra  <amodra@bigpond.net.au>
270         * objdump.c (objdump_print_addr): Initialise "sym".
272 2008-02-27  Justin Pryzby  <justinpryzby@users.sourceforge.net>
273             Nick Clifton  <nickc@redhat.com>
275         * ar.c (usage): Mention -t command line switch.
276         * doc/binutils.texi (ranlib): Document -t command line switch.
278 2008-02-26  Nick Clifton  <nickc@redhat.com>
280         * objdump.c (objdump_print_addr): If displaying file offsets, show
281         the offset even if there are no symbols available.
282         (dump_section): Display nothing if none of the section is going to
283         be dumped.  Display the file offset, if requested, of the location
284         from where the dump starts.
285         * doc/binutils.texi (objdump): Mention that dumping via the -s
286         switch is also affected by the -F option.
288 2008-02-26  Nick Clifton  <nickc@redhat.com>
290         Re-apply this patch which was accidentally deleted:
291         2006-05-16  Carlos O'Donell  <carlos@codesourcery.com>
293         * doc/binutils.texi: Use "Binutils Index" for index name.
295 2008-02-22  Nick Clifton  <nickc@redhat.com>
297         * objdump.c (display_file_offsets): New variable.
298         (long_options): Add -F/--file-offsets.
299         (objdump_print_addr_with_sym): If displaying file offsets, print
300         the offset of the given address.
301         (disassemble_bytes): If displaying file offsets, tell the user how
302         many zeroes are skipped and the file offset of the point where
303         dumping resumes.
304         (disassemble_section): Only display the name of the section if
305         data is going to be dumped from it.
306         (main): Handle new option.  Produce error messages if the start or
307         stop addresses do not make sense.
308         * doc/binutils.texi: Document the new feature.
309         * NEWS: Mention the new feature.
311 2008-02-15  Chu Li  <chul@cn.fujitsu.com>
312             Nick Clifton  <nickc@redhat.com>
314         PR binutils/5713
315         * strings.c (integer_arg): Delete function.
316         (string_min): Initialise to 4.
317         (main): Use strtoul to parse integer arguments.
318         Move check for an invalid string length to after all the arguments
319         have been parsed.
320         (usage): Use indentation to indicate that -<n> is a another form
321         of the --bytes= command line option.
323 2008-02-12  Nick Clifton  <nickc@redhat.com>
325         * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
326         the argument.
327         (scan_obj_filename): Do not drop the const qualifier when calling
328         mcore_elf_cache_filename.
329         (struct fname_cache): Add const qualifier to filename field.
331 2008-02-08  H.J. Lu  <hongjiu.lu@intel.com>
333         PR binutils/5713
334         * strings.c (main): Set string_min to 4 if it is <= 0.
336 2008-02-07  Alan Modra  <amodra@bigpond.net.au>
338         * objdump.c (main): Don't pass unadorned NULL to concat.
340 2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
342         PR 5715
343         * configure: Regenerated.
345 2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
347         * readelf.c (get_machine_flags): Handle Octeon.
349 2008-01-30  Tristan Gingold  <gingold@adacore.com>
351         * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
352         (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
353         (get_dynamic_type): Handle IA64-specific tags.
354         (get_ia64_section_type_name): Handle OpenVMS-specific sections.
355         (get_section_type_name): Handle OS-specific sections (and
356         particularly IA64 OpenVMS one).
357         (get_elf_section_flags): Makes flags static.  Add entries for IA64 and
358         decode them.
360 2008-01-29  Nick Clifton  <nickc@redhat.com>
362         * dwarf.c (print_dwarf_vma): New function.  Display the value of a
363         dwarf_vma type at a specified precision.  Use mingw field type
364         specifier if necessary.
365         (display_debug_loc): Use dwarf_vma type for begin and end values.
366         Use print_dwarf_vma to display their values.  Use byte_get_signed
367         in order to correctly detect the -1 escape value.
368         (display_debug_aranges): Likewise.
369         (display_debug_ranges): Likewise.
371 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
373         * dwarf.c (display_debug_loc): Correct test for base address
374         entry when 64-bit host dumping 32-bit object.
376 2008-01-29  Alan Modra  <amodra@bigpond.net.au>
378         * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
380 2008-01-28  Nick Clifton  <nickc@redhat.com>
382         PR binutils/5529
383         * rclex.c (yylex): Also allow the hypen character.
385 2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
387         * dwarf.c: Include "elf/common.h".
388         (eh_addr_size): Changed to int.
389         (dwarf_regnames_i386): New.
390         (dwarf_regnames_x86_64): Likewise.
391         (dwarf_regnames): Likewise.
392         (dwarf_regnames_count): Likewise.
393         (init_dwarf_regnames): Likewise.
394         (regname): Likewise.
395         (frame_display_row): Properly support different address size.
396         Call regname to get register name.
397         (display_debug_frames): Call regname to get register name.
398         Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
399         instead of DW_CFA_def_cfa_reg.
401         * dwarf.h (init_dwarf_regnames): New.
403         * objdump.c: Include "elf-bfd.h".
404         (dump_dwarf): Call init_dwarf_regnames on ELF input.
406         * readelf.c (guess_is_rela): Change argument to int.
407         (parse_args): Remove the undocumented upper case options for
408         -wX.
409         (process_file_header): Call init_dwarf_regnames.
411 2008-01-25  DJ Delorie  <dj@redhat.com>
413         * readelf.c (process_section_headers): Add m16c handler.
414         (is_16bit_abs_reloc): Recognize R_M32C_16.
416 2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
418         * prdbg.c: Correct formatter style use.
419         * readelf.c: Likewise.
420         * strings.c: Likewise.
422 2008-01-25  Nick Clifton  <nickc@redhat.com>
424         * po/ru.po: Updated Russian translation.
426 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
428         * MAINTAINERS: Update my email address.
430 2008-01-14  Nick Clifton  <nickc@redhat.com>
432         * dwarf.c (process_debug_info): Include the CU offset and corrupt
433         version value when reporting unrecognised DWARF version numbers.
434         (load_debug_info): Remember a failed attempt to load and parse the
435         .debug_info section and do not repeat such attempts.
436         (display_debug_lines): Check the return value from load_debug_info
437         and return whilst displaying a warning message if the load failed.
438         (display_debug_loc): Likewise.
439         (display_debug_ranges): Likewise.
440         (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
441         when the .debug_info section could not be loaded/parsed.
442         (process_debug_info): Display the length of the compilation unit
443         in hex, so that it corresponds with the offsets that will follow.
444         Tell the user if the length was 32-bit or 64-bit.
445         If a DIE abbreviation could not be found, tell the user the offset
446         of the DIE.
447         (free_debug_memory): Do not attempt to free any entries in the
448         debug_information array if num_debug_info_entries is set to
449         DEBUG_INFO_UNAVAILABLE.
451 2008-01-10  Andreas Schwab  <schwab@suse.de>
453         * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
455 2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
457         PR binutils/55326
458         * bucomm.c (list_supported_architectures): Free architecture list
459         after use.
460         * windres.c (set_endianess): Likewise.
461         * windmc.c (set_endianess): Likewise.
463 2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
465         PR binutils/5529
466         * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
467         characters for name tokens.
469 2008-01-04  Greg McGary  <greg@mcgary.org>
471         * prdbg.c (print_vma): Print as long long, if host supports it.
473 2008-01-03  Nick Clifton  <nickc@redhat.com>
475         * dwarf.c (read_and_display_attr_value): Prefix values that are
476         displayed in hexadecimal with 0x.
477         For the DW_AT_import attribute display the abbreviation number and
478         tag of the imported DIE.
479         (process_debug_info): Warn about lengths that reserved by the
480         DWARF3 specification.
481         Provide more information when corrupted DIEs are detected.
482         Warn if DIE corruption makes the sibling level negative.
484 For older changes see ChangeLog-2007
486 Local Variables:
487 mode: change-log
488 left-margin: 8
489 fill-column: 74
490 version-control: never
491 End: