PR binutils/13297
[binutils-gdb.git] / binutils / ChangeLog
1 2012-02-11 Kai Tietz <ktietz@redhat.com>
2
3 PR binutils/13297
4 * resrc.c (write_rc_dialog_control): Omit text dump for
5 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
6
7 2012-02-09 Alan Modra <amodra@gmail.com>
8
9 * sysdep.h: Include sys/stat.h here.
10 * ar.c: Don't include headers already included by sysdep.h.
11 * bucomm.c: Likewise.
12 * budbg.h: Likewise.
13 * dlltool.h: Likewise.
14 * elfedit.c: Likewise.
15 * nlmconv.c: Likewise.
16 * objcopy.c: Likewise.
17 * objdump.c: Likewise.
18 * objdump.h: Likewise.
19 * readelf.c: Likewise.
20 * rename.c: Likewise.
21 * resrc.c: Likewise.
22 * strings.c: Likewise.
23 * windres.c: Likewise.
24 * od-macho.c: Ensure #include sysdep.h is first.
25 * od-xcoff.c: Likewise.
26 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
27 remove duplicate headers.
28 * dlltool.c: Likewise and ensure #include sysdep.h is first.
29
30 2012-02-01 Nick Clifton <nickc@redhat.com>
31
32 PR binutils/13493
33 * ar.c (ranlib_main): Process --plugin option.
34 * doc/binutils.texi: Document --plugin support for ranlib.
35
36 2012-02-01 Nick Clifton <nickc@redhat.com>
37
38 PR binutils/13482
39 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
40 verifying the contents of a note.
41
42 2012-01-26 Nick Clifton <nickc@redhat.com>
43
44 PR binutils/13622
45 * readelf.c (process_section_groups): If there are no section
46 headers do not scan for section groups.
47 (process_note_sections): Likewise for note sections.
48
49 2012-01-20 Tristan Gingold <gingold@adacore.com>
50
51 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
52 (options): Add an entry for seg_split_info.
53 (mach_o_help): Document it.
54 (dump_segment_split_info): New function.
55 (dump_load_command): Handle seg_split_info.
56
57 2012-01-19 Tristan Gingold <gingold@adacore.com>
58
59 * dwarf.c (process_extended_line_op): Add a cast to silent a
60 warning.
61
62 2012-01-19 Tristan Gingold <gingold@adacore.com>
63
64 * dwarf.c (process_extended_line_op): Reindent define_file output.
65 Detect define_file opcode length mismatch.
66 (display_debug_lines_decoded): Add an entry in file_table for each
67 define_file opcode.
68 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
69 Display extended opcode for unhandle opcode.
70
71 2012-01-17 Alan Modra <amodra@gmail.com>
72
73 * version.c (print_version): Update copyright message year.
74
75 2012-01-16 Alan Modra <amodra@gmail.com>
76
77 PR binutils/13593
78 * nm.c (OPTION_SIZE_SORT): Define.
79 (long_options): Don't set no_sort, sort_numerically or
80 sort_by_size directly.
81 (main): Instead set the flags here, making them mutually exclusive.
82
83 2012-01-10 Tristan Gingold <gingold@adacore.com>
84
85 * objdump.c (display_object_bfd): Renamed from ...
86 (display_bfd): ... this.
87 (display_any_bfd): New function.
88 (display_file): Split. Handle nested archives.
89
90 2012-01-09 Roland McGrath <mcgrathr@google.com>
91
92 * configure.in: Use AM_ZLIB.
93 * configure: Regenerated.
94
95 2012-01-06 Nick Clifton <nickc@redhat.com>
96
97 * po/ru.po: Updated Russian translation.
98
99 2012-01-04 Tristan Gingold <gingold@adacore.com>
100
101 * od-macho.c (dump_load_command): Handle fvmlib.
102
103 2012-01-04 Tristan Gingold <gingold@adacore.com>
104
105 * od-macho.c: Update copyright year.
106 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
107
108 For older changes see ChangeLog-2011
109 \f
110 Local Variables:
111 mode: change-log
112 left-margin: 8
113 fill-column: 74
114 version-control: never
115 End: