OSDN Git Service

2011-09-27 Tristan Gingold <gingold@adacore.com>
[pf3gnuchains/pf3gnuchains4x.git] / binutils / ChangeLog
1 2011-09-27  Tristan Gingold  <gingold@adacore.com>
2
3         * readelf.c (print_ia64_vms_note): Fix xgettext warnings.
4
5 2011-09-22  Tristan Gingold  <gingold@adacore.com>
6
7         * NEWS: Add marker for 2.22.
8
9 2011-09-21  David S. Miller  <davem@davemloft.net>
10
11         * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
12
13         * readelf.c (display_sparc_hwcaps): New.
14         (display_sparc_gnu_attribute): New.
15         (process_sparc_specific): New.
16         (process_arch_specific): When EM_SPARC, EM_SPARC32PLUS,
17         or EM_SPARCV9 invoke process_sparc_specific.
18
19 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
20
21         PR binutils/13196
22         * dwarf.c (display_debug_aranges): Check zero address size.
23
24 2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
25
26         PR binutils/13180
27         * objcopy.c (is_strip_section_1): New.
28         (is_strip_section): Use it.  Remove the group section if all
29         members are removed.
30
31 2011-09-08  Nick Clifton  <nickc@redhat.com>
32
33         * po/ja.po: Updated Japanese translation.
34
35 2011-08-26  Nick Clifton  <nickc@redhat.com>
36
37         * po/es.po: Updated Spanish translation.
38
39 2011-08-08  Marcus Comstedt  <marcus@mc.pp.se>
40
41         PR binutils/12964
42         * Makefile.am (embedspu): Use awk rather than sed.
43         * Makefile.in: Regenerate.
44
45 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
46
47         * dwarf.c (read_and_display_attr_value): Recognize DW_FORM_data4 and
48         DW_FORM_data8 as location list pointers only for DWARF < 4.
49
50 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
51
52         * NEWS: Mention .debug_macro support.
53         * dwarf.c (read_and_display_attr_value): Don't print a tab
54         if attribute is 0.
55         (get_AT_name): Handle DW_AT_GNU_macros.
56         (get_line_filename_and_dirname, display_debug_macro): New
57         functions.
58         (debug_displays): Add an entry for .debug_macro and .zdebug_macro.
59         * readelf.c (process_section_headers): With do_debug_macinfo
60         handle also .debug_macro sections.
61         * dwarf.h (dwarf_section_display_enum): Add macro.
62
63 2011-07-24  Chao-ying Fu  <fu@mips.com>
64             Maciej W. Rozycki  <macro@codesourcery.com>
65
66         * readelf.c (get_machine_flags): Handle microMIPS ASE.
67         (get_mips_symbol_other): Likewise.
68
69 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
70
71         * dwarf.c (init_dwarf_regnames): Handle EM_K1OM.
72
73         * elfedit.c (elf_machine): Support EM_K1OM.
74         (elf_class): Likewise.
75
76         * readelf.c (guess_is_rela): Handle EM_K1OM.
77         (dump_relocations): Likewise.
78         (get_machine_name): Likewise.
79         (get_section_type_name): Likewise.
80         (get_elf_section_flags): Likewise.
81         (process_section_headers): Likewise.
82         (get_symbol_index_type): Likewise.
83         (is_32bit_abs_reloc): Likewise.
84         (is_32bit_pcrel_reloc): Likewise.
85         (is_64bit_abs_reloc): Likewise.
86         (is_64bit_pcrel_reloc): Likewise.
87         (is_none_reloc): Likewise.
88
89         * doc/binutils.texi: Mention K1OM for elfedit.
90
91 2011-07-11  Cary Coutant  <ccoutant@google.com>
92
93         PR 12983
94         * binutils/nm.c (display_file): Decompress debug sections when
95         printing line numbers.
96
97 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
98             Thomas Schwinge  <thomas@schwinge.name>
99
100         PR binutils/12913
101         * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
102         alias and ELFOSABI_HURD.  Add GNU alias.
103         * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
104         Likewise.
105         * doc/binutils.texi <elfedit>: Update accordingly.
106
107 2011-07-01  Nick Clifton  <nickc@redhat.com>
108
109         PR binutils/12325
110         * doc/binutils.texi (ar cmdline): Document --target, --version and
111         --help command line options.
112
113 2011-06-30  Nick Clifton  <nickc@redhat.com>
114
115         PR binutils/12558
116         * ar.c (main): When asked to move members in an archive that is
117         being created, ignore the move request.
118
119 2011-06-29  Nick Clifton  <nickc@redhat.com>
120
121         * readelf.c (get_section_type_name): When displaying an unknown
122         section type display the hex value first on the assumption that
123         the full message will probably be truncated into a 15 character
124         field.
125
126 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
127
128         * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
129         DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
130         Handle DW_OP_GNU_parameter_ref.
131
132 2011-06-16  Tom Tromey  <tromey@redhat.com>
133
134         * dwarf-mode.el (dwarf-do-insert-substructure): Call
135         expand-file-name.
136         (dwarf-do-refresh): Likewise.
137
138 2011-06-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
139
140         * readelf.c (get_note_type): Handle NT_ARM_VFP.
141
142 2011-06-13  Walter Lee  <walt@tilera.com>
143
144         * readelf.c: Include tilepro.h and tilegx.h.
145         (guess_is_rela): Handle EM_TILEGX and EM_TILEPRO.
146         (dump_relocations): Likewise.
147         (get_machine_name): Likewise.
148         (is_32bit_abs_reloc): Likewise.
149         (is_32bit_pcerel_reloc): Likewise.
150         (is_64bit_abs_reloc): Likewise.
151         (is_64bit_pcrel_reloc): Likewise.
152
153 2011-06-09  Tristan Gingold  <gingold@adacore.com>
154
155         * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
156         length.
157
158 2011-06-08  Nick Clifton  <nickc@redhat.com>
159
160         PR binutils/12855
161         * readelf.c (process_version_sections): Handle binaries containing
162         corrupt version information.
163         (process_symbol_table): Stop processing a symbol's version
164         information if it could not be read in.
165
166         (get_data): Add comment describing the function.
167         (process_section_headers): Set dynamic_strings_length to 0 if the
168         dynamic strings could not be read in.
169         (process_dynamic_section): Likewise.
170         (process_section_groups): Stop processing the group information if
171         the data could not be read in.
172         (hppa_processs_unwind): Assert that there is only one string table
173         in the file.
174         (arm_process_unwind): Likewise.
175         (ia64_process_unwind): Likewise.
176         Set the size of the unwind auxillary information to 0 if the data
177         could not be read.
178         (load_specific_debug_section): Handle a failure to read in the
179         section.
180         (process_mips_specific): Stop display of the PLT GOT section if it
181         could not be read in.
182
183 2011-06-08  Tristan Gingold  <gingold@adacore.com>
184
185         * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
186
187 2011-06-07  Cary Coutant  <ccoutant@google.com>
188
189         * dwarf.c: Fix conversion to TU number.
190
191 2011-06-02  Nick Clifton  <nickc@redhat.com>
192
193         * resres.c: Fix spelling typo.
194         * windint.h: Likewise.
195         * windmc.c: Likewise.
196         * windres.c: Likewise.
197         * po/POTFILES.in: Regenerate.
198         * po/binutils.pot: Regenerate.
199
200 2011-06-01  Daniel Jacobowitz  <drow@false.org>
201
202         * MAINTAINERS: Update my email address.
203
204 2011-05-31  Matthias Klose  <doko@ubuntu.com>
205
206         * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
207         * configure: Regenerate.
208
209 2011-05-30  Alan Modra  <amodra@gmail.com>
210
211         PR binutils/12820
212         * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to..
213         (bin_SCRIPTS): ..here.
214         (EXTRA_SCRIPTS): Define.
215         (EXTRA_DIST): Add embedspu.sh.
216         (DISTCLEANFILES): Add embedspu.
217         (embedspu): Depend on Makefile.  Replace sed "s" command with "c".
218         * Makefile.in: Regenerate.
219
220 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
221
222         * dwarf.c (loc_offsets): New variable.
223         (loc_offsets_compar): New routine.
224         (display_debug_loc): Handle loc_offsets not being in ascending order
225         and also a single .debug_loc entry being used multiple times.
226
227 2011-05-18  Nick Clifton  <nickc@redhat.com>
228
229         PR binutils/12753
230         * nm.c (filter_symbols): Treat unique symbols as global symbols.
231         * doc/binutils.texi (nm): Mention that some lowercase letters
232         actually indicate global symbols.
233
234 2011-05-15  Tristan Gingold  <gingold@adacore.com>
235
236         * od-xcoff.c: New file.
237         * objdump.h: New file.
238         * objdump.c: Include objdump.h
239         (dump_private_options, objdump_private_vectors): New variables.
240         (usage): Mention -P/--private.  Display handled options.
241         (long_options): Add -P/--private.
242         (dump_target_specific): New function.
243         (dump_bfd): Handle dump_private_options.
244         (main): Handle -P.
245         * doc/binutils.texi (objdump): Document -P/--private.
246         * configure.in (OBJDUMP_PRIVATE_VECTORS, OBJDUMP_PRIVATE_OFILES):
247         New variables, compute them.
248         (od_vectors): Add vectors for private dumpers. Make them uniq.
249         (OBJDUMP_DEFS): Add OBJDUMP_PRIVATE_VECTORS.
250         * Makefile.am (HFILES): Add objdump.h
251         (CFILES): Add od-xcoff.c
252         (OBJDUMP_PRIVATE_OFILES): New variable.
253         (objdump_DEPENDENCIES): Append OBJDUMP_PRIVATE_OFILES.
254         (objdump_LDADD): Ditto.
255         (EXTRA_objdump_SOURCES): Define.
256         * Makefile.in: Regenerate.
257         * configure: Regenerate.
258
259 2011-05-10  Tristan Gingold  <gingold@adacore.com>
260
261         * dwarf.c (process_extended_line_op): Dump unknown records.
262
263 2011-05-07  Alan Modra  <amodra@gmail.com>
264
265         PR binutils/12632
266         * objcopy.c (copy_archive): Check bfd_openw result in unknown object
267         case.  Rewrite without goto.
268
269 2011-05-03  Jakub Jelinek  <jakub@redhat.com>
270
271         * dwarf.c (decode_location_expression): Handle DW_OP_GNU_const_type,
272         DW_OP_GNU_regval_type, DW_OP_GNU_deref_type, DW_OP_GNU_convert
273         and DW_OP_GNU_reinterpret.
274
275         * MAINTAINERS: Add myself as DWARF2 maintainer.
276
277 2011-05-02  Alan Modra  <amodra@gmail.com>
278
279         PR binutils/12720
280         Revert the following change
281         Michael Snyder  <msnyder@vmware.com>
282         * ar.c (move_members): Plug memory leak.
283         (delete_members): Plug memory leak.
284
285 2011-04-28  Tom Tromey  <tromey@redhat.com>
286
287         * NEWS: Add note about --dwarf-depth, --dwarf-start, and
288         dwarf-mode.el.
289         * objdump.c (suppress_bfd_header): New global.
290         (usage): Update.
291         (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
292         (options): Add dwarf-depth and dwarf-start entries.
293         (dump_bfd): Use suppress_bfd_header.
294         (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
295         * doc/binutils.texi (objcopy): Document --dwarf-depth and
296         --dwarf-start.
297         (readelf): Likewise.
298         * dwarf-mode.el: New file.
299         * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
300         (read_and_display_attr_value): Also check debug_info_p.
301         (process_debug_info): Handle dwarf_start_die and
302         dwarf_cutoff_level.
303         * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
304         * readelf.c (usage): Update.
305         (OPTION_DWARF_DEPTH): New macro.
306         (OPTION_DWARF_START): Likewise.
307         (options): Add dwarf-depth and dwarf-start entries.
308         (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
309
310 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
311
312         * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
313
314 2011-04-27  Tristan Gingold  <gingold@adacore.com>
315
316         * dwarf.c (process_extended_line_op): Handle
317         DW_LNE_HP_source_file_correlation.
318
319 2011-04-27  Nick Clifton  <nickc@redhat.com>
320
321         * po/da.po: Updated Danish translation.
322
323 2011-04-21  Tom Tromey  <tromey@redhat.com>
324
325         * readelf.c (print_stapsdt_note): New function.
326         (process_note): Use it.
327
328 2011-04-21  Tom Tromey  <tromey@redhat.com>
329
330         * readelf.c (get_stapsdt_note_type): New function.
331         (process_note): Recognize "stapsdt" notes.
332
333 2011-04-21  Tom Tromey  <tromey@redhat.com>
334
335         * readelf.c (process_corefile_note_segment): Change header field
336         widths.
337         (process_note): Change field widths.
338
339 2011-04-21  Tom Tromey  <tromey@redhat.com>
340
341         * readelf.c (print_gnu_note): New function.
342         (process_note): Use it.
343
344 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
345
346         * MAINTAINERS: Update my email address.
347
348 2011-04-11  Kai Tietz  <ktietz@redhat.com>
349
350         * windres.c (usage): Add new --preprocessor-arg option.
351         (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
352         (option long_options): Add preprocessor-arg option.
353         (main): Handle it.
354         * doc/binutils.texi: Add documentation for --preprocessor-arg
355         option.
356         * NEWS: Add line about new --preprocessor-arg option for windres.
357
358 2011-04-08  John Marino  <binutils@marino.st>
359
360         * arlex.l: Prevent redefinition of YY_NO_UNPUT.
361         * syslex.l: Likewise.
362
363 2011-04-07  Paul Brook  <paul@codesourcery.com>
364
365         * readelf.c (arm_section_get_word): Handle C6000 relocations.
366         (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
367         decode_tic6x_unwind_bytecode, expand_prel31): New functions.
368         (decode_arm_unwind): Split out common code from ARM specific bits.
369         (dump_arm_unwind): Use expand_prel31.
370         (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
371         (process_unwind): Add SHT_C6000_UNWIND.
372
373 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
374
375         * configure.in (thumb-*-pe*): Remove.
376         * configure: Regenerate.
377
378 2011-04-05  Sterling Augustine  <augustine.sterling@gmail.com>
379
380         * MAINTAINERS: Update my email address.
381
382 2011-04-03  H.J. Lu  <hongjiu.lu@intel.com>
383
384         PR binutils/12632
385         * objcopy.c (copy_unknown_object): Make the archive element
386         readable.
387
388 2011-04-03  David S. Miller  <davem@davemloft.net>
389
390         * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
391         accurately, rather than how they are represented internally.
392
393 2011-03-31  Tristan Gingold  <gingold@adacore.com>
394
395         * makefile.vms (readelf.exe): New target.
396
397 2011-03-31  Tristan Gingold  <gingold@adacore.com>
398
399         * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
400
401 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
402
403         * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
404         (dump_relocations): Likewise.
405
406 2011-03-31  Tristan Gingold  <gingold@adacore.com>
407
408         * readelf.c (get_ia64_vms_note_type): New function.
409         (print_ia64_vms_note): Ditto.
410         (process_note): Recognize VMS/ia64 specific notes.
411         Display them.
412         (process_corefile_note_segment): Decode VMS notes.
413
414 2011-03-30  Catherine Moore  <clm@codesourcery.com>
415
416         * addr2line.c (translate_addresses): Sign extend the pc
417         if sign_extend_vma is enabled.
418
419 2011-03-30  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
420
421         * readelf.c (process_gnu_liblist): Stop memory leak.
422
423 2011-03-29  Alan Modra  <amodra@gmail.com>
424
425         * coffdump.c: Include bfd_stdint.h
426
427 2011-03-28  Pierre Muller  <muller@ics.u-strasbg.fr>
428
429         * coffdump.c (coff_dump): Correct spelling error.
430         (show_usage): Replace SYSROFF by COFF.
431
432 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
433
434         * coffdump.c (dump_coff_scope): Use double typecast for pointer P
435         to allow compilation for all targets.
436
437 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
438
439         * dwarf.c (process_debug_info): Use offset_size to determine
440         the bit-size of the computation unit's offset.
441         (decode_location_expression): Use dwarf_vmatoa function to display
442         DW_OP_addr OP.
443         (process_debug_info): Use dwarf_vma type for local variables
444         length and type_offset.
445
446 2011-03-25  Michael Snyder  <msnyder@vmware.com>
447
448         * strings.c (print_strings): Plug memory leak.
449         * ar.c (move_members): Plug memory leak.
450         (delete_members): Plug memory leak.
451         (write_archive): Plug memory leak.
452         * ieee.c (ieee_add_bb11): Plug memory leak.
453         (ieee_function_type): Likewise.
454         (ieee_class_baseclass): Likewise.
455         * prdbg.c (pr_function_type): Close memory leaks.
456         (pr_method_type): Likewise.
457         (tg_class_static_member): Likewise.
458         (tg_class_method_variant): Likewise.
459         (tg_class_static_method_variant): Likewise.
460         * stabs.c (parse_stab_enum_type): Fix memory leaks.
461         (parse_stab_struct_type): Likewise.
462         (parse_stab_struct_fields): Likewise.
463         (parse_stab_one_struct_field): Likewise.
464         (parse_stab_members): Likewise.
465         (stab_demangle_qualified): Likewise.
466         * objdump.c (dump_reloc_set): Free malloced memory.
467         * bucomm.c (make_tempname): Stop memory leak.
468
469 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
470
471         Replace bfd_vma type and analog types by dwarf_vma and analogs.
472         Use dwarf specific print functions to display these type values.
473         * dwarf.h (dwarf_signed_vma): New type;
474         (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
475         (DWARF2_External_PubNames): Likewise.
476         (DWARF2_External_CompUnit): Likewise.
477         (DWARF2_External_ARange): Likewise.
478         (read_leb128): Change return type to dwarf_vma.
479         * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
480         check byte_size values.
481         (dwarf_vmatoa): Change parameter type to dwarf_vma.
482         (dwarf_svmatoa): New static function.
483         (read_leb128): Change return type to dwarf_vma.
484         (read_sleb128): New static function.
485         (struct State_Machine_Registers): Change address field type to
486         dwarf_vma.
487         (process_extended_line_op): Adapt to type changes.
488         (fetch_indirect_string): Likewise.
489         (idisplay_block): Likewise.
490         (decode_location_expression): Likewise.
491         (read_and_display_attr_value): Likewise.
492         (process_debug_info): Likewise.
493         (display_debug_lines_raw): Likewise.
494         (display_debug_lines_decoded): Likewise.
495         (SLEB macro): Use new read_sleb128 function.
496
497 2011-03-17  Alan Modra  <amodra@gmail.com>
498
499         PR 12590
500         * ar.c (ranlib_main): Init arg_index properly.
501         (usage): Describe --target.
502
503 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
504
505         * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
506         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
507         DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
508         (get_AT_name): Handle DW_AT_GNU_call_site_value,
509         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
510         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
511         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
512         DW_AT_GNU_all_source_call_sites.
513         (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
514         handling.
515
516 2011-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
517
518         * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
519         (decode_location_expression): Handle DW_OP_GNU_entry_value.
520         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
521         (get_AT_name): Likewise.
522
523 2011-03-14  Michael Snyder  <msnyder@vmware.com>
524
525         * objcopy.c (set_pe_subsystem): Free subsystem.
526
527         * wrstabs.c (stab_start_struct_type): Close memory leak.
528
529         * readelf.c (process_version_sections): Free symbols.
530
531         * nm.c (display_rel_file): Free symsizes.
532
533 2011-03-10  Nick Clifton  <nickc@redhat.com>
534
535         * readelf.c (get_machine_name): Update EM_V850 entry.
536
537 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
538
539         * objdump.c (usage): Fix single typo.
540         * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
541         po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
542
543 2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
544
545         PR binutils/12523
546         * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
547
548 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
549
550         * debug.c (debug_start_source): Use filename_(n)cmp.
551         * ieee.c (ieee_finish_compilation_unit): Likewise.
552         (ieee_lineno): Likewise.
553         * nlmconv.c (main): Likewise.
554         * objcopy.c (strip_main): Likewise.
555         (copy_main): Likewise.
556         * objdump.c (show_line): Likewise.
557         (dump_reloc_set): Likewise.
558         * srconv.c (main): Likewise.
559         * wrstabs.c (stab_lineno): Likewise.
560
561 2011-02-24  Zachary T Welch  <zwelch@codesourcery.com>
562
563         * readelf.c (decode_arm_unwind): Implement decoding of remaining
564         ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
565
566 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
567
568         * dwarf.c (read_leb128): Use bfd_vma instead of
569         long type.
570         (dwarf_vmatoa): New helper routine.
571         (process_extended_line_op): Use for adr bfd_vma
572         type and print those typed values via BFD_VMA_FMT
573         or via dwarf_vmatoa for localized prints.
574         (fetch_indirect_string): Adjust offset's type.
575         (decode_location_expression): Adjust argument types
576         and uvalue type.
577         (read_and_display_attr_value): Likewise.
578         (read_and_display_attr): Likewise.
579         (decode_location_expression): Adjust printf format.
580         (process_debug_info): Likewise.
581         (display_debug_lines_raw): Likewise.
582         (display_debug_lines_decoded): Likewise.
583         (display_debug_pubnames): Likewise.
584         (display_debug_loc): Likewise.
585         (display_debug_aranges): Likewise.
586         * dwarf.h (DWARF2_External_LineInfo,
587         DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
588         DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
589         DWARF2_Internal_CompUnit, DWARF2_External_ARange,
590         DWARF2_Internal_ARange): Added..
591         (read_leb128): Adjust return type.
592
593 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
594
595         * configure: Regenerate.
596
597 2011-02-08  Nick Clifton  <nickc@redhat.com>
598
599         PR binutils/12467
600         * readelf.c (process_program_headers): Issue a warning if there
601         are no program headers but the file header has a non-zero program
602         header offset.
603         (process_section_headers): Issue a warning if there are no section
604         headers but the file header has a non-zero section header offset.
605         (process_section_groups): Reword the no section message so that it
606         can be distinguished from the one issued by process_section_headers.
607
608 2011-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
609             Doug Evans  <dje@google.com>
610
611         * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
612
613 2011-01-19  Maciej W. Rozycki  <macro@codesourcery.com>
614
615         * readelf.c (process_object): Free dynamic_section after use.
616
617 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
618
619         PR binutils/12408
620         * readelf.c (process_archive): Free and reset dump_sects
621         after processing each archive member.
622
623 2011-01-11  Andreas Schwab  <schwab@redhat.com>
624
625         * readelf.c (print_symbol): Handle symbol characters as unsigned.
626         Whitespace fixes.
627
628 2011-01-10  Nick Clifton  <nickc@redhat.com>
629
630         * po/da.po: Updated Danish translation.
631
632 2011-01-06  Vladimir Siminov  <sv@sw.ru>
633
634         * bucomm.c (get_file_size): Check for negative sizes and issue a
635         warning message if encountered.
636
637 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
638
639         * version.c (print_version): Update copyright to 2011.
640
641 For older changes see ChangeLog-2010
642 \f
643 Local Variables:
644 mode: change-log
645 left-margin: 8
646 fill-column: 74
647 version-control: never
648 End: