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