* MAINTAINERS: Update my email address.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2012-11-05 Stephane Carrez <Stephane.Carrez@gmail.com>
2
3 * MAINTAINERS: Update my email address.
4
5 2012-11-05 Alan Modra <amodra@gmail.com>
6
7 * configure.in: Apply 2012-09-10 change to config.in here. Add
8 __CONFIG_H__ check.
9 * config.in: Regenerate.
10
11 2012-11-01 Tom Tromey <tromey@redhat.com>
12
13 * readelf.c (get_note_type): Handle NT_386_TLS, NT_386_IOPERM.
14
15 2012-10-30 Nick Clifton <nickc@redhat.com>
16
17 PR binutils/14779
18 * configure.in: Add checks for wchar.h and mbstate_t.
19 * config.in: Regenerate.
20 * configure: Regenerate.
21 * readelf.c: Conditionally include wchar.h.
22 (print_symbol): Conditionally use mbstate_t.
23
24 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
25
26 * readelf.c (decode_ARM_machine_flags): Recognise and display the
27 new ARM hard-float/soft-float ABI flags for EABI_VER5. Split out
28 the code for EABI_VER4 and EABI_VER5 to allow this.
29
30 2012-10-29 Alan Modra <amodra@gmail.com>
31
32 * dlltool.c (INIT_SEC_DATA): Move.
33 (secdata <DLLTOOL_PPC>): Use here too.
34
35 2012-10-26 Nick Clifton <nickc@redhat.com>
36
37 * po/hr.po: New Croation translation.
38 * configure.in (ALL_LINGUAS): Add hr.
39 * configure: Regenerate.
40
41 2012-10-23 Cary Coutant <ccoutant@google.com>
42
43 * dwarf.c (do_debug_addr, do_debug_cu_index): New global flags.
44 (load_debug_info): Fix typo.
45 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
46 New global variables.
47 (prealloc_cu_tu_list, add_shndx_to_cu_tu_entry, end_cu_tu_entry)
48 (process_cu_tu_index, load_cu_tu_indexes, find_cu_tu_set)
49 (display_cu_index): New functions.
50 (dwarf_select_sections_by_names): Add "debug_addr", "cu_index".
51 Sort entries alphabetically.
52 (dwarf_select_sections_all): Set do_debug_addr, do_debug_cu_index.
53 (debug_displays): Add .debug_cu_index, .debug_tu_index.
54 Clean up formatting.
55 * dwarf.h (dwarf_section_display_enum): Add dwp_cu_index,
56 dwp_tu_index.
57 (do_debug_addr, do_debug_cu_index): New global flags.
58 (find_cu_tu_set): New function declaration.
59 * objdump.c (usage): Add --dwarf=addr, --dwarf=cu_index.
60 * readelf.c (find_section_in_set): New function.
61 (usage): Add --debug-dump=addr, --debug_dump=cu_index.
62 (process_section_headers): Check do_debug_addr and do_debug_cu_index.
63 (section_subset): New global variable.
64 (load_debug_section): Restrict search to section subset.
65 (display_debug_section): Add section index as paramter. Select subset
66 of sections when dumping a .dwp file. Update caller.
67
68 2012-10-23 Tom Tromey <tromey@redhat.com>
69
70 * readelf.c (get_note_type): Handle NT_SIGINFO, NT_FILE.
71 (print_core_note): New function.
72 (process_note): Call it.
73
74 2012-10-21 H.J. Lu <hongjiu.lu@intel.com>
75
76 * objdump.c (dump_dwarf): Handle bfd_mach_x64_32 and
77 bfd_mach_x64_32_intel_syntax.
78
79 2012-10-21 Alan Modra <amodra@gmail.com>
80
81 * objdump.c (load_specific_debug_section): Use
82 bfd_cache_section_contents.
83
84 2012-10-18 Kai Tietz <ktietz@redhat.com>
85
86 * objdump.c (dump_bfd): Call dump headers after
87 call of slurp_symtab.
88
89 * objcopy.c (is_strip_section_1): Don't strip
90 .reloc section by default.
91
92 2012-10-11 Doug Evans <dje@google.com>
93
94 * dwarf.c (display_gdb_index): Include static/global information
95 of each symbol.
96
97 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
98
99 * configure: Regenerate.
100
101 2012-09-10 Matthias Klose <doko@ubuntu.com>
102
103 * config.in: Disable sanity check for kfreebsd.
104
105 2012-09-10 H.J. Lu <hongjiu.lu@intel.com>
106
107 * configure: Regenerated.
108
109 2012-09-06 Cary Coutant <ccoutant@google.com>
110
111 * dwarf.c (decode_location_expression): Add
112 DW_OP_GNU_const_index.
113
114 2012-09-06 Nick Clifton <nickc@redhat.com>
115
116 * doc/binutils.texi (nm): Alpha-sort the option descriptions.
117 Add description of the --synthetic option.
118
119 2012-09-04 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR binutils/14493
122 * readelf.c (get_symbol_index_type): Check bad section index.
123
124 2012-08-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
125
126 * readelf.c (arm_attr_tag_CPU_arch): Update for ARMv8.
127 (arm_attr_tag_FP_arch): Likewise.
128 (arm_attr_tag_Advanced_SIMD_arch): Likewise.
129
130 2012-08-17 Yuri Chornoivan <yurchor@ukr.net>
131
132 * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
133
134 2012-08-16 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR binutils/14481
137 * Makefile.am (BFDTEST1_PROG): New.
138 (TEST_PROGS): Likewise.
139 (bfdtest1_DEPENDENCIES): Likewise.
140 (noinst_PROGRAMS): Add $(TEST_PROGS).
141 * Makefile.in: Regenerated.
142
143 * bfdtest1.c: New file.
144
145 2012-08-13 Ian Bolton <ian.bolton@arm.com>
146 Laurent Desnogues <laurent.desnogues@arm.com>
147 Jim MacArthur <jim.macarthur@arm.com>
148 Marcus Shawcroft <marcus.shawcroft@arm.com>
149 Nigel Stephens <nigel.stephens@arm.com>
150 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
151 Richard Earnshaw <rearnsha@arm.com>
152 Sofiane Naci <sofiane.naci@arm.com>
153 Tejas Belagod <tejas.belagod@arm.com>
154 Yufeng Zhang <yufeng.zhang@arm.com>
155
156 * readelf.c (guess_is_rela): Handle EM_AARCH64.
157 (get_machine_name): Likewise.
158 (get_aarch64_segment_type): New function.
159 (get_segment_type): Handle EM_AARCH64 by calling the new function.
160 (get_aarch64_section_type_name): New function.
161 (get_section_type_name): Handle EM_AARCH64 by calling the new function.
162 (is_32bit_abs_reloc): Handle EM_AARCH64.
163 (is_32bit_pcrel_reloc): Likewise.
164 (is_64bit_abs_reloc): Likewise.
165 (is_64bit_pcrel_reloc): Likewise.
166 (is_none_reloc): Likewise.
167
168 2012-08-09 Nick Clifton <nickc@redhat.com>
169
170 * po/vi.po: Updated Vietnamese translation.
171
172 2012-08-03 Tom Tromey <tromey@redhat.com>
173
174 * dlltool.c (scan_obj_file): Close arfile after calling
175 bfd_openr_next_archived_file.
176
177 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
178
179 PR binutils/14420
180 * dwarf.c (process_abbrev_section): Add attribute terminator.
181 Warn missing section terminator.
182 (get_FORM_name): Special check for 0 value.
183 (get_AT_name): Likewise.
184 (process_debug_info): Display zero abbrev number. Check
185 attribute terminator.
186
187 2012-07-30 Nick Clifton <nickc@redhat.com>
188
189 * po/binutils.pot: Updated template.
190 * po/bg.po: Updated Bulgarian translation.
191 * po/es.po: Updated Spanish translation.
192 * po/fi.po: Updated Finnish translation.
193 * po/fr.po: Updated French translation.
194 * po/uk.po: Updated Ukranian translation.
195
196 2012-07-28 Kai Tietz <ktietz@redhat.com>
197
198 * rcparse.y (FILEVERSION): Use optcnumexpr instead of cnumexpr.
199 (PRODUCTVERSION): Likewise.
200
201 2012-07-27 Mike Frysinger <vapier@gentoo.org>
202
203 * configure.in (BFD_VERSION): Run bfd/configure --version and
204 parse the output of that.
205 * configure: Regenerate.
206
207 2012-07-27 Tristan Gingold <gingold@adacore.com>
208
209 * NEWS: Add marker for 2.23.
210
211 2012-07-24 Teresa Johnson <tejohnson@google.com>
212
213 * addr2line.c (find_address_in_section): Invoke
214 bfd_find_nearest_line_discriminator to get the discriminator.
215 (find_offset_in_section): Likewise.
216 (translate_addresses): Print discriminator if it is non-zero.
217 * objdump.c (show_line): Invoke
218 bfd_find_nearest_line_discriminator to get the discriminator,
219 and keep track of prev_discriminator. Print discriminator
220 if it is non-zero.
221 (disassemble_data): Initialize prev_discriminator.
222 (dump_reloc_set): Invoke bfd_find_nearest_line_discriminator
223 to get the discriminator, and keep track of last_discriminator.
224 Print discriminator if it is non-zero.
225
226 2012-07-17 Nick Clifton <nickc@redhat.com>
227
228 * elfcomm.c (setup_archive): Extract index table and symbol table
229 scanning code into...
230 (process_archive_index_and_symbols): ... this function and add
231 support for 64-bit index tables.
232 * elfcomm.h (struct archive_info): Change type of index_num and
233 index_array to elf_vma.
234 Add 'uses_64bit_indicies' field.
235 * readelf.c (process_archive): Fix support for 64-bit indicies.
236
237 2012-07-03 Nick Clifton <nickc@redhat.com>
238
239 * readelf.c (process_archive): Display member indicies when
240 dumping index.
241
242 2012-07-02 Tom Tromey <tromey@redhat.com>
243
244 * dwarf.c: Include gdb-index.h.
245 (display_gdb_index): Handle version 7.
246
247 2012-06-29 H.J. Lu <hongjiu.lu@intel.com>
248
249 * nm.c (filter_symbols): Simplify global symbol handling.
250
251 2012-06-29 Francois Gouget <fgouget@codeweavers.com>
252
253 PR binutils/14302
254 * bucomm.c (print_arelt_descr): Correctly report the archive size
255 field (for 'ar tv').
256 * ar.c (print_contents): Use correct types for archive element
257 sizes (for 'ar p').
258 (extract_file): Likewise (for 'ar x').
259
260 2012-06-29 Alan Modra <amodra@gmail.com>
261
262 * readelf.c (is_16bit_abs_reloc): Handle mn10200 reloc.
263
264 2012-06-12 Tom Tromey <tromey@redhat.com>
265
266 * dwarf-mode.el: Add final comment. Bump version.
267 (dwarf-insert-substructure-button): Use string-to-number.
268 (dwarf-browse): Fix autoload cookie.
269
270 2012-06-08 Jakub Jelinek <jakub@redhat.com>
271
272 * dwarf.c (read_and_display_attr_value): Handle
273 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
274 (display_debug_macro): Handle DW_MACRO_GNU_define_indirect_alt,
275 DW_MACRO_GNU_undef_indirect_alt and
276 DW_MACRO_GNU_transparent_include_alt.
277
278 2012-06-01 Alan Modra <amodra@gmail.com>
279
280 * addr2line.c (translate_addresses): Truncate input addresses to
281 arch_size bits. Avoid undefined shift. Print '?' for zero line.
282
283 2012-05-30 Nick Clifton <nickc@redhat.com>
284
285 * readelf.c (process_section_headers): Correct bug in previous
286 delta - display full section type in wide mode.
287
288 2012-05-28 Nick Clifton <nickc@redhat.com>
289
290 * readelf.c (print_symbol): Display multibyte characters in symbol
291 names.
292 (process_section_headers): Use print_symbol.
293
294 2012-05-18 Andreas Schwab <schwab@linux-m68k.org>
295
296 * aclocal.m4: Regenerate.
297 * configure: Regenerate.
298 * config.in: Regenerate.
299 * Makefile.in: Regenerate.
300
301 2012-05-17 Daniel Richard G. <skunk@iskunk.org>
302 Nick Clifton <nickc@redhat.com>
303
304 PR 14072
305 * configure.in: Add check that sysdep.h has been included before
306 any system header files.
307 * configure: Regenerate.
308 * config.in: Regenerate.
309 * unwind-ia64.h: Include config.h.
310
311 2012-05-17 Alan Modra <amodra@gmail.com>
312
313 * dwarf.c (process_debug_info): Display abbrev offset in hex.
314 (display_debug_abbrev): Show offset of abbrev.
315
316 2012-05-17 Alan Modra <amodra@gmail.com>
317
318 * dwarf.c (display_debug_ranges): Don't report more than one use
319 of the same range set as an overlap.
320
321 2012-05-16 Daniel Richard G. <skunk@iskunk.org>
322
323 PR binutils/13558
324 * Makefile.am (CFILES): Add syslex_wrap.c.
325 (sysinfo): Depend upon syslex_wrap.o.
326 (syslex_wrap.o): New rule.
327 (syslex.o): Delete rule.
328 * syslex_wrap.c: New file.
329 * Makefile.in: Regenerate.
330
331 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
332
333 * readelf.c (get_machine_name): Update m68hc12 entry.
334
335 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
336
337 * objdump.c (disassemble_bytes): Print addend as signed.
338 (dump_reloc_set): Likewise.
339
340 2012-05-04 Sterling Augustine <saugustine@google.com>
341 Cary Coutant <ccoutant@google.com>
342
343 * doc/binutils.texi: Add --dwarf-check option.
344 * dwarf.c (dwarf_check): New global flag.
345 (fetch_indexed_string): New function.
346 (fetch_indexed_value): New function.
347 (get_FORM_name): Add DW_FORM_GNU_str_index and DW_FORM_GNU_addr_index.
348 (decode_location_expression): Add DW_OP_GNU_addr_index.
349 (read_and_display_attr_value): Add DW_FORM_GNU_str_index,
350 DW_FORM_GNU_addr_index, DW_AT_GNU_addr_base, and DW_AT_GNU_ranges_base.
351 (get_AT_name): Add new attributes for Fission.
352 (process_debug_info): Load new debug sections for Fission.
353 (load_debug_info): Check for .debug_info.dwo section.
354 (display_loc_list, display_loc_list_dwo): New functions.
355 (display_debug_loc): Move logic to above two functions.
356 (display_debug_info): Choose abbrev section based on info section.
357 (display_debug_types): Likewise.
358 (display_trace_info): Likewise.
359 (comp_addr_base): New function.
360 (display_debug_addr): New function.
361 (display_debug_str_offsets): New function.
362 (display_debug_ranges): Allow missing range lists. Suppress
363 diagnostics if dwarf_check not set.
364 (debug_displays): Add column to select abbrev section.
365 * dwarf.h (enum dwarf_section_display_enum): Add new debug sections
366 for Fission.
367 (struct dwarf_section): Add abbrev_sec field.
368 (struct dwarf_section_display): New type.
369 (debug_info): Add addr_base, ranges_base fields.
370 (dwarf_check): New global variable.
371 * objdump.c (usage): Add --dwarf-check option.
372 (enum option_values): Add OPTION_DWARF_CHECK.
373 (long_options): Add --dwarf-check.
374 (main): Likewise.
375 * readelf.c (OPTION_DWARF_CHECK): New macro.
376 (options): Add --dwarf-check.
377 (parse_args): Likewise.
378 (process_section_headers): Use const_strneq instead of
379 streq.
380
381 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
382
383 PR binutils/14088
384 * readelf.c (dump_relocations): Always display addend as
385 signed hex number.
386
387 2012-05-11 Daniel Richard G. <skunk@iskunk.org>
388
389 PR binutils/14028
390 * configure.in: Invoke ACX_HEADER_STRING.
391 * configure: Regenerate.
392 * config.in: Regenerate.
393 * sysdep.h: If STRINGS_WITH_STRING is defined then include both
394 string.h and strings.h.
395
396 2012-05-10 Jakub Jelinek <jakub@redhat.com>
397
398 * dwarf.c (read_and_display_attr_value): Don't look up tag from
399 abbrev for DW_FORM_ref_addr.
400
401 2012-05-08 Sean Keys <skeys@ipdatasys.com>
402
403 * binutils/MAINTAINERS: Added my entry to the maintainers secion.
404
405 2012-05-08 Cary Coutant <ccoutant@google.com>
406
407 * doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options.
408 (strip): Add --strip-dwo option.
409 * objcopy.c (enum strip_action): Add STRIP_DWO, STRIP_NONDWO.
410 (enum command_line_switch): Add OPTION_EXTRACT_DWO, OPTION_STRIP_DWO.
411 (strip_options): Add --strip-dwo option.
412 (copy_options): Add --extract-dwo, --strip-dwo options.
413 (copy_usage): Likewise.
414 (strip_usage): Add --strip-dwo option.
415 (is_dwo_section): New function.
416 (is_strip_section_1): Check for DWO sections.
417 (copy_object): Check for --strip-dwo, --extract-dwo options.
418 (copy_relocations_in_section): Discard relocations for DWO sections.
419 Discard entire relocation section when no relocations.
420 (strip_main): Add --strip-dwo option.
421 (copy_main): Add --strip-dwo, --extract-dwo options.
422
423 2012-05-08 Alan Modra <amodra@gmail.com>
424
425 * Makefile.am (check_DEJAGNU): Export LC_ALL=C in place of other
426 LC and LANG environment vars.
427 * Makefile.in: Regenerate.
428
429 2012-05-07 Tom Tromey <tromey@redhat.com>
430
431 * dwarf.c (get_TAG_name): Use get_DW_TAG_name.
432 (get_FORM_name): Use get_DW_FORM_name.
433 (get_AT_name): Use get_DW_AT_name.
434
435 2012-05-07 Alan Modra <amodra@gmail.com>
436
437 * Makefile.am (check-DEJAGNU): Clear LC_COLLATE, LC_ALL and LANG.
438 * Makefile.in: Regenerate.
439
440 2012-05-05 Alan Modra <amodra@gmail.com>
441
442 * dlltool.c (make_one_lib_file): Use bfd_und_section_ptr.
443
444 2012-05-03 Sean Keys <skeys@ipdatasys.com>
445
446 * readelf.c: Add support for XGATE.
447
448 2012-05-02 Nick Clifton <nickc@redhat.com>
449
450 * po/vi.po: Updated Vietnamese translation.
451 * po/it.po: New Italian translation.
452 * configure.in (ALL_LINGUAS): Add it.
453 * configure: Regenerate.
454
455 2012-05-01 Nick Clifton <nickc@redhat.com>
456
457 PR binutils/13121
458 * rescoff.c: Rename 'finfo' to 'flaginfo' to avoid conflicts with
459 AIX system headers.
460
461 2012-04-25 Cary Coutant <ccoutant@google.com>
462
463 * doc/binutils.texi: Add -D/--enable-deterministic-archives option
464 to strip and objcopy.
465 * objcopy.c (deterministic): New global variable.
466 (strip_options): Add --enable-deterministic-archives.
467 (copy_options): Likewise.
468 (copy_usage): Likewise.
469 (strip_usage): Likewise.
470 (copy_archive): When stripping all, don't add archive map; set
471 deterministic output when requested.
472 (strip_main): Add -D/--enable-deterministic-archives option.
473 (copy_main): Likewise.
474
475 2012-04-12 H.J. Lu <hongjiu.lu@intel.com>
476
477 PR binutils/13947
478 * objcopy.c (copy_object): Call copy_relocations_in_section
479 before copy_section.
480 (skip_section): New.
481 (copy_relocations_in_section): Likewise.
482 (copy_section): Use skip_section. Don't copy relocations here.
483
484 2012-04-11 Ryan Mansfield <rmansfield@qnx.com>
485
486 * objdump.c (dump_bfd): If defaulting to dwarf call
487 dwarf_select_sections_all to enable displays.
488
489 2012-04-06 Roland McGrath <mcgrathr@google.com>
490
491 * configure.in (AC_CHECK_HEADERS): Add locale.h.
492 * config.in: Regenerate.
493 * configure: Regenerate.
494
495 2012-04-05 Nick Clifton <nickc@redhat.com>
496
497 * configure.in (AC_CHECK_FUNCS): Add setlocale.
498 (AM_LC_MESSAGES): Add.
499 * aclocal.m4: Regenerate.
500 * config.in: Regenerate.
501 * configure: Regenerate.
502
503 2012-03-30 Nick Clifton <nickc@redhat.com>
504
505 PR binutils/13925
506 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
507 returning an empty context for a function with no arguments.
508
509 2012-03-28 Tom Tromey <tromey@redhat.com>
510
511 * dwarf.c (display_gdb_index): Handle index version 6.
512
513 2012-03-07 Nick Clifton <nickc@redhat.com>
514
515 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
516
517 2012-02-29 Jeff Law <law@redhat.com>
518
519 * doc/binutils.texi (c++filt): Fix typos.
520
521 2012-02-24 Kai Tietz <ktietz@redhat.com>
522
523 PR binutils/13710
524 * defparse.y (keyword_as_name): Disable LIBRARY
525 keyword.
526 * doc/binutils.texi: Document LIBRARY exception.
527
528 2012-02-21 Kai Tietz<ktietz@redhat.com>
529
530 PR binutils/13682
531 * NEWS: Mention new feature.
532 * dlltool.c (i386_x64_dljtab): New stub-code for x64
533 delayed-load feature.
534 (i386_x64_trampoline): New trampoline-code for x64
535 delayed-load feature.
536 (make_one_lib_file): Add support for x64 delayed-load
537 feature.
538 (make_delay_head): Likewis
539
540 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
541
542 * objdump.c (slurp_file): Close file if fstat fails.
543
544 2012-02-14 Cary Coutant <ccoutant@google.com>
545
546 * dwarf.c (dwarf_vmatoa64): New function.
547 (read_and_display_attr_value): Print 8-byte forms as single hex
548 numbers.
549 (process_debug_info): Print type signatures as single hex numbers.
550 * elfcomm.c (byte_get_64): New function.
551 * elfcomm.h (byte_get_64): New function.
552
553 2012-02-11 Kai Tietz <ktietz@redhat.com>
554
555 PR binutils/13657
556 * defparse.y (%union): New type id_const.
557 (opt_name2): New rule.
558 (keyword_as_name): New rule.
559 (opt_name): Adjust rule.
560 (opt_import_name): Likewise.
561 (opt_equal_name): Likewise.
562
563 2012-02-11 Kai Tietz <ktietz@redhat.com>
564
565 PR binutils/13297
566 * resrc.c (write_rc_dialog_control): Omit text dump for
567 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
568
569 2012-02-09 Alan Modra <amodra@gmail.com>
570
571 * sysdep.h: Include sys/stat.h here.
572 * ar.c: Don't include headers already included by sysdep.h.
573 * bucomm.c: Likewise.
574 * budbg.h: Likewise.
575 * dlltool.h: Likewise.
576 * elfedit.c: Likewise.
577 * nlmconv.c: Likewise.
578 * objcopy.c: Likewise.
579 * objdump.c: Likewise.
580 * objdump.h: Likewise.
581 * readelf.c: Likewise.
582 * rename.c: Likewise.
583 * resrc.c: Likewise.
584 * strings.c: Likewise.
585 * windres.c: Likewise.
586 * od-macho.c: Ensure #include sysdep.h is first.
587 * od-xcoff.c: Likewise.
588 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
589 remove duplicate headers.
590 * dlltool.c: Likewise and ensure #include sysdep.h is first.
591
592 2012-02-01 Nick Clifton <nickc@redhat.com>
593
594 PR binutils/13493
595 * ar.c (ranlib_main): Process --plugin option.
596 * doc/binutils.texi: Document --plugin support for ranlib.
597
598 2012-02-01 Nick Clifton <nickc@redhat.com>
599
600 PR binutils/13482
601 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
602 verifying the contents of a note.
603
604 2012-01-26 Nick Clifton <nickc@redhat.com>
605
606 PR binutils/13622
607 * readelf.c (process_section_groups): If there are no section
608 headers do not scan for section groups.
609 (process_note_sections): Likewise for note sections.
610
611 2012-01-20 Tristan Gingold <gingold@adacore.com>
612
613 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
614 (options): Add an entry for seg_split_info.
615 (mach_o_help): Document it.
616 (dump_segment_split_info): New function.
617 (dump_load_command): Handle seg_split_info.
618
619 2012-01-19 Tristan Gingold <gingold@adacore.com>
620
621 * dwarf.c (process_extended_line_op): Add a cast to silent a
622 warning.
623
624 2012-01-19 Tristan Gingold <gingold@adacore.com>
625
626 * dwarf.c (process_extended_line_op): Reindent define_file output.
627 Detect define_file opcode length mismatch.
628 (display_debug_lines_decoded): Add an entry in file_table for each
629 define_file opcode.
630 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
631 Display extended opcode for unhandle opcode.
632
633 2012-01-17 Alan Modra <amodra@gmail.com>
634
635 * version.c (print_version): Update copyright message year.
636
637 2012-01-16 Alan Modra <amodra@gmail.com>
638
639 PR binutils/13593
640 * nm.c (OPTION_SIZE_SORT): Define.
641 (long_options): Don't set no_sort, sort_numerically or
642 sort_by_size directly.
643 (main): Instead set the flags here, making them mutually exclusive.
644
645 2012-01-10 Tristan Gingold <gingold@adacore.com>
646
647 * objdump.c (display_object_bfd): Renamed from ...
648 (display_bfd): ... this.
649 (display_any_bfd): New function.
650 (display_file): Split. Handle nested archives.
651
652 2012-01-09 Roland McGrath <mcgrathr@google.com>
653
654 * configure.in: Use AM_ZLIB.
655 * configure: Regenerated.
656
657 2012-01-06 Nick Clifton <nickc@redhat.com>
658
659 * po/ru.po: Updated Russian translation.
660
661 2012-01-04 Tristan Gingold <gingold@adacore.com>
662
663 * od-macho.c (dump_load_command): Handle fvmlib.
664
665 2012-01-04 Tristan Gingold <gingold@adacore.com>
666
667 * od-macho.c: Update copyright year.
668 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
669
670 For older changes see ChangeLog-2011
671 \f
672 Local Variables:
673 mode: change-log
674 left-margin: 8
675 fill-column: 74
676 version-control: never
677 End:
This page took 0.067488 seconds and 4 git commands to generate.