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