ld/testsuite: Disable non-PIC shared library tests on ARM
[deliverable/binutils-gdb.git] / binutils / testsuite / ChangeLog
CommitLineData
9bc24099
NC
12014-06-03 Nick Clifton <nickc@redhat.com>
2
3 * binutils-all/ar.exp: Skip tests involving bfdtest1 and bfdtest2
4 if these executables are not present.
5
a953eec9
NC
62014-04-30 Nick Clifton <nickc@redhat.com>
7
8 * binutils-all/debug_str.s: New test.
9 * binutils-all/debug_str.d: New test control file.
10 * binutils-all/compress.exp: Run debug_str test.
11
73589c9d
CS
122014-04-22 Christian Svensson <blue@cmd.nu>
13
14 * binutils-all/objcopy.exp: Remove openrisc and or32 support. Add
15 support for or1k.
16 * binutils-all/objdump.exp: Likewise.
17 * binutils-all/dw2-decodedline-1.S: Likewise.
18
76dfed02
YZ
192014-03-26 Jiong Wang <jiong.wang@arm.com>
20
21 * binutils-all/aarch64/aarch64.exp: New test driver for AArch64.
22 * binutils-all/aarch64/unallocated-encoding.s: New testcase.
23 * binutils-all/aarch64/unallocated-encoding.d: Ditto.
24
a2a0d056
NC
252014-03-17 Nick Clifton <nickc@redhat.com>
26
27 * binutils-all/readelf.ss: Add skip of MSP430 defined symbols.
28
df3ce959
NC
292014-01-29 Nick Clifton <nickc@redhat.com>
30
31 PR binutils/16318
32 * binutils-all/strip-10.d: Revert previous delta.
33
342df9df
NC
342014-01-28 Nick Clifton <nickc@redhat.com>
35
36 PR binutils/16318
37 * binutils-all/strip-10.d: Allow "System V" in the osabi field.
38
2e9e81a8
NC
392013-12-20 Nick Clifton <nickc@redhat.com>
40
41 PR binutils/16218
42 * binutils-all/dw2-1.W: Update expected objdump output.
43 * binutils-all/i386/compressed-1a.d: Likewise.
44 * binutils-all/objdump.W: Likewise.
45 * binutils-all/x86-64/compressed-1a.d: Likewise.
46
9ef5d938
L
472013-12-19 H.J. Lu <hongjiu.lu@intel.com>
48
49 PR binutils/16317
50 * binutils-all/readelf.s: Updated.
51 * binutils-all/readelf.s-64: Likewise.
52
35c08157
KLC
532013-12-13 Kuan-Lin Chen <kuanlinchentw@gmail.com>
54 Wei-Cheng Wang <cole945@gmail.com>
55
56 * binutils-all/objdump.exp: Add NDS32 cpu.
57 * binutils-all/readelf.r: Skip extra reloc created by NDS32.
58
57b828ef
L
592013-12-12 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR binutils/16318
62 * binutils-all/strip-10.d: Check OS/ABI.
63
594d8fa8
MF
642013-12-07 Mike Frysinger <vapier@gentoo.org>
65
66 * binutils-all/windres/escapex-2.rc: Remove +x file mode.
67 * binutils-all/windres/version_small.rc: Likewise.
68 * binutils-all/windres/version_small.rsd: Likewise.
69
11a6da56
NC
702013-12-03 Nick Clifton <nickc@redhat.com>
71
72 * binutils-all/windres/windres.exp: Run for x86_64-pc-cygwin.
73 Add test of "objump -p" output.
74
d4a43794
RS
752013-11-27 Matthew Fortune <matthew.fortune@imgtec.com>
76
77 * binutils-all/objcopy.exp: Consider mips-mti-elf the same as
78 mips-sde-elf
79 * binutils-all/readelf.exp: Likewise
80
265a5258
TG
812013-11-21 Tristan Gingold <gingold@adacore.com>
82
83 * binutils-all/dlltool.exp: Add dlltool_gas_flag to version.dll test.
84
5b0ad99a
AM
852013-11-02 Alan Modra <amodra@gmail.com>
86
c7c3f80e
AM
87 * binutils-all/x86-64/compressed-1a.d: Allow wide display of addresses.
88
5b0ad99a
AM
89 * binutils-all/dw2-1.S: Use .4byte rather than .int.
90 * binutils-all/dw2-2.S: Likewise.
91
9db0be60
NC
922013-10-24 Nick Clifton <nickc@redhat.com>
93
94 * binutils-all/objdump.exp (cps_expected): Add MSP430 to list.
95
9c41109d
L
962013-09-27 H.J. Lu <hongjiu.lu@intel.com>
97
98 * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
99
bf5117e3
NC
1002013-09-12 Nick Clifton <nickc@redhat.com>
101
102 * binutils-all/x86-64/compressed-1a.d: Update expected output to
103 allow for 64-bit addresses.
104
3ce958b2
NC
1052013-08-22 Nick Clifton <nickc@redhat.com>
106
107 * binutils-all/nm.exp: --size-sort test: Add more ELF-like
108 targets.
109 * binutils-all/nm-1.s: Use .byte instead of .long.
110 Provide a terminating symbol.
111
4d9eb7f4
HPN
1122013-08-21 Hans-Peter Nilsson <hp@bitrange.com>
113
114 * binutils-all/nm.exp: Revert last change. Instead use nm-elf-1.s
115 for mmix-knuth-mmixware.
116
e8160f70
HPN
1172013-08-20 Hans-Peter Nilsson <hp@bitrange.com>
118
119 * binutils-all/nm.exp: Xfail test for nm --size-sort for
120 mmix-knuth-mmixware.
121
8b64b65e
TG
1222013-08-19 Tristan Gingold <gingold@adacore.com>
123
124 * binutils-all/nm.exp: Add a test for nm --size-sort
125 * binutils-all/nm-elf-1.s: New file.
126 * binutils-all/nm-1.s: New file.
127
f60cf82f
L
1282013-05-31 H.J. Lu <hongjiu.lu@intel.com>
129
130 * binutils-all/i386/compressed-1b.d: Updated for text/data/bss
131 section alignment change.
132 * binutils-all/i386/compressed-1c.d: Likewise.
133 * binutils-all/x86-64/compressed-1b.d: Likewise.
134 * binutils-all/x86-64/compressed-1c.d: Likewise.
135
fe59e83d
CC
1362013-05-28 Cary Coutant <ccoutant@google.com>
137
138 * binutils-all/dw2-1.W: Adjust expected output.
139 * binutils-all/objdump.W: Likewise.
140 * binutils-all/i386/compressed-1a.d: Likewise.
141 * binutils-all/x86-64/compressed-1a.d: Likewise.
142
13761a11
NC
1432013-05-02 Nick Clifton <nickc@redhat.com>
144
145 * readelf.exp: Expect -wi test to fail for the MSP430.
146
df26367c
MR
1472013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
148
149 * lib/binutils-common.exp (is_elf_format): Also exclude
150 *-*-linux*ecoff*.
151
9dd3a467
NC
1522013-02-26 Nick Clifton <nickc@redhat.com>
153
154 PR binutils/15191
155 * binutils-all/readelf.n: Updare expected output from readelf.
156
ed187aa4
MR
1572013-02-14 Maciej W. Rozycki <macro@codesourcery.com>
158
159 * binutils-all/mips/mixed-mips16.s: Add missing stack adjustment.
160 * binutils-all/mips/mixed-mips16.d: Update accordingly.
161
ef068ef4 1622013-02-13 Maciej W. Rozycki <macro@codesourcery.com>
5417f71e
MR
163
164 * binutils-all/mips/mixed-micromips.d: New test.
165 * binutils-all/mips/mixed-mips16.d: New test.
166 * binutils-all/mips/mixed-micromips.s: New test source.
167 * binutils-all/mips/mixed-mips16.s: New test source.
168 * binutils-all/mips/mips.exp: New file.
169
5bf135a7
NC
1702012-12-17 Nick Clifton <nickc@redhat.com>
171
172 * binutils-all/windres/README: Add copyright notice.
173
65951855
RM
1742012-11-27 Roland McGrath <mcgrathr@google.com>
175
176 * lib/binutils-common.exp (is_zlib_supported): New function.
177 * lib/utils-lib.exp (run_dump_test): If as options include
178 --compress-debug-sections and zlib is not available, report
179 the test as unsupported.
180 * binutils-all/compress.exp: Bail out if zlib is not available.
181 * binutils-all/objdump.exp (objdump compressed debug):
182 Mark unsupported if zlib is not available.
183 * binutils-all/readelf.exp (readelf_compressed_wa_test): Likewise.
184
f7da43f3
L
1852012-11-06 H.J. Lu <hongjiu.lu@intel.com>
186
187 PR binutils/14567
188 * binutils-all/ar.exp (bfdtest1): Removed.
189 (long_filenames): Take bfdtests.
190 (thin_archive): Likewise.
191 (thin_archive_with_nested): Likewise.
192 (bfdtests): New.
193 Pass $bfdtests to long_filenames, thin_archive and
194 thin_archive_with_nested.
195
ce23608f
AM
1962012-10-29 Alan Modra <amodra@gmail.com>
197
198 * binutils-all/copy-3.d: Exclude all cygwin and mingw targets,
199 and rs6000.
200
96a62921
L
2012012-10-24 H.J. Lu <hongjiu.lu@intel.com>
202
203 * binutils-all/ar.exp (bfdtest1): Remove findfile.
204
25401d76
L
2052012-10-21 H.J. Lu <hongjiu.lu@intel.com>
206
207 * binutils-all/dw2-1.W: Updated.
208
a9481b58
L
2092012-10-20 H.J. Lu <hongjiu.lu@intel.com>
210
211 * binutils-all/compress.exp: Add an objdump test.
212 * binutils-all/dw2-1.W: New file.
213
eb4dc530
L
2142012-08-17 H.J. Lu <hongjiu.lu@intel.com>
215
216 * binutils-all/ar.exp (long_filenames): Remove extra verbose
217 before binutils_run.
218 (thin_archive): Likewise.
219 (thin_archive_with_nested): Likewise. Also run bfdtest1 on
220 $archive2.
221
58f594cd
L
2222012-08-16 H.J. Lu <hongjiu.lu@intel.com>
223
224 PR binutils/14481
225 * ar.exp (bfdtest1): New.
226 (long_filenames): Run bfdtest1.
227 (thin_archive): Likewise.
228 (thin_archive_with_nested): Likewise.
229
a06ea964 2302012-08-13 Ian Bolton <ian.bolton@arm.com>
a9481b58
L
231 Laurent Desnogues <laurent.desnogues@arm.com>
232 Jim MacArthur <jim.macarthur@arm.com>
233 Marcus Shawcroft <marcus.shawcroft@arm.com>
234 Nigel Stephens <nigel.stephens@arm.com>
235 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
236 Richard Earnshaw <rearnsha@arm.com>
237 Sofiane Naci <sofiane.naci@arm.com>
238 Tejas Belagod <tejas.belagod@arm.com>
239 Yufeng Zhang <yufeng.zhang@arm.com>
a06ea964
NC
240
241 * objdump.exp: Add AArch64.
242
399c99f7
L
2432012-08-02 H.J. Lu <hongjiu.lu@intel.com>
244
245 PR binutils/14420
246 * binutils-all/i386/compressed-1a.d: Updated.
247 * binutils-all/objdump.W: Likewise.
248 * binutils-all/readelf.wa: Likewise.
249 * binutils-all/x86-64/compressed-1a.d: Likewise.
250
ee6f7708
KT
2512012-07-28 Kai Tietz <ktietz@redhat.com>
252
253 * binutils-all/windres/version_small.rc: New test.
254 * binutils-all/windres/version_small.rsd: Likewise.
255
5a5ed5b0
L
2562012-07-03 H.J. Lu <hongjiu.lu@intel.com>
257
258 PR binutils/14319
259 * binutils-all/compress.exp: Test compress empty debug sections.
260
261 * binutils-all/dw2-empty.S: New file.
262
fbb3cb69
TS
2632012-06-07 Thomas Schwinge <thomas@codesourcery.com>
264
265 * binutils-all/i386/i386.exp: Don't skip for x86_64-*-linux*.
266
046e56f7
L
2672012-05-17 H.J. Lu <hongjiu.lu@intel.com>
268
269 * binutils-all/hppa/objdump.exp: Expect addend as signed.
270
7282333f
AM
2712012-05-17 Alan Modra <amodra@gmail.com>
272
273 * binutils-all/objdump.W: Update.
274 * binutils-all/readelf.wa: Update.
275 * binutils-all/i386/compressed-1a.d: Update.
276 * binutils-all/x86-64/compressed-1a.d: Update.
277
101af531
NC
2782012-05-16 Meador Inge <meadori@codesourcery.com>
279
280 * binutils-all/arm/objdump.exp:
281 STMFD/LDMIA sp!, {reg} don't disassemble to PUSH/POP {reg} any longer.
282
c3989150
L
2832012-04-12 H.J. Lu <hongjiu.lu@intel.com>
284
285 PR binutils/13947
286 * binutils-all/i386/compressed-1b.d: Remove empty REL section.
287 * binutils-all/i386/compressed-1c.d: Likewise.
288
289 * binutils-all/x86-64/compressed-1b.d: Remove empty RELA
290 section.
291 * binutils-all/x86-64/compressed-1c.d: Likewise.
292
5a68afcf
RM
2932012-04-03 Roland McGrath <mcgrathr@google.com>
294
295 * lib/binutils-common.exp (is_elf_format): Consider *-*-nacl* to
296 be ELF too.
297
298 * binutils-all/elfedit-4.d: Add "#as: --64" option.
299
300 * binutils-all/i386/i386.exp: Accept nacl targets too.
301 * binutils-all/x86-64/x86-64.exp: Likewise.
302
8560e02a
HPN
3032012-03-13 Hans-Peter Nilsson <hp@axis.com>
304
305 PR binutils/3807
306 * binutils-all/objcopy.exp (localize-hidden-1): Correct xfailed
307 mips-targets.
308
fb6cedde
WL
3092012-02-25 Walter Lee <walt@tilera.com>
310
311 * binutils-all/objdump.exp (cpus_expected): Add tilegx.
312
71ac97b2
AM
3132012-02-14 Alan Modra <amodra@gmail.com>
314
3140414b
AM
315 * binutils-all/dlltool.exp: Add setup_xfail.
316
71ac97b2
AM
317 * binutils-all/dw2-decodedline.S: Always have whitespace before
318 directives.
319 * binutils-all/version.s: Likewise.
320 * binutils-all/objdump.exp (dw2-decodedline): Don't run for
321 hppa64*-*-hpux*, i370-*-*, i960-*-*.
322
aa83d1ec
KT
3232012-02-11 Kai Tietz <ktietz@redhat.com>
324
325 * binutils-all/version.def: New file.
326 * binutils-all/dlltool.exp: Add version-dll test.
327
1c9e87ee
NC
3282012-02-02 Nick Clifton <nickc@redhat.com>
329
330 * binutils-all/readelf.n: Add #pass to cope with targets that add
331 their own notes.
332
8b971f9f
NC
3332012-02-01 Nick Clifton <nickc@redhat.com>
334
335 PR binutils/13482
336 * binutils-all/version.s: New test source file.
337 * binutils-all/readelf.n: New file: expected readelf output.
338 * binutils-all/readelf.exp: Add test of .note section contents.
e3cb57c3 339
23e1d329 340For older changes see ChangeLog-0411
c9e214e5 341\f
4b95cf5c 342Copyright (C) 2012-2014 Free Software Foundation, Inc.
752937aa
NC
343
344Copying and distribution of this file, with or without modification,
345are permitted in any medium without royalty provided the copyright
346notice and this notice are preserved.
347
c9e214e5
AM
348Local Variables:
349mode: change-log
350left-margin: 8
351fill-column: 74
352version-control: never
353End:
This page took 0.412173 seconds and 4 git commands to generate.