PR binutils/13682
[binutils-gdb.git] / binutils / ChangeLog
1 2012-02-21 Kai Tietz<ktietz@redhat.com>
2
3 PR binutils/13682
4 * NEWS: Mention new feature.
5 * dlltool.c (i386_x64_dljtab): New stub-code for x64
6 delayed-load feature.
7 (i386_x64_trampoline): New trampoline-code for x64
8 delayed-load feature.
9 (make_one_lib_file): Add support for x64 delayed-load
10 feature.
11 (make_delay_head): Likewis
12
13 2012-02-20 Namhyung Kim <namhyung.kim@lge.com>
14
15 * objdump.c (slurp_file): Close file if fstat fails.
16
17 2012-02-14 Cary Coutant <ccoutant@google.com>
18
19 * dwarf.c (dwarf_vmatoa64): New function.
20 (read_and_display_attr_value): Print 8-byte forms as single hex
21 numbers.
22 (process_debug_info): Print type signatures as single hex numbers.
23 * elfcomm.c (byte_get_64): New function.
24 * elfcomm.h (byte_get_64): New function.
25
26 2012-02-11 Kai Tietz <ktietz@redhat.com>
27
28 PR binutils/13657
29 * defparse.y (%union): New type id_const.
30 (opt_name2): New rule.
31 (keyword_as_name): New rule.
32 (opt_name): Adjust rule.
33 (opt_import_name): Likewise.
34 (opt_equal_name): Likewise.
35
36 2012-02-11 Kai Tietz <ktietz@redhat.com>
37
38 PR binutils/13297
39 * resrc.c (write_rc_dialog_control): Omit text dump for
40 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
41
42 2012-02-09 Alan Modra <amodra@gmail.com>
43
44 * sysdep.h: Include sys/stat.h here.
45 * ar.c: Don't include headers already included by sysdep.h.
46 * bucomm.c: Likewise.
47 * budbg.h: Likewise.
48 * dlltool.h: Likewise.
49 * elfedit.c: Likewise.
50 * nlmconv.c: Likewise.
51 * objcopy.c: Likewise.
52 * objdump.c: Likewise.
53 * objdump.h: Likewise.
54 * readelf.c: Likewise.
55 * rename.c: Likewise.
56 * resrc.c: Likewise.
57 * strings.c: Likewise.
58 * windres.c: Likewise.
59 * od-macho.c: Ensure #include sysdep.h is first.
60 * od-xcoff.c: Likewise.
61 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
62 remove duplicate headers.
63 * dlltool.c: Likewise and ensure #include sysdep.h is first.
64
65 2012-02-01 Nick Clifton <nickc@redhat.com>
66
67 PR binutils/13493
68 * ar.c (ranlib_main): Process --plugin option.
69 * doc/binutils.texi: Document --plugin support for ranlib.
70
71 2012-02-01 Nick Clifton <nickc@redhat.com>
72
73 PR binutils/13482
74 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
75 verifying the contents of a note.
76
77 2012-01-26 Nick Clifton <nickc@redhat.com>
78
79 PR binutils/13622
80 * readelf.c (process_section_groups): If there are no section
81 headers do not scan for section groups.
82 (process_note_sections): Likewise for note sections.
83
84 2012-01-20 Tristan Gingold <gingold@adacore.com>
85
86 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
87 (options): Add an entry for seg_split_info.
88 (mach_o_help): Document it.
89 (dump_segment_split_info): New function.
90 (dump_load_command): Handle seg_split_info.
91
92 2012-01-19 Tristan Gingold <gingold@adacore.com>
93
94 * dwarf.c (process_extended_line_op): Add a cast to silent a
95 warning.
96
97 2012-01-19 Tristan Gingold <gingold@adacore.com>
98
99 * dwarf.c (process_extended_line_op): Reindent define_file output.
100 Detect define_file opcode length mismatch.
101 (display_debug_lines_decoded): Add an entry in file_table for each
102 define_file opcode.
103 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
104 Display extended opcode for unhandle opcode.
105
106 2012-01-17 Alan Modra <amodra@gmail.com>
107
108 * version.c (print_version): Update copyright message year.
109
110 2012-01-16 Alan Modra <amodra@gmail.com>
111
112 PR binutils/13593
113 * nm.c (OPTION_SIZE_SORT): Define.
114 (long_options): Don't set no_sort, sort_numerically or
115 sort_by_size directly.
116 (main): Instead set the flags here, making them mutually exclusive.
117
118 2012-01-10 Tristan Gingold <gingold@adacore.com>
119
120 * objdump.c (display_object_bfd): Renamed from ...
121 (display_bfd): ... this.
122 (display_any_bfd): New function.
123 (display_file): Split. Handle nested archives.
124
125 2012-01-09 Roland McGrath <mcgrathr@google.com>
126
127 * configure.in: Use AM_ZLIB.
128 * configure: Regenerated.
129
130 2012-01-06 Nick Clifton <nickc@redhat.com>
131
132 * po/ru.po: Updated Russian translation.
133
134 2012-01-04 Tristan Gingold <gingold@adacore.com>
135
136 * od-macho.c (dump_load_command): Handle fvmlib.
137
138 2012-01-04 Tristan Gingold <gingold@adacore.com>
139
140 * od-macho.c: Update copyright year.
141 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
142
143 For older changes see ChangeLog-2011
144 \f
145 Local Variables:
146 mode: change-log
147 left-margin: 8
148 fill-column: 74
149 version-control: never
150 End: