]>
Commit | Line | Data |
---|---|---|
c6d8cab4 L |
1 | 2012-09-04 H.J. Lu <[email protected]> |
2 | ||
3 | PR binutils/14493 | |
4 | * readelf.c (get_symbol_index_type): Check bad section index. | |
5 | ||
bca38921 MGD |
6 | 2012-08-24 Matthew Gretton-Dann <[email protected]> |
7 | ||
8 | * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8. | |
9 | (arm_attr_tag_FP_arch): Likewise. | |
10 | (arm_attr_tag_Advanced_SIMD_arch): Likewise. | |
11 | ||
a8685210 AM |
12 | 2012-08-17 Yuri Chornoivan <[email protected]> |
13 | ||
14 | * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes. | |
15 | ||
58f594cd L |
16 | 2012-08-16 H.J. Lu <[email protected]> |
17 | ||
18 | PR binutils/14481 | |
19 | * Makefile.am (BFDTEST1_PROG): New. | |
20 | (TEST_PROGS): Likewise. | |
21 | (bfdtest1_DEPENDENCIES): Likewise. | |
22 | (noinst_PROGRAMS): Add $(TEST_PROGS). | |
23 | * Makefile.in: Regenerated. | |
24 | ||
25 | * bfdtest1.c: New file. | |
26 | ||
a06ea964 | 27 | 2012-08-13 Ian Bolton <[email protected]> |
c6d8cab4 L |
28 | Laurent Desnogues <[email protected]> |
29 | Jim MacArthur <[email protected]> | |
30 | Marcus Shawcroft <[email protected]> | |
31 | Nigel Stephens <[email protected]> | |
32 | Ramana Radhakrishnan <[email protected]> | |
33 | Richard Earnshaw <[email protected]> | |
34 | Sofiane Naci <[email protected]> | |
35 | Tejas Belagod <[email protected]> | |
36 | Yufeng Zhang <[email protected]> | |
a06ea964 NC |
37 | |
38 | * readelf.c (guess_is_rela): Handle EM_AARCH64. | |
39 | (get_machine_name): Likewise. | |
40 | (get_aarch64_segment_type): New function. | |
41 | (get_segment_type): Handle EM_AARCH64 by calling the new function. | |
42 | (get_aarch64_section_type_name): New function. | |
43 | (get_section_type_name): Handle EM_AARCH64 by calling the new function. | |
44 | (is_32bit_abs_reloc): Handle EM_AARCH64. | |
45 | (is_32bit_pcrel_reloc): Likewise. | |
46 | (is_64bit_abs_reloc): Likewise. | |
47 | (is_64bit_pcrel_reloc): Likewise. | |
48 | (is_none_reloc): Likewise. | |
49 | ||
3c892704 NC |
50 | 2012-08-09 Nick Clifton <[email protected]> |
51 | ||
52 | * po/vi.po: Updated Vietnamese translation. | |
53 | ||
a442b35f TT |
54 | 2012-08-03 Tom Tromey <[email protected]> |
55 | ||
56 | * dlltool.c (scan_obj_file): Close arfile after calling | |
57 | bfd_openr_next_archived_file. | |
58 | ||
399c99f7 L |
59 | 2012-08-02 H.J. Lu <[email protected]> |
60 | ||
61 | PR binutils/14420 | |
62 | * dwarf.c (process_abbrev_section): Add attribute terminator. | |
63 | Warn missing section terminator. | |
64 | (get_FORM_name): Special check for 0 value. | |
65 | (get_AT_name): Likewise. | |
66 | (process_debug_info): Display zero abbrev number. Check | |
67 | attribute terminator. | |
68 | ||
a6dc81d2 NC |
69 | 2012-07-30 Nick Clifton <[email protected]> |
70 | ||
71 | * po/binutils.pot: Updated template. | |
72 | * po/bg.po: Updated Bulgarian translation. | |
73 | * po/es.po: Updated Spanish translation. | |
74 | * po/fi.po: Updated Finnish translation. | |
75 | * po/fr.po: Updated French translation. | |
76 | * po/uk.po: Updated Ukranian translation. | |
77 | ||
ee6f7708 KT |
78 | 2012-07-28 Kai Tietz <[email protected]> |
79 | ||
80 | * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr. | |
81 | (PRODUCTVERSION): Likewise. | |
82 | ||
c4dd807e MF |
83 | 2012-07-27 Mike Frysinger <[email protected]> |
84 | ||
85 | * configure.in (BFD_VERSION): Run bfd/configure --version and | |
86 | parse the output of that. | |
87 | * configure: Regenerate. | |
88 | ||
af18cb59 TG |
89 | 2012-07-27 Tristan Gingold <[email protected]> |
90 | ||
91 | * NEWS: Add marker for 2.23. | |
92 | ||
9b8d1a36 CC |
93 | 2012-07-24 Teresa Johnson <[email protected]> |
94 | ||
95 | * addr2line.c (find_address_in_section): Invoke | |
c6d8cab4 | 96 | bfd_find_nearest_line_discriminator to get the discriminator. |
9b8d1a36 CC |
97 | (find_offset_in_section): Likewise. |
98 | (translate_addresses): Print discriminator if it is non-zero. | |
99 | * objdump.c (show_line): Invoke | |
c6d8cab4 L |
100 | bfd_find_nearest_line_discriminator to get the discriminator, |
101 | and keep track of prev_discriminator. Print discriminator | |
102 | if it is non-zero. | |
9b8d1a36 CC |
103 | (disassemble_data): Initialize prev_discriminator. |
104 | (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator | |
c6d8cab4 L |
105 | to get the discriminator, and keep track of last_discriminator. |
106 | Print discriminator if it is non-zero. | |
9b8d1a36 | 107 | |
c2a7d3f5 NC |
108 | 2012-07-17 Nick Clifton <[email protected]> |
109 | ||
110 | * elfcomm.c (setup_archive): Extract index table and symbol table | |
111 | scanning code into... | |
112 | (process_archive_index_and_symbols): ... this function and add | |
113 | support for 64-bit index tables. | |
114 | * elfcomm.h (struct archive_info): Change type of index_num and | |
115 | index_array to elf_vma. | |
116 | Add 'uses_64bit_indicies' field. | |
117 | * readelf.c (process_archive): Fix support for 64-bit indicies. | |
118 | ||
5f8ebec5 NC |
119 | 2012-07-03 Nick Clifton <[email protected]> |
120 | ||
121 | * readelf.c (process_archive): Display member indicies when | |
122 | dumping index. | |
123 | ||
8d6eee87 TT |
124 | 2012-07-02 Tom Tromey <[email protected]> |
125 | ||
126 | * dwarf.c: Include gdb-index.h. | |
127 | (display_gdb_index): Handle version 7. | |
128 | ||
6a1b08f5 L |
129 | 2012-06-29 H.J. Lu <[email protected]> |
130 | ||
131 | * nm.c (filter_symbols): Simplify global symbol handling. | |
132 | ||
34debcd1 NC |
133 | 2012-06-29 Francois Gouget <[email protected]> |
134 | ||
135 | PR binutils/14302 | |
136 | * bucomm.c (print_arelt_descr): Correctly report the archive size | |
137 | field (for 'ar tv'). | |
138 | * ar.c (print_contents): Use correct types for archive element | |
139 | sizes (for 'ar p'). | |
140 | (extract_file): Likewise (for 'ar x'). | |
141 | ||
e63734a3 AM |
142 | 2012-06-29 Alan Modra <[email protected]> |
143 | ||
144 | * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc. | |
145 | ||
6f7b1488 TT |
146 | 2012-06-12 Tom Tromey <[email protected]> |
147 | ||
148 | * dwarf-mode.el: Add final comment. Bump version. | |
149 | (dwarf-insert-substructure-button): Use string-to-number. | |
150 | (dwarf-browse): Fix autoload cookie. | |
151 | ||
a081f3cd JJ |
152 | 2012-06-08 Jakub Jelinek <[email protected]> |
153 | ||
154 | * dwarf.c (read_and_display_attr_value): Handle | |
155 | DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. | |
156 | (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt, | |
157 | DW_MACRO_GNU_undef_indirect_alt and | |
158 | DW_MACRO_GNU_transparent_include_alt. | |
159 | ||
670b0bad AM |
160 | 2012-06-01 Alan Modra <[email protected]> |
161 | ||
162 | * addr2line.c (translate_addresses): Truncate input addresses to | |
163 | arch_size bits. Avoid undefined shift. Print '?' for zero line. | |
164 | ||
ea52a088 NC |
165 | 2012-05-30 Nick Clifton <[email protected]> |
166 | ||
167 | * readelf.c (process_section_headers): Correct bug in previous | |
168 | delta - display full section type in wide mode. | |
169 | ||
7bfd842d NC |
170 | 2012-05-28 Nick Clifton <[email protected]> |
171 | ||
172 | * readelf.c (print_symbol): Display multibyte characters in symbol | |
173 | names. | |
174 | (process_section_headers): Use print_symbol. | |
175 | ||
f2c621e4 AS |
176 | 2012-05-18 Andreas Schwab <[email protected]> |
177 | ||
178 | * aclocal.m4: Regenerate. | |
179 | * configure: Regenerate. | |
180 | * config.in: Regenerate. | |
181 | * Makefile.in: Regenerate. | |
182 | ||
df7b86aa NC |
183 | 2012-05-17 Daniel Richard G. <[email protected]> |
184 | Nick Clifton <[email protected]> | |
185 | ||
186 | PR 14072 | |
187 | * configure.in: Add check that sysdep.h has been included before | |
188 | any system header files. | |
189 | * configure: Regenerate. | |
190 | * config.in: Regenerate. | |
191 | * unwind-ia64.h: Include config.h. | |
192 | ||
7282333f AM |
193 | 2012-05-17 Alan Modra <[email protected]> |
194 | ||
195 | * dwarf.c (process_debug_info): Display abbrev offset in hex. | |
196 | (display_debug_abbrev): Show offset of abbrev. | |
197 | ||
a2ff7a4b AM |
198 | 2012-05-17 Alan Modra <[email protected]> |
199 | ||
200 | * dwarf.c (display_debug_ranges): Don't report more than one use | |
201 | of the same range set as an overlap. | |
202 | ||
691bf19c NC |
203 | 2012-05-16 Daniel Richard G. <[email protected]> |
204 | ||
205 | PR binutils/13558 | |
206 | * Makefile.am (CFILES): Add syslex_wrap.c. | |
207 | (sysinfo): Depend upon syslex_wrap.o. | |
208 | (syslex_wrap.o): New rule. | |
209 | (syslex.o): Delete rule. | |
210 | * syslex_wrap.c: New file. | |
211 | * Makefile.in: Regenerate. | |
212 | ||
6927f982 NC |
213 | 2012-05-15 James Murray <[email protected]> |
214 | ||
215 | * readelf.c (get_machine_name): Update m68hc12 entry. | |
216 | ||
343dbc36 L |
217 | 2012-05-13 H.J. Lu <[email protected]> |
218 | ||
219 | * objdump.c (disassemble_bytes): Print addend as signed. | |
220 | (dump_reloc_set): Likewise. | |
221 | ||
4723351a CC |
222 | 2012-05-04 Sterling Augustine <[email protected]> |
223 | Cary Coutant <[email protected]> | |
224 | ||
225 | * doc/binutils.texi: Add --dwarf-check option. | |
226 | * dwarf.c (dwarf_check): New global flag. | |
227 | (fetch_indexed_string): New function. | |
228 | (fetch_indexed_value): New function. | |
229 | (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index. | |
230 | (decode_location_expression): Add DW_OP_GNU_addr_index. | |
231 | (read_and_display_attr_value): Add DW_FORM_GNU_str_index, | |
232 | DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base. | |
233 | (get_AT_name): Add new attributes for Fission. | |
234 | (process_debug_info): Load new debug sections for Fission. | |
235 | (load_debug_info): Check for .debug_info.dwo section. | |
236 | (display_loc_list, display_loc_list_dwo): New functions. | |
237 | (display_debug_loc): Move logic to above two functions. | |
238 | (display_debug_info): Choose abbrev section based on info section. | |
239 | (display_debug_types): Likewise. | |
240 | (display_trace_info): Likewise. | |
241 | (comp_addr_base): New function. | |
242 | (display_debug_addr): New function. | |
243 | (display_debug_str_offsets): New function. | |
244 | (display_debug_ranges): Allow missing range lists. Suppress | |
245 | diagnostics if dwarf_check not set. | |
246 | (debug_displays): Add column to select abbrev section. | |
247 | * dwarf.h (enum dwarf_section_display_enum): Add new debug sections | |
248 | for Fission. | |
249 | (struct dwarf_section): Add abbrev_sec field. | |
250 | (struct dwarf_section_display): New type. | |
251 | (debug_info): Add addr_base, ranges_base fields. | |
252 | (dwarf_check): New global variable. | |
253 | * objdump.c (usage): Add --dwarf-check option. | |
254 | (enum option_values): Add OPTION_DWARF_CHECK. | |
255 | (long_options): Add --dwarf-check. | |
256 | (main): Likewise. | |
257 | * readelf.c (OPTION_DWARF_CHECK): New macro. | |
258 | (options): Add --dwarf-check. | |
259 | (parse_args): Likewise. | |
260 | (process_section_headers): Use const_strneq instead of | |
261 | streq. | |
262 | ||
e04d7088 L |
263 | 2012-05-11 H.J. Lu <[email protected]> |
264 | ||
265 | PR binutils/14088 | |
266 | * readelf.c (dump_relocations): Always display addend as | |
267 | signed hex number. | |
268 | ||
208a4923 NC |
269 | 2012-05-11 Daniel Richard G. <[email protected]> |
270 | ||
271 | PR binutils/14028 | |
272 | * configure.in: Invoke ACX_HEADER_STRING. | |
273 | * configure: Regenerate. | |
274 | * config.in: Regenerate. | |
275 | * sysdep.h: If STRINGS_WITH_STRING is defined then include both | |
276 | string.h and strings.h. | |
277 | ||
afd6e1ff JJ |
278 | 2012-05-10 Jakub Jelinek <[email protected]> |
279 | ||
280 | * dwarf.c (read_and_display_attr_value): Don't look up tag from | |
281 | abbrev for DW_FORM_ref_addr. | |
282 | ||
a8c30cba | 283 | 2012-05-08 Sean Keys <[email protected]> |
208a4923 | 284 | |
a8c30cba | 285 | * binutils/MAINTAINERS: Added my entry to the maintainers secion. |
208a4923 | 286 | |
96109726 CC |
287 | 2012-05-08 Cary Coutant <[email protected]> |
288 | ||
289 | * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options. | |
290 | (strip): Add --strip-dwo option. | |
291 | * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO. | |
292 | (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO. | |
293 | (strip_options): Add --strip-dwo option. | |
294 | (copy_options): Add --extract-dwo, --strip-dwo options. | |
295 | (copy_usage): Likewise. | |
296 | (strip_usage): Add --strip-dwo option. | |
297 | (is_dwo_section): New function. | |
298 | (is_strip_section_1): Check for DWO sections. | |
299 | (copy_object): Check for --strip-dwo, --extract-dwo options. | |
300 | (copy_relocations_in_section): Discard relocations for DWO sections. | |
301 | Discard entire relocation section when no relocations. | |
302 | (strip_main): Add --strip-dwo option. | |
303 | (copy_main): Add --strip-dwo, --extract-dwo options. | |
304 | ||
e5b62927 AM |
305 | 2012-05-08 Alan Modra <[email protected]> |
306 | ||
307 | * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other | |
308 | LC and LANG environment vars. | |
309 | * Makefile.in: Regenerate. | |
310 | ||
a19c41a7 TT |
311 | 2012-05-07 Tom Tromey <[email protected]> |
312 | ||
313 | * dwarf.c (get_TAG_name): Use get_DW_TAG_name. | |
314 | (get_FORM_name): Use get_DW_FORM_name. | |
315 | (get_AT_name): Use get_DW_AT_name. | |
316 | ||
cce3d66c AM |
317 | 2012-05-07 Alan Modra <[email protected]> |
318 | ||
319 | * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG. | |
320 | * Makefile.in: Regenerate. | |
321 | ||
45dfa85a AM |
322 | 2012-05-05 Alan Modra <[email protected]> |
323 | ||
324 | * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr. | |
325 | ||
f6c1a2d5 NC |
326 | 2012-05-03 Sean Keys <[email protected]> |
327 | ||
328 | * readelf.c: Add support for XGATE. | |
329 | ||
1c062060 NC |
330 | 2012-05-02 Nick Clifton <[email protected]> |
331 | ||
332 | * po/vi.po: Updated Vietnamese translation. | |
333 | * po/it.po: New Italian translation. | |
334 | * configure.in (ALL_LINGUAS): Add it. | |
335 | * configure: Regenerate. | |
336 | ||
57402f1e NC |
337 | 2012-05-01 Nick Clifton <[email protected]> |
338 | ||
339 | PR binutils/13121 | |
340 | * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with | |
341 | AIX system headers. | |
342 | ||
2e30cb57 CC |
343 | 2012-04-25 Cary Coutant <[email protected]> |
344 | ||
345 | * doc/binutils.texi: Add -D/--enable-deterministic-archives option | |
346 | to strip and objcopy. | |
347 | * objcopy.c (deterministic): New global variable. | |
348 | (strip_options): Add --enable-deterministic-archives. | |
349 | (copy_options): Likewise. | |
350 | (copy_usage): Likewise. | |
351 | (strip_usage): Likewise. | |
352 | (copy_archive): When stripping all, don't add archive map; set | |
353 | deterministic output when requested. | |
354 | (strip_main): Add -D/--enable-deterministic-archives option. | |
355 | (copy_main): Likewise. | |
356 | ||
c3989150 L |
357 | 2012-04-12 H.J. Lu <[email protected]> |
358 | ||
359 | PR binutils/13947 | |
360 | * objcopy.c (copy_object): Call copy_relocations_in_section | |
361 | before copy_section. | |
362 | (skip_section): New. | |
363 | (copy_relocations_in_section): Likewise. | |
364 | (copy_section): Use skip_section. Don't copy relocations here. | |
365 | ||
1233b4a7 NC |
366 | 2012-04-11 Ryan Mansfield <[email protected]> |
367 | ||
c6d8cab4 L |
368 | * objdump.c (dump_bfd): If defaulting to dwarf call |
369 | dwarf_select_sections_all to enable displays. | |
1233b4a7 | 370 | |
58797674 RM |
371 | 2012-04-06 Roland McGrath <[email protected]> |
372 | ||
373 | * configure.in (AC_CHECK_HEADERS): Add locale.h. | |
374 | * config.in: Regenerate. | |
375 | * configure: Regenerate. | |
376 | ||
44350750 NC |
377 | 2012-04-05 Nick Clifton <[email protected]> |
378 | ||
379 | * configure.in (AC_CHECK_FUNCS): Add setlocale. | |
380 | (AM_LC_MESSAGES): Add. | |
381 | * aclocal.m4: Regenerate. | |
382 | * config.in: Regenerate. | |
383 | * configure: Regenerate. | |
384 | ||
b149968f NC |
385 | 2012-03-30 Nick Clifton <[email protected]> |
386 | ||
387 | PR binutils/13925 | |
388 | * stabs.c (stab_demangle_v3_arglist): Cope with the demangler | |
389 | returning an empty context for a function with no arguments. | |
390 | ||
658c7344 TT |
391 | 2012-03-28 Tom Tromey <[email protected]> |
392 | ||
393 | * dwarf.c (display_gdb_index): Handle index version 6. | |
394 | ||
0a22ae8e NC |
395 | 2012-03-07 Nick Clifton <[email protected]> |
396 | ||
397 | * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16. | |
398 | ||
ae9ab7c0 NC |
399 | 2012-02-29 Jeff Law <[email protected]> |
400 | ||
401 | * doc/binutils.texi (c++filt): Fix typos. | |
402 | ||
5b3d386e KT |
403 | 2012-02-24 Kai Tietz <[email protected]> |
404 | ||
405 | PR binutils/13710 | |
406 | * defparse.y (keyword_as_name): Disable LIBRARY | |
407 | keyword. | |
408 | * doc/binutils.texi: Document LIBRARY exception. | |
409 | ||
9a30f236 KT |
410 | 2012-02-21 Kai Tietz<[email protected]> |
411 | ||
412 | PR binutils/13682 | |
413 | * NEWS: Mention new feature. | |
414 | * dlltool.c (i386_x64_dljtab): New stub-code for x64 | |
415 | delayed-load feature. | |
416 | (i386_x64_trampoline): New trampoline-code for x64 | |
417 | delayed-load feature. | |
418 | (make_one_lib_file): Add support for x64 delayed-load | |
419 | feature. | |
420 | (make_delay_head): Likewis | |
421 | ||
6c713012 AM |
422 | 2012-02-20 Namhyung Kim <[email protected]> |
423 | ||
424 | * objdump.c (slurp_file): Close file if fstat fails. | |
425 | ||
74bc6052 CC |
426 | 2012-02-14 Cary Coutant <[email protected]> |
427 | ||
428 | * dwarf.c (dwarf_vmatoa64): New function. | |
429 | (read_and_display_attr_value): Print 8-byte forms as single hex | |
430 | numbers. | |
431 | (process_debug_info): Print type signatures as single hex numbers. | |
432 | * elfcomm.c (byte_get_64): New function. | |
433 | * elfcomm.h (byte_get_64): New function. | |
434 | ||
aa83d1ec KT |
435 | 2012-02-11 Kai Tietz <[email protected]> |
436 | ||
437 | PR binutils/13657 | |
438 | * defparse.y (%union): New type id_const. | |
439 | (opt_name2): New rule. | |
440 | (keyword_as_name): New rule. | |
441 | (opt_name): Adjust rule. | |
442 | (opt_import_name): Likewise. | |
443 | (opt_equal_name): Likewise. | |
444 | ||
7afcdbb2 KT |
445 | 2012-02-11 Kai Tietz <[email protected]> |
446 | ||
447 | PR binutils/13297 | |
448 | * resrc.c (write_rc_dialog_control): Omit text dump for | |
449 | EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR. | |
450 | ||
dbb7c441 AM |
451 | 2012-02-09 Alan Modra <[email protected]> |
452 | ||
453 | * sysdep.h: Include sys/stat.h here. | |
454 | * ar.c: Don't include headers already included by sysdep.h. | |
455 | * bucomm.c: Likewise. | |
456 | * budbg.h: Likewise. | |
457 | * dlltool.h: Likewise. | |
458 | * elfedit.c: Likewise. | |
459 | * nlmconv.c: Likewise. | |
460 | * objcopy.c: Likewise. | |
461 | * objdump.c: Likewise. | |
462 | * objdump.h: Likewise. | |
463 | * readelf.c: Likewise. | |
464 | * rename.c: Likewise. | |
465 | * resrc.c: Likewise. | |
466 | * strings.c: Likewise. | |
467 | * windres.c: Likewise. | |
468 | * od-macho.c: Ensure #include sysdep.h is first. | |
469 | * od-xcoff.c: Likewise. | |
470 | * dllwrap.c: Remove alloca pragma handled by sysdep.h, and | |
471 | remove duplicate headers. | |
472 | * dlltool.c: Likewise and ensure #include sysdep.h is first. | |
473 | ||
36e32b27 NC |
474 | 2012-02-01 Nick Clifton <[email protected]> |
475 | ||
476 | PR binutils/13493 | |
477 | * ar.c (ranlib_main): Process --plugin option. | |
478 | * doc/binutils.texi: Document --plugin support for ranlib. | |
479 | ||
8b971f9f NC |
480 | 2012-02-01 Nick Clifton <[email protected]> |
481 | ||
482 | PR binutils/13482 | |
483 | * readelf.c (process_corefile_note_segment): Fix off-by-one errors | |
484 | verifying the contents of a note. | |
485 | ||
fa1908fd NC |
486 | 2012-01-26 Nick Clifton <[email protected]> |
487 | ||
488 | PR binutils/13622 | |
489 | * readelf.c (process_section_groups): If there are no section | |
490 | headers do not scan for section groups. | |
491 | (process_note_sections): Likewise for note sections. | |
492 | ||
2128eb39 TG |
493 | 2012-01-20 Tristan Gingold <[email protected]> |
494 | ||
495 | * od-macho.c (OPT_SEG_SPLIT_INFO): New macro. | |
496 | (options): Add an entry for seg_split_info. | |
497 | (mach_o_help): Document it. | |
498 | (dump_segment_split_info): New function. | |
499 | (dump_load_command): Handle seg_split_info. | |
500 | ||
2fc0fe4f TG |
501 | 2012-01-19 Tristan Gingold <[email protected]> |
502 | ||
503 | * dwarf.c (process_extended_line_op): Add a cast to silent a | |
504 | warning. | |
505 | ||
143a3db0 TG |
506 | 2012-01-19 Tristan Gingold <[email protected]> |
507 | ||
508 | * dwarf.c (process_extended_line_op): Reindent define_file output. | |
509 | Detect define_file opcode length mismatch. | |
510 | (display_debug_lines_decoded): Add an entry in file_table for each | |
511 | define_file opcode. | |
512 | Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence. | |
513 | Display extended opcode for unhandle opcode. | |
514 | ||
576477a6 AM |
515 | 2012-01-17 Alan Modra <[email protected]> |
516 | ||
517 | * version.c (print_version): Update copyright message year. | |
518 | ||
ddb1377c AM |
519 | 2012-01-16 Alan Modra <[email protected]> |
520 | ||
521 | PR binutils/13593 | |
522 | * nm.c (OPTION_SIZE_SORT): Define. | |
523 | (long_options): Don't set no_sort, sort_numerically or | |
524 | sort_by_size directly. | |
525 | (main): Instead set the flags here, making them mutually exclusive. | |
526 | ||
1598539f TG |
527 | 2012-01-10 Tristan Gingold <[email protected]> |
528 | ||
529 | * objdump.c (display_object_bfd): Renamed from ... | |
530 | (display_bfd): ... this. | |
531 | (display_any_bfd): New function. | |
532 | (display_file): Split. Handle nested archives. | |
533 | ||
52546677 RM |
534 | 2012-01-09 Roland McGrath <[email protected]> |
535 | ||
536 | * configure.in: Use AM_ZLIB. | |
537 | * configure: Regenerated. | |
538 | ||
99eac5be NC |
539 | 2012-01-06 Nick Clifton <[email protected]> |
540 | ||
541 | * po/ru.po: Updated Russian translation. | |
542 | ||
9f4a5bd1 TG |
543 | 2012-01-04 Tristan Gingold <[email protected]> |
544 | ||
545 | * od-macho.c (dump_load_command): Handle fvmlib. | |
546 | ||
fc55a902 TG |
547 | 2012-01-04 Tristan Gingold <[email protected]> |
548 | ||
549 | * od-macho.c: Update copyright year. | |
550 | (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO. | |
551 | ||
23e1d329 | 552 | For older changes see ChangeLog-2011 |
252b5132 RH |
553 | \f |
554 | Local Variables: | |
555 | mode: change-log | |
556 | left-margin: 8 | |
557 | fill-column: 74 | |
558 | version-control: never | |
559 | End: |