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