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