objdump: fix typo in help message
[binutils.git] / binutils / ChangeLog
blob50be795a9579923224037245bf7302e17c30a464
1 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
3         * objdump.c (usage): Fix single typo.
4         * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
5         po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
7 2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
9         PR binutils/12523
10         * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
12 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
14         * debug.c (debug_start_source): Use filename_(n)cmp.
15         * ieee.c (ieee_finish_compilation_unit): Likewise.
16         (ieee_lineno): Likewise.
17         * nlmconv.c (main): Likewise.
18         * objcopy.c (strip_main): Likewise.
19         (copy_main): Likewise.
20         * objdump.c (show_line): Likewise.
21         (dump_reloc_set): Likewise.
22         * srconv.c (main): Likewise.
23         * wrstabs.c (stab_lineno): Likewise.
25 2011-02-24  Zachary T Welch  <zwelch@codesourcery.com>
27         * readelf.c (decode_arm_unwind): Implement decoding of remaining
28         ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
30 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
32         * dwarf.c (read_leb128): Use bfd_vma instead of
33         long type.
34         (dwarf_vmatoa): New helper routine.
35         (process_extended_line_op): Use for adr bfd_vma
36         type and print those typed values via BFD_VMA_FMT
37         or via dwarf_vmatoa for localized prints.
38         (fetch_indirect_string): Adjust offset's type.
39         (decode_location_expression): Adjust argument types
40         and uvalue type.
41         (read_and_display_attr_value): Likewise.
42         (read_and_display_attr): Likewise.
43         (decode_location_expression): Adjust printf format.
44         (process_debug_info): Likewise.
45         (display_debug_lines_raw): Likewise.
46         (display_debug_lines_decoded): Likewise.
47         (display_debug_pubnames): Likewise.
48         (display_debug_loc): Likewise.
49         (display_debug_aranges): Likewise.
50         * dwarf.h (DWARF2_External_LineInfo,
51         DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
52         DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
53         DWARF2_Internal_CompUnit, DWARF2_External_ARange,
54         DWARF2_Internal_ARange): Added..
55         (read_leb128): Adjust return type.
57 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
59         * configure: Regenerate.
61 2011-02-08  Nick Clifton  <nickc@redhat.com>
63         PR binutils/12467
64         * readelf.c (process_program_headers): Issue a warning if there
65         are no program headers but the file header has a non-zero program
66         header offset.
67         (process_section_headers): Issue a warning if there are no section
68         headers but the file header has a non-zero section header offset.
69         (process_section_groups): Reword the no section message so that it
70         can be distinguished from the one issued by process_section_headers.
72 2011-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
73             Doug Evans  <dje@google.com>
75         * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
77 2011-01-19  Maciej W. Rozycki  <macro@codesourcery.com>
79         * readelf.c (process_object): Free dynamic_section after use.
81 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
83         PR binutils/12408
84         * readelf.c (process_archive): Free and reset dump_sects
85         after processing each archive member.
87 2011-01-11  Andreas Schwab  <schwab@redhat.com>
89         * readelf.c (print_symbol): Handle symbol characters as unsigned.
90         Whitespace fixes.
92 2011-01-10  Nick Clifton  <nickc@redhat.com>
94         * po/da.po: Updated Danish translation.
96 2011-01-06  Vladimir Siminov  <sv@sw.ru>
98         * bucomm.c (get_file_size): Check for negative sizes and issue a
99         warning message if encountered.
101 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
103         * version.c (print_version): Update copyright to 2011.
105 For older changes see ChangeLog-2010
107 Local Variables:
108 mode: change-log
109 left-margin: 8
110 fill-column: 74
111 version-control: never
112 End: