* po/vi.po: Updated Vietnamese translation.
[binutils-gdb.git] / binutils / ChangeLog
1 2012-05-02 Nick Clifton <nickc@redhat.com>
2
3 * po/vi.po: Updated Vietnamese translation.
4 * po/it.po: New Italian translation.
5 * configure.in (ALL_LINGUAS): Add it.
6 * configure: Regenerate.
7
8 2012-05-01 Nick Clifton <nickc@redhat.com>
9
10 PR binutils/13121
11 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
12 AIX system headers.
13
14 2012-04-25 Cary Coutant <ccoutant@google.com>
15
16 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
17 to strip and objcopy.
18 * objcopy.c (deterministic): New global variable.
19 (strip_options): Add --enable-deterministic-archives.
20 (copy_options): Likewise.
21 (copy_usage): Likewise.
22 (strip_usage): Likewise.
23 (copy_archive): When stripping all, don't add archive map; set
24 deterministic output when requested.
25 (strip_main): Add -D/--enable-deterministic-archives option.
26 (copy_main): Likewise.
27
28 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
29
30 PR binutils/13947
31 * objcopy.c (copy_object): Call copy_relocations_in_section
32 before copy_section.
33 (skip_section): New.
34 (copy_relocations_in_section): Likewise.
35 (copy_section): Use skip_section. Don't copy relocations here.
36
37 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
38
39 * objdump.c (dump_bfd): If defaulting to dwarf call
40 dwarf_select_sections_all to enable displays.
41
42 2012-04-06 Roland McGrath <mcgrathr@google.com>
43
44 * configure.in (AC_CHECK_HEADERS): Add locale.h.
45 * config.in: Regenerate.
46 * configure: Regenerate.
47
48 2012-04-05 Nick Clifton <nickc@redhat.com>
49
50 * configure.in (AC_CHECK_FUNCS): Add setlocale.
51 (AM_LC_MESSAGES): Add.
52 * aclocal.m4: Regenerate.
53 * config.in: Regenerate.
54 * configure: Regenerate.
55
56 2012-03-30 Nick Clifton <nickc@redhat.com>
57
58 PR binutils/13925
59 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
60 returning an empty context for a function with no arguments.
61
62 2012-03-28 Tom Tromey <tromey@redhat.com>
63
64 * dwarf.c (display_gdb_index): Handle index version 6.
65
66 2012-03-07 Nick Clifton <nickc@redhat.com>
67
68 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
69
70 2012-02-29 Jeff Law <law@redhat.com>
71
72 * doc/binutils.texi (c++filt): Fix typos.
73
74 2012-02-24 Kai Tietz <ktietz@redhat.com>
75
76 PR binutils/13710
77 * defparse.y (keyword_as_name): Disable LIBRARY
78 keyword.
79 * doc/binutils.texi: Document LIBRARY exception.
80
81 2012-02-21 Kai Tietz<ktietz@redhat.com>
82
83 PR binutils/13682
84 * NEWS: Mention new feature.
85 * dlltool.c (i386_x64_dljtab): New stub-code for x64
86 delayed-load feature.
87 (i386_x64_trampoline): New trampoline-code for x64
88 delayed-load feature.
89 (make_one_lib_file): Add support for x64 delayed-load
90 feature.
91 (make_delay_head): Likewis
92
93 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
94
95 * objdump.c (slurp_file): Close file if fstat fails.
96
97 2012-02-14 Cary Coutant <ccoutant@google.com>
98
99 * dwarf.c (dwarf_vmatoa64): New function.
100 (read_and_display_attr_value): Print 8-byte forms as single hex
101 numbers.
102 (process_debug_info): Print type signatures as single hex numbers.
103 * elfcomm.c (byte_get_64): New function.
104 * elfcomm.h (byte_get_64): New function.
105
106 2012-02-11 Kai Tietz <ktietz@redhat.com>
107
108 PR binutils/13657
109 * defparse.y (%union): New type id_const.
110 (opt_name2): New rule.
111 (keyword_as_name): New rule.
112 (opt_name): Adjust rule.
113 (opt_import_name): Likewise.
114 (opt_equal_name): Likewise.
115
116 2012-02-11 Kai Tietz <ktietz@redhat.com>
117
118 PR binutils/13297
119 * resrc.c (write_rc_dialog_control): Omit text dump for
120 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
121
122 2012-02-09 Alan Modra <amodra@gmail.com>
123
124 * sysdep.h: Include sys/stat.h here.
125 * ar.c: Don't include headers already included by sysdep.h.
126 * bucomm.c: Likewise.
127 * budbg.h: Likewise.
128 * dlltool.h: Likewise.
129 * elfedit.c: Likewise.
130 * nlmconv.c: Likewise.
131 * objcopy.c: Likewise.
132 * objdump.c: Likewise.
133 * objdump.h: Likewise.
134 * readelf.c: Likewise.
135 * rename.c: Likewise.
136 * resrc.c: Likewise.
137 * strings.c: Likewise.
138 * windres.c: Likewise.
139 * od-macho.c: Ensure #include sysdep.h is first.
140 * od-xcoff.c: Likewise.
141 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
142 remove duplicate headers.
143 * dlltool.c: Likewise and ensure #include sysdep.h is first.
144
145 2012-02-01 Nick Clifton <nickc@redhat.com>
146
147 PR binutils/13493
148 * ar.c (ranlib_main): Process --plugin option.
149 * doc/binutils.texi: Document --plugin support for ranlib.
150
151 2012-02-01 Nick Clifton <nickc@redhat.com>
152
153 PR binutils/13482
154 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
155 verifying the contents of a note.
156
157 2012-01-26 Nick Clifton <nickc@redhat.com>
158
159 PR binutils/13622
160 * readelf.c (process_section_groups): If there are no section
161 headers do not scan for section groups.
162 (process_note_sections): Likewise for note sections.
163
164 2012-01-20 Tristan Gingold <gingold@adacore.com>
165
166 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
167 (options): Add an entry for seg_split_info.
168 (mach_o_help): Document it.
169 (dump_segment_split_info): New function.
170 (dump_load_command): Handle seg_split_info.
171
172 2012-01-19 Tristan Gingold <gingold@adacore.com>
173
174 * dwarf.c (process_extended_line_op): Add a cast to silent a
175 warning.
176
177 2012-01-19 Tristan Gingold <gingold@adacore.com>
178
179 * dwarf.c (process_extended_line_op): Reindent define_file output.
180 Detect define_file opcode length mismatch.
181 (display_debug_lines_decoded): Add an entry in file_table for each
182 define_file opcode.
183 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
184 Display extended opcode for unhandle opcode.
185
186 2012-01-17 Alan Modra <amodra@gmail.com>
187
188 * version.c (print_version): Update copyright message year.
189
190 2012-01-16 Alan Modra <amodra@gmail.com>
191
192 PR binutils/13593
193 * nm.c (OPTION_SIZE_SORT): Define.
194 (long_options): Don't set no_sort, sort_numerically or
195 sort_by_size directly.
196 (main): Instead set the flags here, making them mutually exclusive.
197
198 2012-01-10 Tristan Gingold <gingold@adacore.com>
199
200 * objdump.c (display_object_bfd): Renamed from ...
201 (display_bfd): ... this.
202 (display_any_bfd): New function.
203 (display_file): Split. Handle nested archives.
204
205 2012-01-09 Roland McGrath <mcgrathr@google.com>
206
207 * configure.in: Use AM_ZLIB.
208 * configure: Regenerated.
209
210 2012-01-06 Nick Clifton <nickc@redhat.com>
211
212 * po/ru.po: Updated Russian translation.
213
214 2012-01-04 Tristan Gingold <gingold@adacore.com>
215
216 * od-macho.c (dump_load_command): Handle fvmlib.
217
218 2012-01-04 Tristan Gingold <gingold@adacore.com>
219
220 * od-macho.c: Update copyright year.
221 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
222
223 For older changes see ChangeLog-2011
224 \f
225 Local Variables:
226 mode: change-log
227 left-margin: 8
228 fill-column: 74
229 version-control: never
230 End: