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