* peXXigen.c (pe_print_resource_entries): New function: Displays
[platform/upstream/binutils.git] / binutils / testsuite / ChangeLog
1 2013-12-03  Nick Clifton  <nickc@redhat.com>
2
3         * binutils-all/windres/windres.exp: Run for x86_64-pc-cygwin.
4         Add test of "objump -p" output.
5
6 2013-11-27  Matthew Fortune <matthew.fortune@imgtec.com>
7
8         * binutils-all/objcopy.exp: Consider mips-mti-elf the same as
9         mips-sde-elf
10         * binutils-all/readelf.exp: Likewise
11
12 2013-11-21  Tristan Gingold  <gingold@adacore.com>
13
14         * binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
15
16 2013-11-02  Alan Modra  <amodra@gmail.com>
17
18         * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
19
20         * binutils-all/dw2-1.S: Use .4byte rather than .int.
21         * binutils-all/dw2-2.S: Likewise.
22
23 2013-10-24  Nick Clifton  <nickc@redhat.com>
24
25         * binutils-all/objdump.exp (cps_expected): Add MSP430 to list.
26
27 2013-09-27  H.J. Lu  <hongjiu.lu@intel.com>
28
29         * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
30
31 2013-09-12  Nick Clifton  <nickc@redhat.com>
32
33         * binutils-all/x86-64/compressed-1a.d: Update expected output to
34         allow for 64-bit addresses.
35
36 2013-08-22  Nick Clifton  <nickc@redhat.com>
37
38         * binutils-all/nm.exp: --size-sort test: Add more ELF-like
39         targets.
40         * binutils-all/nm-1.s: Use .byte instead of .long.
41         Provide a terminating symbol.
42
43 2013-08-21  Hans-Peter Nilsson  <hp@bitrange.com>
44
45         * binutils-all/nm.exp: Revert last change.  Instead use nm-elf-1.s
46         for mmix-knuth-mmixware.
47
48 2013-08-20  Hans-Peter Nilsson  <hp@bitrange.com>
49
50         * binutils-all/nm.exp: Xfail test for nm --size-sort for
51         mmix-knuth-mmixware.
52
53 2013-08-19  Tristan Gingold  <gingold@adacore.com>
54
55         * binutils-all/nm.exp: Add a test for nm --size-sort
56         * binutils-all/nm-elf-1.s: New file.
57         * binutils-all/nm-1.s: New file.
58
59 2013-05-31  H.J. Lu  <hongjiu.lu@intel.com>
60
61         * binutils-all/i386/compressed-1b.d: Updated for text/data/bss
62         section alignment change.
63         * binutils-all/i386/compressed-1c.d: Likewise.
64         * binutils-all/x86-64/compressed-1b.d: Likewise.
65         * binutils-all/x86-64/compressed-1c.d: Likewise.
66
67 2013-05-28  Cary Coutant  <ccoutant@google.com>
68
69         * binutils-all/dw2-1.W: Adjust expected output.
70         * binutils-all/objdump.W: Likewise.
71         * binutils-all/i386/compressed-1a.d: Likewise.
72         * binutils-all/x86-64/compressed-1a.d: Likewise.
73
74 2013-05-02  Nick Clifton  <nickc@redhat.com>
75
76         * readelf.exp: Expect -wi test to fail for the MSP430.
77
78 2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
79
80         * lib/binutils-common.exp (is_elf_format): Also exclude
81         *-*-linux*ecoff*.
82
83 2013-02-26  Nick Clifton  <nickc@redhat.com>
84
85         PR binutils/15191
86         * binutils-all/readelf.n: Updare expected output from readelf.
87
88 2013-02-14  Maciej W. Rozycki  <macro@codesourcery.com>
89
90         * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
91         * binutils-all/mips/mixed-mips16.d: Update accordingly.
92
93 2013-02-13  Maciej W. Rozycki  <macro@codesourcery.com>
94
95         * binutils-all/mips/mixed-micromips.d: New test.
96         * binutils-all/mips/mixed-mips16.d: New test.
97         * binutils-all/mips/mixed-micromips.s: New test source.
98         * binutils-all/mips/mixed-mips16.s: New test source.
99         * binutils-all/mips/mips.exp: New file.
100
101 2012-12-17  Nick Clifton  <nickc@redhat.com>
102
103         * binutils-all/windres/README: Add copyright notice.
104
105 2012-11-27  Roland McGrath  <mcgrathr@google.com>
106
107         * lib/binutils-common.exp (is_zlib_supported): New function.
108         * lib/utils-lib.exp (run_dump_test): If as options include
109         --compress-debug-sections and zlib is not available, report
110         the test as unsupported.
111         * binutils-all/compress.exp: Bail out if zlib is not available.
112         * binutils-all/objdump.exp (objdump compressed debug):
113         Mark unsupported if zlib is not available.
114         * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
115
116 2012-11-06  H.J. Lu  <hongjiu.lu@intel.com>
117
118         PR binutils/14567
119         * binutils-all/ar.exp (bfdtest1): Removed.
120         (long_filenames): Take bfdtests.
121         (thin_archive): Likewise.
122         (thin_archive_with_nested): Likewise.
123         (bfdtests): New.
124         Pass $bfdtests to long_filenames, thin_archive and
125         thin_archive_with_nested.
126
127 2012-10-29  Alan Modra  <amodra@gmail.com>
128
129         * binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
130         and rs6000.
131
132 2012-10-24  H.J. Lu  <hongjiu.lu@intel.com>
133
134         * binutils-all/ar.exp (bfdtest1): Remove findfile.
135
136 2012-10-21  H.J. Lu  <hongjiu.lu@intel.com>
137
138         * binutils-all/dw2-1.W: Updated.
139
140 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
141
142         * binutils-all/compress.exp: Add an objdump test.
143         * binutils-all/dw2-1.W: New file.
144
145 2012-08-17  H.J. Lu  <hongjiu.lu@intel.com>
146
147         * binutils-all/ar.exp (long_filenames): Remove extra verbose
148         before binutils_run.
149         (thin_archive): Likewise.
150         (thin_archive_with_nested): Likewise.  Also run bfdtest1 on
151         $archive2.
152
153 2012-08-16  H.J. Lu  <hongjiu.lu@intel.com>
154
155         PR binutils/14481
156         * ar.exp (bfdtest1): New.
157         (long_filenames): Run bfdtest1.
158         (thin_archive): Likewise.
159         (thin_archive_with_nested): Likewise.
160
161 2012-08-13  Ian Bolton  <ian.bolton@arm.com>
162             Laurent Desnogues  <laurent.desnogues@arm.com>
163             Jim MacArthur  <jim.macarthur@arm.com>
164             Marcus Shawcroft  <marcus.shawcroft@arm.com>
165             Nigel Stephens  <nigel.stephens@arm.com>
166             Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
167             Richard Earnshaw  <rearnsha@arm.com>
168             Sofiane Naci  <sofiane.naci@arm.com>
169             Tejas Belagod  <tejas.belagod@arm.com>
170             Yufeng Zhang  <yufeng.zhang@arm.com>
171
172         * objdump.exp: Add AArch64.
173
174 2012-08-02  H.J. Lu  <hongjiu.lu@intel.com>
175
176         PR binutils/14420
177         * binutils-all/i386/compressed-1a.d: Updated.
178         * binutils-all/objdump.W: Likewise.
179         * binutils-all/readelf.wa: Likewise.
180         * binutils-all/x86-64/compressed-1a.d: Likewise.
181
182 2012-07-28  Kai Tietz  <ktietz@redhat.com>
183
184         * binutils-all/windres/version_small.rc: New test.
185         * binutils-all/windres/version_small.rsd: Likewise.
186
187 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
188
189         PR binutils/14319
190         * binutils-all/compress.exp: Test compress empty debug sections.
191
192         * binutils-all/dw2-empty.S: New file.
193
194 2012-06-07  Thomas Schwinge  <thomas@codesourcery.com>
195
196         * binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
197
198 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
199
200         * binutils-all/hppa/objdump.exp: Expect addend as signed.
201
202 2012-05-17  Alan Modra  <amodra@gmail.com>
203
204         * binutils-all/objdump.W: Update.
205         * binutils-all/readelf.wa: Update.
206         * binutils-all/i386/compressed-1a.d: Update.
207         * binutils-all/x86-64/compressed-1a.d: Update.
208
209 2012-05-16  Meador Inge  <meadori@codesourcery.com>
210
211         * binutils-all/arm/objdump.exp:
212         STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
213
214 2012-04-12  H.J. Lu  <hongjiu.lu@intel.com>
215
216         PR binutils/13947
217         * binutils-all/i386/compressed-1b.d: Remove empty REL section.
218         * binutils-all/i386/compressed-1c.d: Likewise.
219
220         * binutils-all/x86-64/compressed-1b.d: Remove empty RELA
221         section.
222         * binutils-all/x86-64/compressed-1c.d: Likewise.
223
224 2012-04-03  Roland McGrath  <mcgrathr@google.com>
225
226         * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
227         be ELF too.
228
229         * binutils-all/elfedit-4.d: Add "#as: --64" option.
230
231         * binutils-all/i386/i386.exp: Accept nacl targets too.
232         * binutils-all/x86-64/x86-64.exp: Likewise.
233
234 2012-03-13  Hans-Peter Nilsson  <hp@axis.com>
235
236         PR binutils/3807
237         * binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
238         mips-targets.
239
240 2012-02-25  Walter Lee  <walt@tilera.com>
241
242         * binutils-all/objdump.exp (cpus_expected): Add tilegx.
243
244 2012-02-14  Alan Modra  <amodra@gmail.com>
245
246         * binutils-all/dlltool.exp: Add setup_xfail.
247
248         * binutils-all/dw2-decodedline.S: Always have whitespace before
249         directives.
250         * binutils-all/version.s: Likewise.
251         * binutils-all/objdump.exp (dw2-decodedline): Don't run for
252         hppa64*-*-hpux*, i370-*-*, i960-*-*.
253
254 2012-02-11  Kai Tietz  <ktietz@redhat.com>
255
256         * binutils-all/version.def: New file.
257         * binutils-all/dlltool.exp: Add version-dll test.
258
259 2012-02-02  Nick Clifton  <nickc@redhat.com>
260
261         * binutils-all/readelf.n: Add #pass to cope with targets that add
262         their own notes.
263
264 2012-02-01  Nick Clifton  <nickc@redhat.com>
265
266         PR binutils/13482
267         * binutils-all/version.s: New test source file.
268         * binutils-all/readelf.n: New file: expected readelf output.
269         * binutils-all/readelf.exp: Add test of .note section contents.
270
271 For older changes see ChangeLog-0411
272 \f
273 Copyright (C) 2012 Free Software Foundation, Inc.
274
275 Copying and distribution of this file, with or without modification,
276 are permitted in any medium without royalty provided the copyright
277 notice and this notice are preserved.
278
279 Local Variables:
280 mode: change-log
281 left-margin: 8
282 fill-column: 74
283 version-control: never
284 End: