]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
* dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1233b4a7
NC
12012-04-11 Ryan Mansfield <rmansfield@qnx.com>
2
3 * objdump.c (dump_bfd): If defaulting to dwarf call
4 dwarf_select_sections_all to enable displays.
5
58797674
RM
62012-04-06 Roland McGrath <mcgrathr@google.com>
7
8 * configure.in (AC_CHECK_HEADERS): Add locale.h.
9 * config.in: Regenerate.
10 * configure: Regenerate.
11
44350750
NC
122012-04-05 Nick Clifton <nickc@redhat.com>
13
14 * configure.in (AC_CHECK_FUNCS): Add setlocale.
15 (AM_LC_MESSAGES): Add.
16 * aclocal.m4: Regenerate.
17 * config.in: Regenerate.
18 * configure: Regenerate.
19
b149968f
NC
202012-03-30 Nick Clifton <nickc@redhat.com>
21
22 PR binutils/13925
23 * stabs.c (stab_demangle_v3_arglist): Cope with the demangler
24 returning an empty context for a function with no arguments.
25
658c7344
TT
262012-03-28 Tom Tromey <tromey@redhat.com>
27
28 * dwarf.c (display_gdb_index): Handle index version 6.
29
0a22ae8e
NC
302012-03-07 Nick Clifton <nickc@redhat.com>
31
32 * readelf.c (is_16bit_abs_reloc): Add detection of R_MN10300_16.
33
ae9ab7c0
NC
342012-02-29 Jeff Law <law@redhat.com>
35
36 * doc/binutils.texi (c++filt): Fix typos.
37
5b3d386e
KT
382012-02-24 Kai Tietz <ktietz@redhat.com>
39
40 PR binutils/13710
41 * defparse.y (keyword_as_name): Disable LIBRARY
42 keyword.
43 * doc/binutils.texi: Document LIBRARY exception.
44
9a30f236
KT
452012-02-21 Kai Tietz<ktietz@redhat.com>
46
47 PR binutils/13682
48 * NEWS: Mention new feature.
49 * dlltool.c (i386_x64_dljtab): New stub-code for x64
50 delayed-load feature.
51 (i386_x64_trampoline): New trampoline-code for x64
52 delayed-load feature.
53 (make_one_lib_file): Add support for x64 delayed-load
54 feature.
55 (make_delay_head): Likewis
56
6c713012
AM
572012-02-20 Namhyung Kim <namhyung.kim@lge.com>
58
59 * objdump.c (slurp_file): Close file if fstat fails.
60
74bc6052
CC
612012-02-14 Cary Coutant <ccoutant@google.com>
62
63 * dwarf.c (dwarf_vmatoa64): New function.
64 (read_and_display_attr_value): Print 8-byte forms as single hex
65 numbers.
66 (process_debug_info): Print type signatures as single hex numbers.
67 * elfcomm.c (byte_get_64): New function.
68 * elfcomm.h (byte_get_64): New function.
69
aa83d1ec
KT
702012-02-11 Kai Tietz <ktietz@redhat.com>
71
72 PR binutils/13657
73 * defparse.y (%union): New type id_const.
74 (opt_name2): New rule.
75 (keyword_as_name): New rule.
76 (opt_name): Adjust rule.
77 (opt_import_name): Likewise.
78 (opt_equal_name): Likewise.
79
7afcdbb2
KT
802012-02-11 Kai Tietz <ktietz@redhat.com>
81
82 PR binutils/13297
83 * resrc.c (write_rc_dialog_control): Omit text dump for
84 EDITTEXT, COMBOBOX, LISTBOX, and SCROLLBAR.
85
dbb7c441
AM
862012-02-09 Alan Modra <amodra@gmail.com>
87
88 * sysdep.h: Include sys/stat.h here.
89 * ar.c: Don't include headers already included by sysdep.h.
90 * bucomm.c: Likewise.
91 * budbg.h: Likewise.
92 * dlltool.h: Likewise.
93 * elfedit.c: Likewise.
94 * nlmconv.c: Likewise.
95 * objcopy.c: Likewise.
96 * objdump.c: Likewise.
97 * objdump.h: Likewise.
98 * readelf.c: Likewise.
99 * rename.c: Likewise.
100 * resrc.c: Likewise.
101 * strings.c: Likewise.
102 * windres.c: Likewise.
103 * od-macho.c: Ensure #include sysdep.h is first.
104 * od-xcoff.c: Likewise.
105 * dllwrap.c: Remove alloca pragma handled by sysdep.h, and
106 remove duplicate headers.
107 * dlltool.c: Likewise and ensure #include sysdep.h is first.
108
36e32b27
NC
1092012-02-01 Nick Clifton <nickc@redhat.com>
110
111 PR binutils/13493
112 * ar.c (ranlib_main): Process --plugin option.
113 * doc/binutils.texi: Document --plugin support for ranlib.
114
8b971f9f
NC
1152012-02-01 Nick Clifton <nickc@redhat.com>
116
117 PR binutils/13482
118 * readelf.c (process_corefile_note_segment): Fix off-by-one errors
119 verifying the contents of a note.
120
fa1908fd
NC
1212012-01-26 Nick Clifton <nickc@redhat.com>
122
123 PR binutils/13622
124 * readelf.c (process_section_groups): If there are no section
125 headers do not scan for section groups.
126 (process_note_sections): Likewise for note sections.
127
2128eb39
TG
1282012-01-20 Tristan Gingold <gingold@adacore.com>
129
130 * od-macho.c (OPT_SEG_SPLIT_INFO): New macro.
131 (options): Add an entry for seg_split_info.
132 (mach_o_help): Document it.
133 (dump_segment_split_info): New function.
134 (dump_load_command): Handle seg_split_info.
135
2fc0fe4f
TG
1362012-01-19 Tristan Gingold <gingold@adacore.com>
137
138 * dwarf.c (process_extended_line_op): Add a cast to silent a
139 warning.
140
143a3db0
TG
1412012-01-19 Tristan Gingold <gingold@adacore.com>
142
143 * dwarf.c (process_extended_line_op): Reindent define_file output.
144 Detect define_file opcode length mismatch.
145 (display_debug_lines_decoded): Add an entry in file_table for each
146 define_file opcode.
147 Ignore DW_LNE_set_discriminator and DW_LNE_HP_set_sequence.
148 Display extended opcode for unhandle opcode.
149
576477a6
AM
1502012-01-17 Alan Modra <amodra@gmail.com>
151
152 * version.c (print_version): Update copyright message year.
153
ddb1377c
AM
1542012-01-16 Alan Modra <amodra@gmail.com>
155
156 PR binutils/13593
157 * nm.c (OPTION_SIZE_SORT): Define.
158 (long_options): Don't set no_sort, sort_numerically or
159 sort_by_size directly.
160 (main): Instead set the flags here, making them mutually exclusive.
161
1598539f
TG
1622012-01-10 Tristan Gingold <gingold@adacore.com>
163
164 * objdump.c (display_object_bfd): Renamed from ...
165 (display_bfd): ... this.
166 (display_any_bfd): New function.
167 (display_file): Split. Handle nested archives.
168
52546677
RM
1692012-01-09 Roland McGrath <mcgrathr@google.com>
170
171 * configure.in: Use AM_ZLIB.
172 * configure: Regenerated.
173
99eac5be
NC
1742012-01-06 Nick Clifton <nickc@redhat.com>
175
176 * po/ru.po: Updated Russian translation.
177
9f4a5bd1
TG
1782012-01-04 Tristan Gingold <gingold@adacore.com>
179
180 * od-macho.c (dump_load_command): Handle fvmlib.
181
fc55a902
TG
1822012-01-04 Tristan Gingold <gingold@adacore.com>
183
184 * od-macho.c: Update copyright year.
185 (dump_load_command): Handle BFD_MACH_O_LC_ENCRYPTION_INFO.
186
23e1d329 187For older changes see ChangeLog-2011
252b5132
RH
188\f
189Local Variables:
190mode: change-log
191left-margin: 8
192fill-column: 74
193version-control: never
194End: