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