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