* objdump.c (slurp_file): Close file if fstat fails.
[binutils-gdb.git] / binutils / ChangeLog
1 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
2
3 * objdump.c (slurp_file): Close file if fstat fails.
4
5 2012-02-14 Cary Coutant <ccoutant@google.com>
6
7 * dwarf.c (dwarf_vmatoa64): New function.
8 (read_and_display_attr_value): Print 8-byte forms as single hex
9 numbers.
10 (process_debug_info): Print type signatures as single hex numbers.
11 * elfcomm.c (byte_get_64): New function.
12 * elfcomm.h (byte_get_64): New function.
13
14 2012-02-11 Kai Tietz <ktietz@redhat.com>
15
16 PR binutils/13657
17 * defparse.y (%union): New type id_const.
18 (opt_name2): New rule.
19 (keyword_as_name): New rule.
20 (opt_name): Adjust rule.
21 (opt_import_name): Likewise.
22 (opt_equal_name): Likewise.
23
24 2012-02-11 Kai Tietz <ktietz@redhat.com>
25
26 PR binutils/13297
27 * resrc.c (write_rc_dialog_control): Omit text dump for
28 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
29
30 2012-02-09 Alan Modra <amodra@gmail.com>
31
32 * sysdep.h: Include sys/stat.h here.
33 * ar.c: Don't include headers already included by sysdep.h.
34 * bucomm.c: Likewise.
35 * budbg.h: Likewise.
36 * dlltool.h: Likewise.
37 * elfedit.c: Likewise.
38 * nlmconv.c: Likewise.
39 * objcopy.c: Likewise.
40 * objdump.c: Likewise.
41 * objdump.h: Likewise.
42 * readelf.c: Likewise.
43 * rename.c: Likewise.
44 * resrc.c: Likewise.
45 * strings.c: Likewise.
46 * windres.c: Likewise.
47 * od-macho.c: Ensure #include sysdep.h is first.
48 * od-xcoff.c: Likewise.
49 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
50 remove duplicate headers.
51 * dlltool.c: Likewise and ensure #include sysdep.h is first.
52
53 2012-02-01 Nick Clifton <nickc@redhat.com>
54
55 PR binutils/13493
56 * ar.c (ranlib_main): Process --plugin option.
57 * doc/binutils.texi: Document --plugin support for ranlib.
58
59 2012-02-01 Nick Clifton <nickc@redhat.com>
60
61 PR binutils/13482
62 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
63 verifying the contents of a note.
64
65 2012-01-26 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/13622
68 * readelf.c (process_section_groups): If there are no section
69 headers do not scan for section groups.
70 (process_note_sections): Likewise for note sections.
71
72 2012-01-20 Tristan Gingold <gingold@adacore.com>
73
74 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
75 (options): Add an entry for seg_split_info.
76 (mach_o_help): Document it.
77 (dump_segment_split_info): New function.
78 (dump_load_command): Handle seg_split_info.
79
80 2012-01-19 Tristan Gingold <gingold@adacore.com>
81
82 * dwarf.c (process_extended_line_op): Add a cast to silent a
83 warning.
84
85 2012-01-19 Tristan Gingold <gingold@adacore.com>
86
87 * dwarf.c (process_extended_line_op): Reindent define_file output.
88 Detect define_file opcode length mismatch.
89 (display_debug_lines_decoded): Add an entry in file_table for each
90 define_file opcode.
91 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
92 Display extended opcode for unhandle opcode.
93
94 2012-01-17 Alan Modra <amodra@gmail.com>
95
96 * version.c (print_version): Update copyright message year.
97
98 2012-01-16 Alan Modra <amodra@gmail.com>
99
100 PR binutils/13593
101 * nm.c (OPTION_SIZE_SORT): Define.
102 (long_options): Don't set no_sort, sort_numerically or
103 sort_by_size directly.
104 (main): Instead set the flags here, making them mutually exclusive.
105
106 2012-01-10 Tristan Gingold <gingold@adacore.com>
107
108 * objdump.c (display_object_bfd): Renamed from ...
109 (display_bfd): ... this.
110 (display_any_bfd): New function.
111 (display_file): Split. Handle nested archives.
112
113 2012-01-09 Roland McGrath <mcgrathr@google.com>
114
115 * configure.in: Use AM_ZLIB.
116 * configure: Regenerated.
117
118 2012-01-06 Nick Clifton <nickc@redhat.com>
119
120 * po/ru.po: Updated Russian translation.
121
122 2012-01-04 Tristan Gingold <gingold@adacore.com>
123
124 * od-macho.c (dump_load_command): Handle fvmlib.
125
126 2012-01-04 Tristan Gingold <gingold@adacore.com>
127
128 * od-macho.c: Update copyright year.
129 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
130
131 For older changes see ChangeLog-2011
132 \f
133 Local Variables:
134 mode: change-log
135 left-margin: 8
136 fill-column: 74
137 version-control: never
138 End: