]>
Commit | Line | Data |
---|---|---|
a8c30cba SK |
1 | 2012-05-08 Sean Keys <[email protected]> |
2 | ||
3 | * binutils/MAINTAINERS: Added my entry to the maintainers secion. | |
4 | ||
96109726 CC |
5 | 2012-05-08 Cary Coutant <[email protected]> |
6 | ||
7 | * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options. | |
8 | (strip): Add --strip-dwo option. | |
9 | * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO. | |
10 | (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO. | |
11 | (strip_options): Add --strip-dwo option. | |
12 | (copy_options): Add --extract-dwo, --strip-dwo options. | |
13 | (copy_usage): Likewise. | |
14 | (strip_usage): Add --strip-dwo option. | |
15 | (is_dwo_section): New function. | |
16 | (is_strip_section_1): Check for DWO sections. | |
17 | (copy_object): Check for --strip-dwo, --extract-dwo options. | |
18 | (copy_relocations_in_section): Discard relocations for DWO sections. | |
19 | Discard entire relocation section when no relocations. | |
20 | (strip_main): Add --strip-dwo option. | |
21 | (copy_main): Add --strip-dwo, --extract-dwo options. | |
22 | ||
e5b62927 AM |
23 | 2012-05-08 Alan Modra <[email protected]> |
24 | ||
25 | * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other | |
26 | LC and LANG environment vars. | |
27 | * Makefile.in: Regenerate. | |
28 | ||
a19c41a7 TT |
29 | 2012-05-07 Tom Tromey <[email protected]> |
30 | ||
31 | * dwarf.c (get_TAG_name): Use get_DW_TAG_name. | |
32 | (get_FORM_name): Use get_DW_FORM_name. | |
33 | (get_AT_name): Use get_DW_AT_name. | |
34 | ||
cce3d66c AM |
35 | 2012-05-07 Alan Modra <[email protected]> |
36 | ||
37 | * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. | |
38 | * Makefile.in: Regenerate. | |
39 | ||
45dfa85a AM |
40 | 2012-05-05 Alan Modra <[email protected]> |
41 | ||
42 | * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr. | |
43 | ||
f6c1a2d5 NC |
44 | 2012-05-03 Sean Keys <[email protected]> |
45 | ||
46 | * readelf.c: Add support for XGATE. | |
47 | ||
1c062060 NC |
48 | 2012-05-02 Nick Clifton <[email protected]> |
49 | ||
50 | * po/vi.po: Updated Vietnamese translation. | |
51 | * po/it.po: New Italian translation. | |
52 | * configure.in (ALL_LINGUAS): Add it. | |
53 | * configure: Regenerate. | |
54 | ||
57402f1e NC |
55 | 2012-05-01 Nick Clifton <[email protected]> |
56 | ||
57 | PR binutils/13121 | |
58 | * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with | |
59 | AIX system headers. | |
60 | ||
2e30cb57 CC |
61 | 2012-04-25 Cary Coutant <[email protected]> |
62 | ||
63 | * doc/binutils.texi: Add -D/--enable-deterministic-archives option | |
64 | to strip and objcopy. | |
65 | * objcopy.c (deterministic): New global variable. | |
66 | (strip_options): Add --enable-deterministic-archives. | |
67 | (copy_options): Likewise. | |
68 | (copy_usage): Likewise. | |
69 | (strip_usage): Likewise. | |
70 | (copy_archive): When stripping all, don't add archive map; set | |
71 | deterministic output when requested. | |
72 | (strip_main): Add -D/--enable-deterministic-archives option. | |
73 | (copy_main): Likewise. | |
74 | ||
c3989150 L |
75 | 2012-04-12 H.J. Lu <[email protected]> |
76 | ||
77 | PR binutils/13947 | |
78 | * objcopy.c (copy_object): Call copy_relocations_in_section | |
79 | before copy_section. | |
80 | (skip_section): New. | |
81 | (copy_relocations_in_section): Likewise. | |
82 | (copy_section): Use skip_section. Don't copy relocations here. | |
83 | ||
1233b4a7 NC |
84 | 2012-04-11 Ryan Mansfield <[email protected]> |
85 | ||
86 | * objdump.c (dump_bfd): If defaulting to dwarf call | |
87 | dwarf_select_sections_all to enable displays. | |
88 | ||
58797674 RM |
89 | 2012-04-06 Roland McGrath <[email protected]> |
90 | ||
91 | * configure.in (AC_CHECK_HEADERS): Add locale.h. | |
92 | * config.in: Regenerate. | |
93 | * configure: Regenerate. | |
94 | ||
44350750 NC |
95 | 2012-04-05 Nick Clifton <[email protected]> |
96 | ||
97 | * configure.in (AC_CHECK_FUNCS): Add setlocale. | |
98 | (AM_LC_MESSAGES): Add. | |
99 | * aclocal.m4: Regenerate. | |
100 | * config.in: Regenerate. | |
101 | * configure: Regenerate. | |
102 | ||
b149968f NC |
103 | 2012-03-30 Nick Clifton <[email protected]> |
104 | ||
105 | PR binutils/13925 | |
106 | * stabs.c (stab_demangle_v3_arglist): Cope with the demangler | |
107 | returning an empty context for a function with no arguments. | |
108 | ||
658c7344 TT |
109 | 2012-03-28 Tom Tromey <[email protected]> |
110 | ||
111 | * dwarf.c (display_gdb_index): Handle index version 6. | |
112 | ||
0a22ae8e NC |
113 | 2012-03-07 Nick Clifton <[email protected]> |
114 | ||
115 | * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16. | |
116 | ||
ae9ab7c0 NC |
117 | 2012-02-29 Jeff Law <[email protected]> |
118 | ||
119 | * doc/binutils.texi (c++filt): Fix typos. | |
120 | ||
5b3d386e KT |
121 | 2012-02-24 Kai Tietz <[email protected]> |
122 | ||
123 | PR binutils/13710 | |
124 | * defparse.y (keyword_as_name): Disable LIBRARY | |
125 | keyword. | |
126 | * doc/binutils.texi: Document LIBRARY exception. | |
127 | ||
9a30f236 KT |
128 | 2012-02-21 Kai Tietz<[email protected]> |
129 | ||
130 | PR binutils/13682 | |
131 | * NEWS: Mention new feature. | |
132 | * dlltool.c (i386_x64_dljtab): New stub-code for x64 | |
133 | delayed-load feature. | |
134 | (i386_x64_trampoline): New trampoline-code for x64 | |
135 | delayed-load feature. | |
136 | (make_one_lib_file): Add support for x64 delayed-load | |
137 | feature. | |
138 | (make_delay_head): Likewis | |
139 | ||
6c713012 AM |
140 | 2012-02-20 Namhyung Kim <[email protected]> |
141 | ||
142 | * objdump.c (slurp_file): Close file if fstat fails. | |
143 | ||
74bc6052 CC |
144 | 2012-02-14 Cary Coutant <[email protected]> |
145 | ||
146 | * dwarf.c (dwarf_vmatoa64): New function. | |
147 | (read_and_display_attr_value): Print 8-byte forms as single hex | |
148 | numbers. | |
149 | (process_debug_info): Print type signatures as single hex numbers. | |
150 | * elfcomm.c (byte_get_64): New function. | |
151 | * elfcomm.h (byte_get_64): New function. | |
152 | ||
aa83d1ec KT |
153 | 2012-02-11 Kai Tietz <[email protected]> |
154 | ||
155 | PR binutils/13657 | |
156 | * defparse.y (%union): New type id_const. | |
157 | (opt_name2): New rule. | |
158 | (keyword_as_name): New rule. | |
159 | (opt_name): Adjust rule. | |
160 | (opt_import_name): Likewise. | |
161 | (opt_equal_name): Likewise. | |
162 | ||
7afcdbb2 KT |
163 | 2012-02-11 Kai Tietz <[email protected]> |
164 | ||
165 | PR binutils/13297 | |
166 | * resrc.c (write_rc_dialog_control): Omit text dump for | |
167 | EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR. | |
168 | ||
dbb7c441 AM |
169 | 2012-02-09 Alan Modra <[email protected]> |
170 | ||
171 | * sysdep.h: Include sys/stat.h here. | |
172 | * ar.c: Don't include headers already included by sysdep.h. | |
173 | * bucomm.c: Likewise. | |
174 | * budbg.h: Likewise. | |
175 | * dlltool.h: Likewise. | |
176 | * elfedit.c: Likewise. | |
177 | * nlmconv.c: Likewise. | |
178 | * objcopy.c: Likewise. | |
179 | * objdump.c: Likewise. | |
180 | * objdump.h: Likewise. | |
181 | * readelf.c: Likewise. | |
182 | * rename.c: Likewise. | |
183 | * resrc.c: Likewise. | |
184 | * strings.c: Likewise. | |
185 | * windres.c: Likewise. | |
186 | * od-macho.c: Ensure #include sysdep.h is first. | |
187 | * od-xcoff.c: Likewise. | |
188 | * dllwrap.c: Remove alloca pragma handled by sysdep.h, and | |
189 | remove duplicate headers. | |
190 | * dlltool.c: Likewise and ensure #include sysdep.h is first. | |
191 | ||
36e32b27 NC |
192 | 2012-02-01 Nick Clifton <[email protected]> |
193 | ||
194 | PR binutils/13493 | |
195 | * ar.c (ranlib_main): Process --plugin option. | |
196 | * doc/binutils.texi: Document --plugin support for ranlib. | |
197 | ||
8b971f9f NC |
198 | 2012-02-01 Nick Clifton <[email protected]> |
199 | ||
200 | PR binutils/13482 | |
201 | * readelf.c (process_corefile_note_segment): Fix off-by-one errors | |
202 | verifying the contents of a note. | |
203 | ||
fa1908fd NC |
204 | 2012-01-26 Nick Clifton <[email protected]> |
205 | ||
206 | PR binutils/13622 | |
207 | * readelf.c (process_section_groups): If there are no section | |
208 | headers do not scan for section groups. | |
209 | (process_note_sections): Likewise for note sections. | |
210 | ||
2128eb39 TG |
211 | 2012-01-20 Tristan Gingold <[email protected]> |
212 | ||
213 | * od-macho.c (OPT_SEG_SPLIT_INFO): New macro. | |
214 | (options): Add an entry for seg_split_info. | |
215 | (mach_o_help): Document it. | |
216 | (dump_segment_split_info): New function. | |
217 | (dump_load_command): Handle seg_split_info. | |
218 | ||
2fc0fe4f TG |
219 | 2012-01-19 Tristan Gingold <[email protected]> |
220 | ||
221 | * dwarf.c (process_extended_line_op): Add a cast to silent a | |
222 | warning. | |
223 | ||
143a3db0 TG |
224 | 2012-01-19 Tristan Gingold <[email protected]> |
225 | ||
226 | * dwarf.c (process_extended_line_op): Reindent define_file output. | |
227 | Detect define_file opcode length mismatch. | |
228 | (display_debug_lines_decoded): Add an entry in file_table for each | |
229 | define_file opcode. | |
230 | Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence. | |
231 | Display extended opcode for unhandle opcode. | |
232 | ||
576477a6 AM |
233 | 2012-01-17 Alan Modra <[email protected]> |
234 | ||
235 | * version.c (print_version): Update copyright message year. | |
236 | ||
ddb1377c AM |
237 | 2012-01-16 Alan Modra <[email protected]> |
238 | ||
239 | PR binutils/13593 | |
240 | * nm.c (OPTION_SIZE_SORT): Define. | |
241 | (long_options): Don't set no_sort, sort_numerically or | |
242 | sort_by_size directly. | |
243 | (main): Instead set the flags here, making them mutually exclusive. | |
244 | ||
1598539f TG |
245 | 2012-01-10 Tristan Gingold <[email protected]> |
246 | ||
247 | * objdump.c (display_object_bfd): Renamed from ... | |
248 | (display_bfd): ... this. | |
249 | (display_any_bfd): New function. | |
250 | (display_file): Split. Handle nested archives. | |
251 | ||
52546677 RM |
252 | 2012-01-09 Roland McGrath <[email protected]> |
253 | ||
254 | * configure.in: Use AM_ZLIB. | |
255 | * configure: Regenerated. | |
256 | ||
99eac5be NC |
257 | 2012-01-06 Nick Clifton <[email protected]> |
258 | ||
259 | * po/ru.po: Updated Russian translation. | |
260 | ||
9f4a5bd1 TG |
261 | 2012-01-04 Tristan Gingold <[email protected]> |
262 | ||
263 | * od-macho.c (dump_load_command): Handle fvmlib. | |
264 | ||
fc55a902 TG |
265 | 2012-01-04 Tristan Gingold <[email protected]> |
266 | ||
267 | * od-macho.c: Update copyright year. | |
268 | (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO. | |
269 | ||
23e1d329 | 270 | For older changes see ChangeLog-2011 |
252b5132 RH |
271 | \f |
272 | Local Variables: | |
273 | mode: change-log | |
274 | left-margin: 8 | |
275 | fill-column: 74 | |
276 | version-control: never | |
277 | End: |