* macro.c (get_any_string): Correct logic for not going beyond end
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
CommitLineData
646a0a40
HPN
12002-11-10 Hans-Peter Nilsson <hp@bitrange.com>
2
3 * ld-mmix/local1.d, ld-mmix/local3.d, ld-mmix/local5.d,
4 ld-mmix/local7.d: Tweak for change in readelf output.
5
f72dfb13
AM
62002-11-09 Alan Modra <amodra@bigpond.net.au>
7
8 * ld-elfvsb/define.s: Avoid use of @ in .type directive.
9
415fe8c6 102002-11-07 Hans-Peter Nilsson <hp@axis.com>
1790e8ab
HPN
11
12 * ld-cris/expdyn6.d, ld-cris/weakref2.d, ld-cris/expdyn7.d,
13 ld-cris/nodyn5.d, ld-cris/expdyn5.d: New tests.
14
3d198be3
NC
152002-11-07 Nick Clifton <nickc@redhat.com>
16
17 * ld-fastcall/fastcall.exp: Only run tests for PE type x86
18 targets.
19
5e622545
KK
202002-11-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21
22 * ld-sh/rd-sh.exp: Set asflags_save always.
23
c9e38879
NC
242002-11-07 Casper S. Hornstrup <chorns@users.sourceforge.net>
25
26 * ld-fastcall: New directory for testing fastcall support.
27 * ld-fastcall/export.s: New file for testing fastcall symbol
28 handling.
29 * ld-fastcall/import.s: Likewise.
30 * ld-fastcall/fastcall.exp: Likewise.
31
935cac6e
KK
322002-11-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
33
34 * ld-sh/rd-sh.exp: Add -isa=SHcompact to ASFLAGS for SH-5.
35 * ld-sh/tlsbin-1.d: Handle GOT_BIAS appropriately for SH-5.
36 * ld-sh/tlspic-1.d: Likewise.
37 * ld-sh/tlspic-2.d: Likewise.
38 * ld-sh/tlsbin-2.d: Likewise. Make it robust for the symbols
39 defined by the linker scripts.
40
19dd1b48
SC
412002-10-14 Stephane Carrez <stcarrez@nerim.fr>
42
43 * ld-m68hc11/m68hc11.exp: Specific tests for 68HC11/68HC12.
44 * ld-m68hc11/adj-jump.d: New test for linker relaxation.
45 * ld-m68hc11/adj-jump.s: Likewise.
46 * ld-m68hc11/adj-brset.s: Likewise.
47 * ld-m68hc11/adj-brset.d: Likewise.
48 * ld-m68hc11/relax-direct.s: Likewise.
49 * ld-m68hc11/relax-direct.d: Likewise.
50 * ld-m68hc11/relax-group.s: Likewise.
51 * ld-m68hc11/relax-group.d: Likewise.
52 * ld-m68hc11/bug-1403.d: Likewise.
53 * ld-m68hc11/bug-1403.s: Likewise.
54
24d1feef
SC
552002-10-14 Stephen Clarke <stephen.clarke@superh.com>
56 * ld-sh/ld-r-1.d: Disable for sh64*-*-linux*.
57 * ld-sh/sh64/sh64.exp: Likewise.
58 * ld-sh/sh.exp: Disable relaxing tests for sh64*-*-linux*.
59 * ld-sh/sh64/abi32.sd: Adjust expected output to include
60 sh64*-*-linux* formats too.
61 * ld-sh/sh64/relax.exp: Add emul32 variable to hold target
62 emulation, and set it appropriately for sh*-*-linux*.
63 * ld-sh/sh64/relfail.exp: Add variables to hold target
64 emulation, output format, start symbol, and whether target
65 supports 64-bit ABI. Set appropriately for sh*-*-linux*.
66
f9a3a01a
L
672002-10-12 H.J. Lu (hjl@gnu.org)
68
69 * ld-discard/extern.d: Remove $srcdir/$subdir/.
70 * ld-discard/start.d: Likewise.
71 * ld-discard/static.d: Likewise.
72 * ld-linkonce/zeroehl32.d: Likewise.
73 * ld-selective/keepdot.d: Likewise.
74 * ld-selective/keepdot0.d: Likewise.
75
6c381eeb
KK
762002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
77
78 * ld-sh/rd-sh.exp: If the test matches *-dso.d, copy the output
79 of linker to the file tmpdir/*-dso.so.
80 * ld-sh/tlsbin.s, ld-sh/tlsbinpic.s, ld-sh/tlslib.s: New.
81 * ld-sh/tlsbin-0-dso.d: New.
82 * ld-sh/tlsbin-1.d: New.
83 * ld-sh/tlsbin-2.d: New.
84 * ld-sh/tlsbin-3.d: New.
85 * ld-sh/tlsbin-4.d: New.
86 * ld-sh/tlspic1.s, ld-sh/tlspic2.s: New.
87 * ld-sh/tlspic-1.d: New.
88 * ld-sh/tlspic-2.d: New.
89 * ld-sh/tlspic-3.d: New.
90 * ld-sh/tlspic-4.d: New.
91
2030e6d7
JJ
922002-10-10 Jakub Jelinek <jakub@redhat.com>
93
94 * ld-i386/combreloc.s: New test.
95 * ld-i386/combreloc.d: New test.
96 * ld-i386/i386.exp (i386tests): Add it.
97
4565652e
AM
982002-10-10 Alan Modra <amodra@bigpond.net.au>
99
100 * ld-i386/i386.exp (reloc): Turn off combreloc.
101 * ld-i386/reloc.d: Likewise.
102 * ld-powerpc/powerpc.exp: Likewise.
103 * ld-powerpc/reloc.d: Likewise.
104
8b0eebb0
L
1052002-10-03 H.J. Lu <hjl@gnu.org>
106
107 * ld-elfvers/vers21.c (_old_foobar): Initialized to -1 for gcc
108 3.x.
109
30a2f863
CD
1102002-10-03 Chris Demetriou <cgd@broadcom.com>
111
112 * ld-mips-elf/branch-misc-1.d: Link at 0x500000 and use -N, to be
113 more compatible with non-embedded targets.
114 * ld-mips-elf/branch-misc-2.d: Likewise.
115
116 * ld-mips-elf/mips-elf.exp: Clean up some comments about embedded
117 PIC tests.
118 (elf): New variable, to control whether generic ELF tests are run.
119 (embedded_elf): New variable, to control whether ELF tests
120 requiring embedded PIC or embedded relocs are run.
121
ad050da3
SC
1222002-10-02 Stephen Clarke <stephen.clarke@superh.com>
123
124 * ld-sh/sh64/gotplt.d, ld-sh/sh64/gotplt.map,
125 ld-sh/sh64/gotplt.s: New test.
126
8033ae3b
SC
1272002-10-02 Stephen Clarke <stephen.clarke@superh.com>
128 * ld-sh/sh64/cmpct1.sd : Fix linked file name.
129 * ld-sh/sh64/crange3.dd: Likewise.
130
7c445aa3
JJ
1312002-10-01 Jakub Jelinek <jakub@redhat.com>
132
133 * ld-i386/i386.exp: Add tlsindntpoff test.
134 * ld-i386/tlsindntpoff.s: New test.
135 * ld-i386/tlsindntpoff.dd: New test.
136
abcf1d52
JJ
1372002-10-01 Jakub Jelinek <jakub@redhat.com>
138
139 * ld-x86-64/tlspic1.s: Change TLSGD sequences.
140 * ld-x86-64/tlsbinpic.s: Likewise.
141 * ld-x86-64/tlspic.dd: Adjust.
142
a45bb67d
JJ
1432002-10-01 Jakub Jelinek <jakub@redhat.com>
144
145 * ld-i386/i386.exp: Add tlsg test.
146 * ld-i386/tlsg.s: New test.
147 * ld-i386/tlsg.sd: New test.
148 * ld-i386/tlsbin.dd: Change LD into LD -> LE in comments.
149 * ld-i386/tlsbinpic.s: Likewise.
150 * ld-x86-64/x86-64.exp: Add tlsg test.
151 * ld-x86-64/tlsg.s: New test.
152 * ld-x86-64/tlsg.sd: New test.
153 * ld-x86-64/tlsbin.dd: Change LD into LD -> LE in comments.
154 * ld-x86-64/tlsbinpic.s: Likewise.
155
b1e61c4b
AM
1562002-09-30 Alan Modra <amodra@bigpond.net.au>
157
158 * ld-powerpc/powerpc.exp: Restrict to 32 bit ELF.
159
302cbfc2
AM
1602002-09-30 Alan Modra <amodra@bigpond.net.au>
161
17c2bdee
AM
162 * ld-powerpc/reloc.s, ld-powerpc/reloc.d: New.
163 * ld-powerpc/powerpc.exp: New.
164
302cbfc2
AM
165 * ld-i386/reloc.s, ld-i386/reloc.d: New.
166 * ld-i386/i386.exp: Run new test.
167
bffbf940
JJ
1682002-09-27 Jakub Jelinek <jakub@redhat.com>
169
170 * lib/ld-lib.exp (run_ld_link_tests): Add.
171 * ld-sh/sh64/sh64.exp (run_ld_link_tests, regexp_diff,
172 file_contents): Remove.
173 (sh64tests): Add 6th field to the tests array.
174 * ld-i386/i386.exp (run_ld_link_tests): Remove.
175 * ld-x86-64/x86-64.exp: New.
176 * ld-x86-64/tlsbin.dd: New test.
177 * ld-x86-64/tlsbinpic.s: New test.
178 * ld-x86-64/tlsbin.rd: New test.
179 * ld-x86-64/tlsbin.s: New test.
180 * ld-x86-64/tlsbin.sd: New test.
181 * ld-x86-64/tlsbin.td: New test.
182 * ld-x86-64/tlslib.s: New test.
183 * ld-x86-64/tlspic1.s: New test.
184 * ld-x86-64/tlspic2.s: New test.
185 * ld-x86-64/tlspic.dd: New test.
186 * ld-x86-64/tlspic.rd: New test.
187 * ld-x86-64/tlspic.sd: New test.
188 * ld-x86-64/tlspic.td: New test.
189
344897cc
AM
1902002-09-21 Alan Modra <amodra@bigpond.net.au>
191
192 * ld-undefined/undefined.exp: Adjust function test.
193
c7749bd6
AM
1942002-09-20 Alan Modra <amodra@bigpond.net.au>
195
196 * ld-i386/i386.exp: Only run tests on ELF targets.
197
37e55690
JJ
1982002-09-19 Jakub Jelinek <jakub@redhat.com>
199
200 * ld-i386/i386.exp: New.
201 * ld-i386/tlsbin.dd: New test.
202 * ld-i386/tlsbinpic.s: New test.
203 * ld-i386/tlsbin.rd: New test.
204 * ld-i386/tlsbin.s: New test.
205 * ld-i386/tlsbin.sd: New test.
206 * ld-i386/tlsbin.td: New test.
207 * ld-i386/tlslib.s: New test.
208 * ld-i386/tlsnopic1.s: New test.
209 * ld-i386/tlsnopic2.s: New test.
210 * ld-i386/tlsnopic.dd: New test.
211 * ld-i386/tlsnopic.rd: New test.
212 * ld-i386/tlsnopic.sd: New test.
213 * ld-i386/tlspic1.s: New test.
214 * ld-i386/tlspic2.s: New test.
215 * ld-i386/tlspic.dd: New test.
216 * ld-i386/tlspic.rd: New test.
217 * ld-i386/tlspic.sd: New test.
218 * ld-i386/tlspic.td: New test.
219
2dc83527
CD
2202002-09-18 Chris Demetriou <cgd@broadcom.com>
221
222 * ld-mips-elf/branch-misc-1.d: New file.
223 * ld-mips-elf/branch-misc-2.d: New file.
224 * ld-mips-elf/mips-elf.exp: Run new tests.
225
c23487d4
AM
2262002-09-05 Alan Modra <amodra@bigpond.net.au>
227
228 * ld-sh/sh64/cmpct1.xd: Adjust for lack of abs section sym.
229 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
230 * ld-sh/sh64/crange3-media.rd: Likewise.
231 * ld-sh/sh64/crange3.rd: Likewise.
232
156436a5
HPN
2332002-08-31 Hans-Peter Nilsson <hp@bitrange.com>
234
235 * ld-mmix/bpo-10.d: Tweak for change in symbols handling.
236 * ld-mmix/bpo-11.d: Ditto.
237
238 * ld-mmix/b-nosym.d: Adjust for changed output for absence of
239 symbols.
240
241 * ld-mmix/sec-7m.d: Rename tested section from .debug_info to
242 .di.
243 * ld-mmix/sec-7a.s, ld-mmix/sec-7b.s, ld-mmix/sec-7c.s,
244 ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: Ditto.
245
6d110b65
AM
2462002-08-28 Alan Modra <amodra@bigpond.net.au>
247
248 * ld-discard/discard.exp: xfail m6812.
249 * ld-scripts/map-address.d: Adjust for extras emitted by pe targets.
250
68a4c073
AM
2512002-08-27 Alan Modra <amodra@bigpond.net.au>
252
253 * ld-mmix/b-nosym.d: Revert last change.
254
99e49e4e
AM
2552002-08-26 Alan Modra <amodra@bigpond.net.au>
256
257 * ld-mmix/b-nosym.d: Adjust for "no symbols" on stdout.
258
30c8cc68
AM
2592002-08-23 Stephen Clarke <stephen.clarke@superh.com>
260
261 * ld-sh/sh64/rd-sh64.exp: New framework file.
262 * ld-sh/sh64/init-cmpct.d, ld-sh/sh64/init-media.d,
263 ld-sh/sh64/init64.d, ld-sh/sh64/init.s: New tests for
264 correct setting of ISA bit for init and fini entry-points.
265
0b65791f
SC
2662002-08-16 Stephen Clarke <stephen.clarke@superh.com>
267
268 * ld-sh/sh64/sh64.exp: Add dlsection.
269 * ld-sh/sh64/dlsection-1.s, ld-sh/sh64/dlsection.sd: New.
270
b3de5b86
AM
2712002-08-16 Alan Modra <amodra@bigpond.net.au>
272
273 * ld-discard/discard.exp: xfail targets using generic linker.
274 * ld-discard/extern.d: Allow "data" to be reduced to a section sym.
275
43b10118
HPN
2762002-08-15 Hans-Peter Nilsson <hp@axis.com>
277
278 * ld-cris/libdso-4.d, ld-cris/undef1.d: New test.
279
80425074
L
2802002-08-13 H.J. Lu <hjl@gnu.org>
281
282 * ld-elfvers/vers.exp: Add vers23c and vers23d.
283
284 * ld-elfvers/vers23c.ver: New.
285 * ld-elfvers/vers23d.dsym: New.
286
9c092167
L
2872002-08-12 H.J. Lu <hjl@gnu.org>
288
289 * ld-elfvers/vers.exp: Add vers23.
290
291 * ld-elfvers/vers23.c: New.
292 * ld-elfvers/vers23.dsym: New.
293 * ld-elfvers/vers23.ver: New.
294 * ld-elfvers/vers23a.c: New.
295 * ld-elfvers/vers23a.dsym: New.
296 * ld-elfvers/vers23a.map: New.
297 * ld-elfvers/vers23a.sym: New.
298 * ld-elfvers/vers23a.ver: New.
299 * ld-elfvers/vers23b.c: New.
300 * ld-elfvers/vers23b.dsym: New.
301 * ld-elfvers/vers23b.map: New.
302 * ld-elfvers/vers23b.ver: New.
303
598b6dde
HPN
3042002-08-12 Stephen Clarke <stephen.clarke@superh.com>
305
d1764264
HPN
306 * ld-sh/sh64/abi32.xd: Adjust whitespace in elf32 section
307 listing.
308 * ld-sh/sh64/cmpct1.xd, ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.xd,
309 ld-sh/sh64/rel32.xd, ld-sh/sh64/shdl32.xd: Likewise.
598b6dde
HPN
310 * ld-sh/sh64/abi32.xd: Adjust as type of linker-script-symbols
311 is no longer set to object.
312 * ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd, ld-sh/sh64/crange1.rd,
313 ld-sh/sh64/crange2.rd, ld-sh/sh64/crange3-cmpct.rd,
314 ld-sh/sh64/crange3-media.rd, ld-sh/sh64/crange3.rd,
315 ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.xd, ld-sh/sh64/shdl32.xd,
316 ld-sh/sh64/shdl64.xd: Likewise.
317
2548cbcc
AM
3182002-08-10 Alan Modra <amodra@bigpond.net.au>
319
320 * ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
321 * ld-linkonce/linkonce.exp: Likewise.
322 * ld-selective/sel-dump.exp: Likewise.
323 * ld-selective/selective.exp: Don't run on aout or bout.
324
b16100ad
L
3252002-08-08 H.J. Lu <hjl@gnu.org>
326
327 * ld-elfvers/vers.exp: Add vers22.
328
329 * ld-elfvers/vers22.c: New.
330 * ld-elfvers/vers22.dsym: New.
331 * ld-elfvers/vers22.map: New.
332 * ld-elfvers/vers22.ver: New.
333 * ld-elfvers/vers22a.c: New.
334 * ld-elfvers/vers22a.dsym: New.
335 * ld-elfvers/vers22a.sym: New.
336 * ld-elfvers/vers22a.ver: New.
337 * ld-elfvers/vers22b.c: New.
338 * ld-elfvers/vers22b.dsym: New.
339 * ld-elfvers/vers22b.ver: New.
340
31941635
L
3412002-08-07 H.J. Lu <hjl@gnu.org>
342
343 * ld-elfvers/vers.exp: Add --no-undefined-version.
344
345 * ld-elfvers/vers1.map: Remove the unused foo1 and foo2.
346 * ld-elfvers/vers8.map: Likewise.
347 * ld-elfvers/vers18.map: Likewise.
348
19c7c582
AM
3492002-07-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
350
351 * ld-discard/discard.exp, ld-scripts/phdrs.exp, ld-scripts/phdrs2.exp,
352 ld-selective/sel-dump.exp: Test hppa*64*-*-hpux* target.
353 * ld-elfvers/vers.exp, ld-elfvsb/elfvsb.exp, ld-elfweak/elfweak.exp,
354 ld-linkonce/linkonce.exp, ld-shared/shared.exp,
355 ld-undefined/weak-undef.exp: Test hppa*64*-*-hpux* and hppa*-*-linux*
356 targets.
357 * ld-discard/exit.s, ld-discard/extern.s, ld-discard/start.s,
358 ld-discard/static.s: Add whitespace before assembler directives.
359
70a31400
CD
3602002-07-29 Chris Demetriou <cgd@broadcom.com>
361
362 * ld-mips-elf/mips16-1.d: Check that ASE flag is actually set.
363
fb39dac1
RS
3642002-07-26 Richard Sandiford <rsandifo@redhat.com>
365
366 * ld-mips-elf/mips16-1.d,
367 * ld-mips-elf/mips16-1[ab].s: New test.
368 * ld-mips-elf/mips-elf.exp: Run it.
369
ccaf4e07
HPN
3702002-07-19 Hans-Peter Nilsson <hp@bitrange.com>
371
372 * ld-mmix/sec-1.d: Adjust for changes in padding.
373 * ld-mmix/sec-3.d: Ditto.
374
b42d8061
L
3752002-07-15 H.J. Lu <hjl@gnu.org>
376
377 * ld-elfvers/vers.exp: Add vers21.
378
379 * ld-elfvers/vers21.c: New.
380 * ld-elfvers/vers21.dsym: New.
381 * ld-elfvers/vers21.map: New.
382 * ld-elfvers/vers21.sym: New.
383 * ld-elfvers/vers21.ver: New.
384
f1cf2c2e
HPN
3852002-07-12 Hans-Peter Nilsson <hp@axis.com>
386
387 * ld-cris/nodyn4.d, ld-cris/expdyn4.d, ld-cris/comref1.s,
388 ld-cris/euwref1.s, ld-cris/expdyn3.d, ld-cris/expdyn2.d,
389 ld-cris/expdref1.s: New tests.
390
ad42262f
RS
3912002-07-09 Richard Sandiford <rsandifo@redhat.com>
392
393 * ld-scripts/dynamic-sections*: New test.
394
6030b50a
HPN
3952002-07-09 Hans-Peter Nilsson <hp@axis.com>
396
57a4c584
HPN
397 * ld-cris/libdso-3.d, ld-cris/dso-3.s, ld-cris/noglob1.s,
398 ld-cris/noglob1.d: New tests.
399
6030b50a
HPN
400 * ld-cris/libdso-1.d: Tweak for change in size of dynamic sections.
401
3e8cba19
AM
4022002-07-03 Alan Modra <amodra@bigpond.net.au>
403
404 * lib/ld-lib.exp (default_ld_nm): Run nm with LC_ALL=C to ensure
405 consistent sorting.
406 (run_dump_test): Likewise for objdump/nm/objcopy/readelf.
407 * ld-sh/sh64/sh64.exp (run_ld_link_tests): Likewise.
408
9f606706
HPN
4092002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
410
411 * ld-mmix/sec-8m.d, ld-mmix/sec-8m.s, ld-mmix/sec-8a.s,
3e8cba19 412 ld-mmix/sec-8b.s, ld-mmix/sec-8d.s: New test.
9f606706 413
e0350bfb
CD
4142002-06-18 Chris Demetriou <cgd@broadcom.com>
415
416 * ld-mips-elf/empic2-ref.s: Add a missing .end, apparently
417 turned up by recent assembler changes.
418
4c0b7915
TR
4192002-06-17 Tom Rix <trix@redhat.com>
420
421 * ld-d10v/d10v.exp: New driver for d10v.
422 * ld-d10v/default_layout.d : New test.
423 * ld-d10v/regression-001.lt: New test for a linker regression.
424 * ld-d10v/linktest-002.lt: New test for run_link_test.
3e8cba19 425 * ld-d10v/reloc-001.d - reloc-016.d: New tests.
4c0b7915 426
9b17aab6
JL
4272002-06-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
428
429 * ld-scripts/cross1.t: Add .hash, .dynstr and .dynsym sections to
430 script.
431
704e79f9 4322002-06-11 Andreas Jaeger <aj@suse.de>
20c4e932
MS
433
434 * ld-undefined/undefined.exp: Add s390x to dwarf2 xfails.
435
e560f274
RS
4362002-06-10 Richard Sandiford <rsandifo@redhat.com>
437
438 * ld-mips-elf/region1a.s,
439 * ld-mips-elf/region1b.s,
440 * ld-mips-elf/region1.t,
441 * ld-mips-elf/region1.d: New test.
442 * ld-mips-elf/mips-elf.exp: Run it.
443
1634475f
NC
4442002-06-07 Nick Clifton <nickc@cambridge.redhat.com>
445
446 * ld-scripts/phdrs2.s: Use .p2align instead of .align.
3e8cba19
AM
447 Use section names .foo and .bar instead of .text and .data.
448 * ld-scripts/phdrs2.t: Refer to .foo and .bar instead of .text
449 and .data.
1634475f 450
1ed89aa9
NC
4512002-06-06 David Heine <dlheine@tensilica.com>
452
453 * ld-scripts/phdrs2.exp: New file: Run second phdrs test.
454 * ld-scripts/phdrs2.s: New file: Dummy assembler source.
455 * ld-scripts/phdrs2.t: New file: Linker script with an empty
456 section at the start of a loadable segment.
457
bfba206a
L
4582005-06-02 H.J. Lu <hjl@gnu.org>
459
460 * ld-srec/sr3.cc (__dso_handle): Added for gcc 3.1 with
461 -fuse-cxa-atexit.
462 (__cxa_atexit): Likewise.
463
0085b5a8
RH
4642002-05-30 Richard Henderson <rth@redhat.com>
465
466 * ld-bootstrap/bootstrap.exp: Test --relax.
467
69de2f89
HPN
4682002-05-28 Hans-Peter Nilsson <hp@axis.com>
469
470 * ld-cris/libdso-2.d: Tweak for combreloc now default on.
471
3e3f011f
RS
4722002-05-07 Richard Sandiford <rsandifo@redhat.com>
473
474 * lib/ld-lib.exp (run_dump_test): Add -L$srcdir/$subdir.
475 (is_elf_format): New, extracted from...
476 * ld-scripts/weak.exp: ...here.
477 * ld-scripts/overlay-size.exp: New test.
478 * ld-scripts/overlay-size.[tsd],
479 * ld-scripts/overlay-size-map.d: New files for it.
480
a155881b
RS
4812002-05-02 Richard Sandiford <rsandifo@redhat.com>
482
483 * ld-scripts/map-address.exp: Quote conditions.
484
33a301ba
RS
4852002-04-30 Richard Sandiford <rsandifo@redhat.com>
486
487 * ld-scripts/map-address.exp: New test.
488 * ld-scripts/map-address.[td]: New files for it.
489
212a6b8e
RH
4902002-04-19 Richard Henderson <rth@redhat.com>
491
492 * ld-elfvsb/elfvsb.exp: Mirror ia64 non-pic xfails for alpha.
493 * ld-shared/shared.exp: Likewise.
494 * ld-selective/selective.exp: Disable for alpha.
495 * ld-undefined/undefined.exp: Add alpha to dwarf2 xfails.
496
32d27937
HPN
4972002-04-05 Hans-Peter Nilsson <hp@axis.com>
498
499 * ld-cris/libdso-2.d, ld-cris/dso-2.s, ld-cris/hide1: New test.
500
f8548834
HPN
5012002-03-19 Hans-Peter Nilsson <hp@axis.com>
502
442e4424
HPN
503 * ld-cris/ldsym1.d: New test.
504
f8548834
HPN
505 * ld-mmix/bpo-1.d: Tweak for type of linker-script-symbols no
506 longer set to object.
507 * ld-mmix/undef-3.d, ld-mmix/start-1.d, ld-mmix/locto-1.d,
508 ld-mmix/loct-1.d, ld-mmix/locdo-1.d, ld-mmix/local7.d,
509 ld-mmix/local5.d, ld-mmix/local3.d, ld-mmix/local1.d,
510 ld-mmix/loc6.d, ld-mmix/loc4.d, ld-mmix/loc3.d, ld-mmix/loc2.d,
511 ld-mmix/loc1.d, ld-mmix/greg-7.d, ld-mmix/greg-6.d,
512 ld-mmix/greg-5.d, ld-mmix/greg-4.d, ld-mmix/greg-3.d,
513 ld-mmix/greg-2.d, ld-mmix/greg-19.d, ld-mmix/greg-1.d,
514 ld-mmix/bspec2.d, ld-mmix/bspec1.d, ld-mmix/bpo-9.d,
515 ld-mmix/bpo-6.d, ld-mmix/bpo-5.d, ld-mmix/bpo-4.d,
516 ld-mmix/bpo-3.d, ld-mmix/bpo-2.d, ld-mmix/bpo-19.d,
517 ld-mmix/bpo-18.d, ld-mmix/bpo-17.d, ld-mmix/bpo-16.d,
518 ld-mmix/bpo-14.d, ld-mmix/bpo-11.d, ld-mmix/bpo-10.d: Ditto.
519
91c903ab
AJ
5202002-03-11 Andreas Jaeger <aj@suse.de>
521
522 * ld-elfweak/strongdata.sym: Allow bss section for GCC 3.2 that
523 places zero initialized data in the bss.
524 * ld-elfweak/lddsodata.dsym: Likewise.
525
61c53cc2
HPN
5262002-03-07 Hans-Peter Nilsson <hp@axis.com>
527
528 * ld-cris/expdyn1.d: Tweak for change in elf.sc.
529
acbd2de6
HPN
5302002-02-24 Hans-Peter Nilsson <hp@bitrange.com>
531
532 * ld-sh/ld-r-1.d: Adjust to changes in readelf output.
533 * ld-sh/shared-1.d, ld-sh/sh64/crangerel1.rd, ld-sh/crangerel2.rd,
534 ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: Ditto.
535
4bcc9fa4
DJ
5362002-02-18 Daniel Jacobowitz <drow@mvista.com>
537
538 * ld-elfvsb/sh1.c: Fix typo in last change.
539
aa3932f6
DJ
5402002-02-17 Daniel Jacobowitz <drow@mvista.com>
541
542 * ld-elfvsb/sh1.c: Use #pragma weak.
543
3b0f0b37
DJ
5442002-02-17 Daniel Jacobowitz <drow@mvista.com>
545
546 * vers.exp: Do not call diff -q.
547
dd51aa36
HPN
5482002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
549
fe108482
HPN
550 * ld-mmix/b-nosym.d, ld-mmix/sec-6.d: Tweak for change in symbol
551 output.
552 * ld-mmix/sec-7m.d, ld-mmix/sec-7a.s, ld-mmix/sec-7b.s,
553 ld-mmix/sec-7c.s, ld-mmix/sec-7d.s, ld-mmix/sec-7e.s: New test.
554
acdd0e9a
HPN
555 * ld-mmix/bpo-22.d: New test.
556
dd51aa36
HPN
557 * ld-mmix/local12.d (Sections): Match any LMA for .data, .sbss,
558 and .bss.
559
4f70f93f
AM
5602002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
561
562 * ld-selective/selective.exp: Link against libgcc on
563 hppa*-*-linux* targets.
564
fb6de7f3
AO
5652002-02-11 Alexandre Oliva <aoliva@redhat.com>
566
0f8b8904
AO
567 * ld-sh/sh64/reldl64.rd: Add relocation symbol data in info field.
568 * ld-sh/sh64/crange-2i.s: Add align to match align in crange-2h.s.
569 * ld-sh/sh64/crange3-cmpct.rd: Adjust to reflect modifications
570 in section ordering.
571 * ld-sh/sh64/crange3-media.rd: Likewise.
572 * ld-sh/sh64/crange3.rd: Likewise.
573 * ld-sh/sh64/crange3.dd: Likewise.
574
fb6de7f3
AO
575 * ld-sh/shared-1.d: Fix relocation addend.
576
c9901271
HPN
5772002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
578
579 * ld-mmix/bpo-21.d, ld-mmix/bpo-21m.d, ld-mmix/bpo-11.s: New
580 tests.
581
1b19eb81
AO
5822002-02-08 Alexandre Oliva <aoliva@redhat.com>
583
584 Contribute sh64-elf.
585 2002-02-02 Alexandre Oliva <aoliva@redhat.com>
586 * ld-sh/sh64/crange3-cmpct.rd: Adjust offsets.
587 * ld-sh/sh64/crange3-media.rd: Likewise.
588 * ld-sh/sh64/crange3.rd: Likewise.
589 * ld-sh/sh64/crangerel1.rd: Likewise.
590 * ld-sh/sh64/crangerel2.rd: Likewise.
591 * ld-sh/sh64/reldl32.rd: Likewise.
592 * ld-sh/sh64/reldl64.rd: Likewise.
593 2002-01-28 Alexandre Oliva <aoliva@redhat.com>
594 * ld-sh/sh64/abi32.xd: Formatting changes to match the current
595 output of objdump.
596 * ld-sh/sh64/cmpct1.xd: Likewise.
597 * ld-sh/sh64/crange1.rd: Likewise.
598 * ld-sh/sh64/crange2.rd: Likewise.
599 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
600 * ld-sh/sh64/crange3-media.rd: Likewise.
601 * ld-sh/sh64/crange3.rd: Likewise.
602 * ld-sh/sh64/crangerel1.rd: Likewise.
603 * ld-sh/sh64/crangerel2.rd: Likewise.
604 * ld-sh/sh64/mix1.xd: Likewise.
605 * ld-sh/sh64/mix2.xd: Likewise.
606 * ld-sh/sh64/rel32.xd: Likewise.
607 * ld-sh/sh64/reldl32.rd: Likewise.
608 * ld-sh/sh64/reldl64.rd: Likewise.
609 * ld-sh/sh64/sh64.exp: Likewise. Reordered cranges and stack
610 sessions, to match changes in the linker script.
611 2001-06-14 Alexandre Oliva <aoliva@redhat.com>
612 * ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: Adjust relocation
613 info to reflect renumbering of relocation types.
614 2001-03-14 DJ Delorie <dj@redhat.com>
615 * ld-sh/sh64/endian.dbd: New file, endian tests.
616 * ld-sh/sh64/endian.dld: Ditto.
3e8cba19
AM
617 * ld-sh/sh64/endian.ld: Ditto.
618 * ld-sh/sh64/endian.s: Ditto.
619 * ld-sh/sh64/endian.sbd: Ditto.
620 * ld-sh/sh64/endian.sld: Ditto.
621 * ld-sh/sh64/sh64.exp: Add above tests. Add -L option to ld.
1b19eb81
AO
622 2001-03-12 DJ Delorie <dj@redhat.com>
623 * ld-sh/sh64/relax.exp: New file, test disabling relaxing.
624 * ld-sh/sh64/relax1.s: Ditto.
625 * ld-sh/sh64/relax2.s: Ditto.
626 * ld-sh/sh64/relax3.s: Ditto.
627 * ld-sh/sh64/relax4.s: Ditto.
628 * ld-sh/sh64/relfail.exp: New file, test for bogus relocs.
629 * ld-sh/sh64/relfail.s: Ditto.
630 2001-03-12 DJ Delorie <dj@redhat.com>
631 * ld-sh/sh.exp: This test isn't appropriate for SH64 since it
632 uses SH32 assembler files.
633 2001-03-07 DJ Delorie <dj@redhat.com>
634 * ld-selective/selective.exp: Pass "-e _start" for sh64 to
635 accomodate expected start symbol in test.
636 2001-03-06 DJ Delorie <dj@redhat.com>
637 * ld-scripts/crossref.exp: Pass -mshelf32 to the linker for sh64,
638 to match what gcc passes to the linker by default.
639 * ld-selective/selective.exp: Ditto.
640 * ld-srec/srec.exp: Ditto, plus XFAIL for sh64.
641 * ld-undefined/undefined.exp: Add XFAIL for sh64 (it's dwarf2).
642 2001-03-06 DJ Delorie <dj@redhat.com>
643 * ld-sh/sh64/abi32.xd (stack): Adjust for new default stack layout.
644 * ld-sh/sh64/abi64.xd (stack): Ditto.
645 * ld-sh/sh64/cmpct1.xd (stack): Ditto.
646 * ld-sh/sh64/crange1.rd (stack): Ditto.
647 * ld-sh/sh64/crange2.rd (stack): Ditto.
648 * ld-sh/sh64/crange3-cmpct.rd (stack): Ditto.
649 * ld-sh/sh64/crange3-media.rd (stack): Ditto.
650 * ld-sh/sh64/crange3.rd (stack): Ditto.
651 * ld-sh/sh64/mix1.xd (stack): Ditto.
652 * ld-sh/sh64/mix2.xd (stack): Ditto.
653 * ld-sh/sh64/shdl32.xd (stack): Ditto.
654 * ld-sh/sh64/shdl64.xd (stack): Ditto.
655 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
656 * ld-sh/sh64/mix1.xd: Add SORT_ENTRIES for .cranges section.
657 * ld-sh/sh64/mix2.xd: Ditto.
658 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com>
659 * ld-sh/sh64/abi32.xd: Adjust for bit 0 set on an entry address
660 being SHmedia.
661 * ld-sh/sh64/shdl64.xd: Ditto.
662 * ld-sh/sh64/shdl32.xd: Ditto.
663 * ld-sh/sh64/mix2.xd: Ditto.
664 * ld-sh/sh64/crange3-media.rd: Ditto.
665 * ld-sh/sh64/abi64.xd: Ditto.
666 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
667 * ld-sh/sh64/crange-2a.s (diversion2): New global symbol.
668 * ld-sh/sh64/crange1.rd: Adjust to presence of new symbol.
669 Adjust section type for .cranges; expect sorted contents.
670 * ld-sh/sh64/crange2.rd: Ditto.
671 * ld-sh/sh64/crange3.dd, ld-sh/sh64/crange3.rd: Ditto.
672 * ld-sh/sh64/crangerel1.rd: Adjust to presence of new symbol.
673 * ld-sh/sh64/crangerel2.rd: Ditto.
674 * ld-sh/sh64/mix1.xd: Adjust to DEBUGGING being set for .cranges.
675 * ld-sh/sh64/mix2.xd: Ditto.
676 * ld-sh/sh64/crange3-cmpct.rd, ld-sh/sh64/crange3-media.rd: New
677 tests.
678 * ld-sh/sh64/sh64.exp: Tweak test message. Run new tests.
679 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
680 * ld-sh/sh64/shmix-1.s (start2): Add a NOP to provide a valid
681 target for (unexpanded) PTB. Add an .align 2 to SHmedia code to
682 keep properly aligned.
683 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd: Adjust accordingly.
684 * ld-sh/sh64/mix1-noexp.sd, ld-sh/sh64/mix2-noexp.sd,
685 ld-sh/sh64/abixx-noexp.sd: New tests for GAS -no-expand and
686 R_SH_PT_16 relocation.
687 * ld-sh/sh64/sh64.exp: Run new tests.
688 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
689 * ld-sh/sh64/crange-2f.s, ld-sh/sh64/crange-2g.s,
690 ld-sh/sh64/crange-2h.s, ld-sh/sh64/crange-2i.s,
691 ld-sh/sh64/crange3.dd, ld-sh/sh64/crange3.rd: New tests.
692 * ld-sh/sh64/sh64.exp: Run new tests.
693 * ld-sh/sh64/crange1.rd: Correct section flags.
694 * ld-sh/sh64/crange2.rd: Ditto.
695 * ld-sh/sh64/crangerel1.rd: Ditto.
696 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
697 * ld-sh/sh64/crange-1.s, ld-sh/sh64/crange-2a.s,
698 ld-sh/sh64/crange-2b.s, ld-sh/sh64/crange-2c.s,
699 ld-sh/sh64/crange-2d.s, ld-sh/sh64/crange-2e.s,
700 ld-sh/sh64/crange1.rd, ld-sh/sh64/crange2.rd,
701 ld-sh/sh64/crangerel1.rd, ld-sh/sh64/crangerel2.rd: New tests for
702 handling .cranges section.
703 * ld-sh/sh64/sh64.exp: Run new tests.
704 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.sd,
705 ld-sh/sh64/mix2.xd: Adjust for .cranges section.
706 2000-12-15 Hans-Peter Nilsson <hpn@cygnus.com>
707 * ld-sh/sh64/abi32.sd, ld-sh/sh64/abi32.xd, ld-sh/sh64/abi64.sd,
708 ld-sh/sh64/abi64.xd, ld-sh/sh64/cmpct1.xd, ld-sh/sh64/mix1.sd,
709 ld-sh/sh64/mix1.xd, ld-sh/sh64/mix2.sd, ld-sh/sh64/mix2.xd,
710 ld-sh/sh64/shdl32.xd, ld-sh/sh64/shdl64.xd: Adjust to .bss and
711 .data individually 8-byte aligned.
712 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
713 * ld-sh/sh64/rel-1.s, ld-sh/sh64/rel-2.s, ld-sh/sh64/rel32.xd,
714 ld-sh/sh64/rel64.xd, ld-sh/sh64/reldl-1.s, ld-sh/sh64/reldl-2.s,
715 ld-sh/sh64/reldl32.rd, ld-sh/sh64/reldl64.rd: New tests.
716 * ld-sh/sh64/sh64.exp: Make it possible to use readelf as
717 inspection tool. Run new tests.
718 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
719 * ld-sh/sh64/abi64.sd, ld-sh/sh64/abi32.sd, ld-sh/sh64/mix1.sd,
720 ld-sh/sh64/mix2.sd: Correct offsets in PT/PTA/PTB expansions.
721 * ld-sh/sh64/shdl-1.s, ld-sh/sh64/shdl-2.s, ld-sh/sh64/shdl64.sd,
722 ld-sh/sh64/shdl64.xd, ld-sh/sh64/shdl32.xd: New tests.
723 * ld-sh/sh64/sh64.exp: Run new tests.
724 2000-12-01 Hans-Peter Nilsson <hpn@cygnus.com>
725 * ld-sh/sh64/cmpct1.sd, ld-sh/sh64/cmpct1.xd,
726 ld-sh/sh64/shcmp-1.s: New test.
727 * ld-sh/sh64/sh64.exp: Add new test to sh64tests. Reformat.
728 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
729 * ld-sh/sh64/sh64.exp: Use linker option -mshelf64 for 64-bit ABI
730 test.
731 * ld-sh/sh64/abi64.xd: Tweak for 64-bit ELF.
732 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
733 * ld-sh/sh64/sh64.exp (sh64tests): Use linker option -mshelf32 for
734 tests.
735 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
736 * ld-sh/sh64/abi32.sd, ld-sh/sh64/abi64.sd: Correct MOVI
737 registers.
738 * ld-sh/sh64/mix1.sd, ld-sh/sh64/mix1.xd, ld-sh/sh64/shmix-1.s:
739 New test.
740 * ld-sh/sh64/mix2.sd, ld-sh/sh64/mix2.xd, ld-sh/sh64/shmix-2.s,
741 ld-sh/sh64/shmix-3.s: New test.
742 * ld-sh/sh64/sh64.exp: Add new tests to sh64tests.
743 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
744 * ld-sh/sh64: New testsuite.
745
9636f65c
HPN
7462002-02-07 Hans-Peter Nilsson <hp@axis.com>
747
748 * ld-selective/keepdot.s: Remove section specifier.
749
b611beb0
HPN
7502002-02-05 Hans-Peter Nilsson <hp@axis.com>
751
752 * ld-selective/keepdot.d, ld-selective/keepdot.ld,
753 ld-selective/keepdot.s, ld-selective/keepdot0.d: New tests.
754 * ld-selective/sel-dump.exp: New, driver for run_dump_test:s.
755
a27be4d5
HPN
7562002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
757
758 * ld-mmix/bpo-18.d, ld-mmix/bpo64addr.ld, ld-mmix/bpo-18m.d,
759 ld-mmix/bpo-9.s, ld-mmix/bpo-19.d, ld-mmix/bpo-19m.d,
760 ld-mmix/bpo-10.s, ld-mmix/bpo-20.d, ld-mmix/bpo-20m.d: New tests
761 for on-demand global register allocation.
762
60e955f1
AO
7632002-02-02 Alexandre Oliva <aoliva@redhat.com>
764
765 * ld-sh/shared-1.d: Fix incorrect offsets.
766
fb17c222
HPN
7672002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
768
769 * ld-mmix/bpo-1.d, ld-mmix/bpo-1.s, ld-mmix/bpo-1m.d,
770 ld-mmix/bpo-15.d, ld-mmix/bpo-4.s, ld-mmix/bpo-6.d,
771 ld-mmix/bpo-6.s, ld-mmix/bpo-2.d, ld-mmix/bpo-6m.d,
772 ld-mmix/bpo-12m.d, ld-mmix/bpo-2m.d, ld-mmix/bpo-2.s,
773 ld-mmix/bpo-5.s, ld-mmix/bpo-3.d, ld-mmix/start3.s,
774 ld-mmix/bpo-3m.d, ld-mmix/bpo-9m.d, ld-mmix/bpo-4.d,
775 ld-mmix/bpo-3.s, ld-mmix/bpo-4m.d, ld-mmix/bpo-7.d,
776 ld-mmix/bpo-5.d, ld-mmix/bpo-16.d, ld-mmix/bpo-5m.d,
777 ld-mmix/bpo-7m.d, ld-mmix/bpo-9.d, ld-mmix/bpo-8.d,
778 ld-mmix/start4.s, ld-mmix/bpo-8m.d, ld-mmix/bpo-13m.d,
779 ld-mmix/bpo-15m.d, ld-mmix/bpo-10.d, ld-mmix/bpo-11.d,
780 ld-mmix/bpo-14m.d, ld-mmix/bpo-13.d, ld-mmix/bpo-7.s,
781 ld-mmix/bpo-12.d, ld-mmix/bpo-16m.d, ld-mmix/bpo-14.d,
782 ld-mmix/bpo-8.s, ld-mmix/bpo-17.d, ld-mmix/bpo-17m.d: New tests.
783
f7a2c2f6
HPN
7842002-01-31 Hans-Peter Nilsson <hp@axis.com>
785
786 * ld-cris/weakref1.d, ld-cris/libdso-1.d, ld-cris/gotrel2.s,
787 ld-cris/expdyn1.d, ld-cris/expdyn1.s, ld-cris/dso-1.s: New tests.
788 * ld-cris/cris.exp: Split run_dump_tests in two parts, executing
789 tests named *dso-*.d first and copying their tmpdir/dump to files
790 named as the .d-file.
791
dbc37f89
AM
7922002-01-31 Alan Modra <amodra@bigpond.net.au>
793
794 * ld-scripts/crossref.exp: Allow foo to have a leading dot.
795 * ld-scripts/cross1.t: Add .opd.
796 * ld-undefined/undefined.exp: Allow leading dot on sym names.
797 * lib/ld-lib.exp (default_ld_nm): Strip leading dots from syms.
798
38b566ae
CD
7992002-01-29 Chris Demetriou <cgd@broadcom.com>
800
801 * ld-mips-elf/emrelocs-eb.d: New file to test --embedded-relocs.
91c903ab 802 * ld-mips-elf/emrelocs-el.d: Likewise.
38b566ae
CD
803 * ld-mips-elf/emrelocs1.s: Likewise.
804 * ld-mips-elf/emrelocs2.s: Likewise.
805 * ld-mips-elf/emrelocs.ld: Likewise.
806 * ld-mips-elf/mips-elf.exp: Add the above to the list of tests.
807
54893deb
HPN
8082002-01-21 Hans-Peter Nilsson <hp@axis.com>
809
810 * ld-cris: New testsuite directory.
811
8b8c5dbd
NC
8122002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
813
814 * ld-sh/sh.exp: Copy start.s file into test directory.
815
8f2a6955
NC
8162002-01-14 Nick Clifton <nickc@cambridge.redhat.com>
817
818 * ld-selective/selective.exp: For ARM targets, link with libgcc.a.
819
a657e7c1
CD
8202002-01-02 Chris Demetriou <cgd@broadcom.com>
821
822 * ld-mips-elf/empic1-ln.d: New file to test basic linking of
823 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocations.
824 * ld-mips-elf/empic1-lp.d: Likewise.
825 * ld-mips-elf/empic1-mn.d: Likewise.
826 * ld-mips-elf/empic1-mp.d: Likewise.
827 * ld-mips-elf/empic1-sn.d: Likewise.
828 * ld-mips-elf/empic1-sp.d: Likewise.
829 * ld-mips-elf/empic1-ref.s: Likewise.
830 * ld-mips-elf/empic1-space.s: Likewise.
831 * ld-mips-elf/empic1-tgt.s: Likewise.
832 * ld-mips-elf/empic2-fwd-0.d: New file to test
833 R_MIPS_GNU_REL_HI16 and R_MIPS_GNU_REL_LO16 relocation edge
834 cases.
835 * ld-mips-elf/empic2-fwd-1.d: Likewise.
836 * ld-mips-elf/empic2-rev-0.d: Likewise.
837 * ld-mips-elf/empic2-rev-1.d: Likewise.
838 * ld-mips-elf/empic2-ref.s: Likewise.
839 * ld-mips-elf/empic2-space.s: Likewise.
840 * ld-mips-elf/empic2-fwd-tgt.s: Likewise.
841 * ld-mips-elf/empic2-rev-tgt.s: Likewise.
842 * ld-mips-elf/mips-elf.exp: New file to run MIPS 32-bit ELF
843 tests (including those above).
844
82e03011
L
8452001-11-30 H.J. Lu <hjl@gnu.org>
846
847 * ld-elfvers/vers.exp (build_vers_lib): Preserve the library
848 order.
849
67954772
L
8502001-11-29 H.J. Lu <hjl@gnu.org>
851
852 * ld-elfvers/vers.exp (build_vers_lib): Support linking against
853 more than one libraries.
854 Add "vers20a" and "vers20" tests for common symbols.
855
856 * ld-elfvers/vers20.c: New.
857 * ld-elfvers/vers20.dsym: New.
858 * ld-elfvers/vers20.map: New.
859 * ld-elfvers/vers20.ver: New.
860 * ld-elfvers/vers20a.ver: New.
861
f5e04945
L
8622001-11-19 H.J. Lu <hjl@gnu.org>
863
864 * ld-elfvsb/define.s: Mark all global lables as object.
865
866 * ld-elfvsb/hidden0.d: Match large section number.
867 * ld-elfvsb/hidden1.d: Likewise.
868 * ld-elfvsb/internal0.d: Likewise.
869 * ld-elfvsb/internal1.d: Likewise.
870 * ld-elfvsb/protected0.d: Likewise.
871 * ld-elfvsb/protected1.d: Likewise.
872
873 * ld-elfvsb/hidden0.d: Change NOTYPE to OBJECT.
874 * ld-elfvsb/internal0.d: Likewise.
875 * ld-elfvsb/protected0.d: Likewise.
876
c3b1835c
L
8772001-11-15 H.J. Lu <hjl@gnu.org>
878
879 * ld-sh/ld-r-1.d: Updated.
880
86017ce9
NC
8812001-11-14 Nick Clifton <nickc@cambridge.redhat.com>
882
883 * ld-bootstrap/bootstrap.exp: Only scan tail of executable for
884 PE targets.
885
d7b78487
NC
8862001-11-12 Donn Terry <donnte@microsoft.com>
887
888 * ld-bootstrap/bootstrap.exp: Only compare the tail end of the two
889 binary files produced in order to avoid date stamp present in PE
890 binaries.
891
fec91dc5
HPN
8922001-11-11 Hans-Peter Nilsson <hp@bitrange.com>
893
894 * ld-mmix/sec-5.d (Sections): Add whitespace missing in commit.
895
3a921b77
L
8962001-11-09 H.J. Lu <hjl@gnu.org>
897
898 * ld-discard/discard.exp: New. Test ld discard.
899 * ld-discard/discard.ld: Likewise.
900 * ld-discard/exit.s: Likewise.
901 * ld-discard/extern.d: Likewise.
902 * ld-discard/extern.s: Likewise.
903 * ld-discard/start.d: Likewise.
904 * ld-discard/start.s: Likewise.
905 * ld-discard/static.d: Likewise.
906 * ld-discard/static.s: Likewise.
907
04827a14
L
9082001-11-02 H.J. Lu <hjl@gnu.org>
909
910 * ld-elfvsb/elfvsb.exp: Add the "ld -r" test.
911
912 * ld-elfvsb/hidden0.d: New.
913 * ld-elfvsb/hidden1.d: New.
914 * ld-elfvsb/internal0.d: New.
915 * ld-elfvsb/internal1.d: New.
916 * ld-elfvsb/protected0.d: New.
917 * ld-elfvsb/protected1.d: New.
918 * ld-elfvsb/undef.s: New.
919 * ld-elfvsb/undef.s: New.
920
dc5e727b
NC
9212001-11-02 NIIBE Yutaka <gniibe@m17n.org>
922
923 * ld-sh/sh.exp: Have its own start.s for linux.
924
6ef81afd
HPN
9252001-10-31 Hans-Peter Nilsson <hp@bitrange.com>
926
45734546 927 * ld-mmix/locdo-1.d: Prune character dump part.
6ef81afd 928 * ld-mmix/local7m.d, ld-mmix/loc4.d, ld-mmix/loc4m.d,
91c903ab
AJ
929 ld-mmix/loc1.d, ld-mmix/bspec1m.d, ld-mmix/bspec2m.d,
930 ld-mmix/b-nosym.d, ld-mmix/b-fixo2.d, ld-mmix/b-loc64k.d,
931 ld-mmix/undef-3m.d, ld-mmix/locto.s, ld-mmix/loct.s,
932 ld-mmix/local3m.d, ld-mmix/local1m.d, ld-mmix/loc6m.d,
933 ld-mmix/loc2.s, ld-mmix/loc1.s, ld-mmix/gregldo1.s,
934 ld-mmix/dloc1.s, ld-mmix/b-widec3.s, ld-mmix/b-nosym.s: Remove
935 unnecessary empty lines.
6ef81afd 936
3c3bdf30
NC
9372001-10-30 Hans-Peter Nilsson <hp@bitrange.com>
938
939 * ld-mmix: New testsuite directory.
940
7739e068
HPN
9412001-10-14 Hans-Peter Nilsson <hp@bitrange.com>
942
d45d3ffb
HPN
943 * ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on
944 sh*-*-elf.
945
b2da51b6
HPN
946 * lib/ld-lib.exp (run_dump_test): Fix typo: asflags(), not asflags{}.
947
7739e068
HPN
948 * ld-sh/rd-sh.exp: New framework file.
949 * ld-sh/ld-r-1.d, ld-sh/ldr1.s, ld-sh/ldr2.s, ld-sh/shared-1.d,
950 ld-sh/weak1.s, ld-sh/weak1.d, ld-sh/sub2l.s, ld-sh/sub2l-1.d: New
951 test files.
952
8e13f7b1
HPN
9532001-09-29 Hans-Peter Nilsson <hp@axis.com>
954
955 * ld-linkonce/linkonce.exp: New file.
956 * ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld,
957 ld-linkonce/zeroehl32.d: New test.
958
5d5849d7
L
9592001-09-25 H.J. Lu <hjl@gnu.org>
960
961 * ld-elfweak/dso.dsym: Updated for alpha.
962 * ld-elfweak/dsodata.dsym: Likewise.
963 * ld-elfweak/strong.sym: Likewise.
964 * ld-elfweak/strongcomm.sym: Likewise.
965 * ld-elfweak/strongdata.sym: Likewise.
966
cfe5266f
HPN
9672001-09-15 Hans-Peter Nilsson <hp@bitrange.com>
968
969 * lib/ld-lib.exp (run_dump_test): Handle new option
970 "objcopy_linked_file". Return after failing, if errors were
971 expected but none were found.
972 (slurp_options): Support underscores in option names.
973
0c52a746
L
9742001-09-14 H.J. Lu <hjl@gnu.org>
975
976 * ld-elfweak/bar.c: Updated.
977 * ld-elfweak/bar1a.c: Likewise.
978 * ld-elfweak/main.c: Likewise.
979 * ld-elfweak/main1.c: Likewise.
980 * ld-elfweak/elfweak.exp: Likewise.
981 * ld-elfweak/weakdata.dsym: Updated.
982
bd7c9df6
L
9832001-09-11 H.J. Lu <hjl@gnu.org>
984
985 * ld-elfweak/elfweak.exp (build_lib): Take a list of object
986 files.
987 (build_exec): Likewise.
988 Add more tests and make some xfail.
989
990 * ld-elfweak/dso.dsym: Support symbol versioning.
991 * ld-elfweak/dsow.dsym: Likewise.
992
993 * ld-elfweak/main1.c: New.
994 * ld-elfweak/bar1a.c: Likewise.
995 * ld-elfweak/bar1b.c: Likewise.
996 * ld-elfweak/bar1c.c: Likewise.
997 * ld-elfweak/foo1a.c: Likewise.
998 * ld-elfweak/foo1b.c: Likewise.
999 * ld-elfweak/dsodata.dsym: Likewise.
1000 * ld-elfweak/dsowdata.dsym: Likewise.
1001 * ld-elfweak/weakdata.dsym: Likewise.
1002 * ld-elfweak/strongcomm.sym: Likewise.
1003 * ld-elfweak/strongdata.sym: Likewise.
1004 * ld-elfweak/weakdata.dat: Likewise.
1005 * ld-elfweak/strongdata.dat: Likewise.
1006
16a57284
L
10072001-09-10 H.J. Lu <hjl@gnu.org>
1008
1009 * ld-elfweak/elfweak.exp: New.
1010 * ld-elfweak/bar.c: Likewise.
1011 * ld-elfweak/foo.c: Likewise.
1012 * ld-elfweak/main.c: Likewise.
1013 * ld-elfweak/dso.dsym: Likewise.
1014 * ld-elfweak/dsow.dsym: Likewise.
1015 * ld-elfweak/strong.sym: Likewise.
1016 * ld-elfweak/strong.dat: Likewise.
1017 * ld-elfweak/weak.dat: Likewise.
1018
ad9f78d1
AM
10192001-08-27 Alan Modra <amodra@bigpond.net.au>
1020 Linus Nordberg <linus@swox.se>
1021
1022 * ld-checks/checks.exp: .lcomm is incompatible with ppc coff.
1023 * ld-scripts/cross1.t: Add .toc section.
1024 * ld-scripts/cross2.t: Likewise.
1025 * ld-scripts/phdrs.exp: powerpc64 is 64 bit.
1026 * ld-srec/srec.exp: xfail powerpc64
1027
453abe31
NC
10282001-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1029
1030 * ld-selective/selective.exp: Return if target is `vax-*-ultrix*'.
1031 Continue with other tests when there is a compilation error.
1032
39c183c1
NC
10332001-08-01 Loren J. Rittle <ljrittle@acm.org>
1034
1035 * ld-cdtest/cdtest-nrv.dat: New file.
1036 * ld-cdtest/cdtest.exp: Do not require any exception support
1037 library. Check results against NRV.
1038
22a517d0
NC
10392001-08-01 Loren J. Rittle <ljrittle@acm.org>
1040
1041 * ld-srec/srec.exp: Do not require any exception support
1042 library.
1043
e0d85c26
L
10442001-07-27 H.J. Lu <hjl@gnu.org>
1045
1046 * ld-selective/selective.exp: Fix the error in the last change.
1047
067f2074
AM
10482001-07-24 Loren J. Rittle <ljrittle@acm.org>
1049
1050 * ld-selective/selective.exp: Support g++ V3 ABI (along side
1051 the old ABI). Make comparisons against normalized (to
1052 V3-style) demangled nm output.
1053
992c450d
AM
10542001-07-24 Alan Modra <amodra@bigpond.net.au>
1055
1056 * config/default.exp (ld_nm): Add "nmflags" arg.
1057 * lib/ld-lib.exp (default_ld_nm): Likewise.
1058 * ld-empic/empic.exp: Adjust call to ld_nm.
1059 * ld-scripts/defined.exp: Likewise.
1060 * ld-scripts/script.exp: Likewise.
1061 * ld-scripts/sizeof.exp: Likewise.
1062 * ld-selective/selective.exp: Likewise.
1063 * ld-sh/sh.exp: Likewise.
1064
bbfebd39
L
10652001-07-12 H.J. Lu <hjl@gnu.org>
1066
1067 * ld-selective/selective.exp: Mark selective1, selective2,
1068 selective4 and selective5 xfail on alpha*-*.
1069
261def70
HPN
10702001-06-13 Hans-Peter Nilsson <hp@bitrange.com>
1071
1072 * config/default.exp (AS, GASP, OBJDUMP, NM, NMFLAGS, OBJCOPY,
1073 OBJCOPYFLAGS, READELF, READELFFLAGS, LD, LDFLAGS): Provide
1074 default.
1075
1076 * lib/ld-lib.exp (run_dump_test): Import from gas testsuite. Add
1077 new options "ld", "source", "xfail", "target", "notarget" and
1078 "error". Support the runtest_file_p "*.exp=testname" feature.
1079 (slurp_options, regexp_diff, file_contents, verbose_eval): Import
1080 from gas testsuite.
1081
1e9f9630
NC
10822001-06-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1083
1084 * testsuite/ld-undefined/undefined.exp: Correct setup_xfail rule.
1085
66517a2f
L
10862001-06-06 H.J. Lu <hjl@gnu.org>
1087
1088 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
1089 on Linux/mips.
1090
a5c9dff1 1091 * ld-elfvers/vers.exp: Also run on Linux/mips.
66517a2f
L
1092 * ld-elfvsb/elfvsb.exp: Likewise.
1093 * ld-shared/shared.exp: Likewise.
1094
1095 * ld-selective/selective.exp: Mark selective2, selective3,
1096 selective4 and selective5 xfail on Linux/mips.
1097
1098 * ld-shared/main.c: Skip invalid -Bsymbolic tests on Linux/mips.
1099
1100 * symbolic.dat: Remove invalid -Bsymbolic tests on Linux/mips.
1101
1102 * ld-srec/srec.exp: Add Linux/mips to xfail.
1103
d52f9762
AM
11042001-06-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
1105
1106 * ld-undefined/undefined.exp: Add a setup_xfail line for a test
1107 that will always fail on s/390.
1108
1e329ce6
NC
11092001-05-28 kaz Kojima <kkojima@rr.iij4u.or.jp>
1110
1111 * ld-sh/sh.exp: For sh-*-linux-gnu target add a start address for
1112 the text section.
1113
c709b096
AM
11142001-05-25 Alan Modra <amodra@one.net.au>
1115
1116 * ld-elfvers/vers.exp: Replace linuxoldld with linux*oldld and
1117 linuxaout with linux*aout.
1118
936f9717
L
11192001-05-24 H.J. Lu <hjl@gnu.org>
1120
1121 * ld-scripts/phdrs.exp: Add sparc64 to 64 bit platform.
1122
9d8b3bf4
L
11232001-05-18 H.J. Lu <hjl@gnu.org>
1124
1125 * ld-elfvers/vers.exp: Revert the last change.
1126
1127 * ld-elfvers/vers2.ver: Put back "tmpdir/" the version
1128 references.
1129 * ld-elfvers/vers3.ver: Likewise.
1130 * ld-elfvers/vers6.ver: Likewise.
1131 * ld-elfvers/vers18.ver: Likewise.
1132
0f3f8808
L
11332001-05-17 H.J. Lu <hjl@gnu.org>
1134
1135 * ld-elfvers/vers.exp: Pass "-rpath .:$tmpdir" to "vers19".
1136
1137 * ld-elfvers/vers1.ver: Remove "tmpdir/" from the version
1138 definition.
1139 * ld-elfvers/vers2.ver: Likewise.
1140 * ld-elfvers/vers3.ver: Likewise.
1141 * ld-elfvers/vers4a.ver: Likewise.
1142 * ld-elfvers/vers6.ver: Likewise.
1143 * ld-elfvers/vers7a.ver: Likewise.
1144 * ld-elfvers/vers8.ver: Likewise.
1145 * ld-elfvers/vers9.ver: Likewise.
1146 * ld-elfvers/vers15.ver: Likewise.
1147 * ld-elfvers/vers16a.ver: Likewise.
1148 * ld-elfvers/vers17.ver: Likewise.
1149 * ld-elfvers/vers18.ver: Likewise.
1150
8b0fa282
L
11512001-05-03 H.J. Lu <hjl@gnu.org>
1152
1153 * ld-elfvers/vers19.ver: Expect vers17.so instead of
1154 *tmpdir/vers17.so.
1155
7f9adacd
AJ
11562001-05-01 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
1157
1158 * ld-scripts/phdrs.exp: Fix regexp, s390x is 64 bit platform.
1159
1160 * ld-scripts/phdrs.t: Use startaddress that's greater than any
1161 MAXPAGESIZE used.
1162
f0f077e5
L
11632001-04-29 H.J. Lu <hjl@gnu.org>
1164
1165 * ld-shared/symbolic.dat: New.
1166
1167 * ld-shared/shared.exp: Also check -Bsymbolic.
1168
b3992bc7
AJ
11692001-04-28 Andreas Jaeger <aj@suse.de>
1170
1171 * ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
1172 special.
1173
358a5502
DB
11742001-04-01 David O'Brien <obrien@FreeBSD.org>
1175 * ld-undefined/undefined.exp: XFAIL on FreeBSD/i386 for the usual (even
1176 though it doesn't use DWARF2 yet (but its output is identical).
1177
11782001-04-01 David O'Brien <obrien@FreeBSD.org>
44df2f94
DB
1179
1180 * ld-selective/selective.exp: Use -O with gcc rather than -O2.
1181 This optimization level is buggy on some platforms, and this test
1182 is not intended to test compiler optimizations.
1183
b536df83
DD
11842001-03-06 DJ Delorie <dj@redhat.com>
1185
1186 * ld-scripts/cross2.t: Support any type of text/data sections, not
1187 just the canonical ones.
1188
b6a71cca
AM
11892001-02-28 Matt Hiller <hiller@redhat.com>
1190
1191 * ld-scripts/crossref.exp: Initialize flags to [big_or_little_endian].
1192 * ld-undefined/undefined.exp: Ditto, and include $flags in ld
1193 invocations.
1194 * lib/ld-lib.exp (big_or_little_endian): Recognize -EB, -eb, -EL
1195 and -el.
1196 (is_endian_output_format): New function.
1197 (default_ld_link): Set flags to [big_or_little_endian] only if ld
1198 is being invoked such that the output format being used is of
1199 known endianness.
1200 (default_ld_simple_link): Ditto.
1201
ad995491
L
12022001-02-14 H.J. Lu <hjl@gnu.org>
1203
1204 * ld-bootstrap/bootstrap.exp: Rebuild tmpdir/ld2 with tmpdir/ld3
1205 for -static on ia64.
1206
1207 * ld-checks/checks.exp: Don't run on ia64-*-elf* nor
1208 ia64-*-linux*.
1209
1210 * ld-elfvers/vers.exp: Also run ia64-*-elf* and ia64-*-linux*.
1211
1212 * ld-elfvsb/elfvsb.exp: Use i?86-*-*. Also run on ia64-*-linux*.
1213 Set up expected failures for ia64-*-linux*.
1214 * ld-shared/shared.exp: Likewise.
1215
fef67c28
SC
12162001-02-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
1217
1218 * ld-srec/srec.exp (run_srec_test): m6811 code has references
1219 to soft registers, define them with --defsym.
1220 * ld-selective/selective.exp: Likewise.
1221
332dac40
HPN
12222001-01-14 Hans-Peter Nilsson <hp@bitrange.com>
1223
1224 * ld-sh/sh.exp: Use --oformat srec, not -oformat srec.
1225
2ffd68ef
PB
12262001-01-03 Philip Blundell <pb@futuretv.com>
1227
1228 * ld-elfvsb/elfvsb.exp: Run test on Linux/Alpha.
1229 * ld-shared/shared.exp: Likewise.
1230
4f38fc1c
PB
12312001-01-01 Philip Blundell <philb@gnu.org>
1232
7dc542b2
PB
1233 * ld-undefined/weak-undef.exp: New test.
1234 * ld-undefined/weak-undef.s, ld-undefined/weak-undef.t: Supporting
1235 files for above.
1236
4f38fc1c
PB
1237 * ld-elfvers/vers.exp: Run test on Linux/ARM.
1238 * ld-elfvsb/elfvsb.exp: Likewise.
1239 * ld-shared/shared.exp: Likewise.
1240
0fc3347a
NC
12412000-12-31 Nick Clifton <nickc@redhat.com>
1242
1243 * ld-srec/srec.exp: Use --oformat instead of -oformat.
1244
bad19f8f
NC
12452000-12-09 Nick Clifton <nickc@redhat.com>
1246
f6673641
NC
1247 * ld-selective/selective.exp: Link in libgcc when target is v850.
1248
bad19f8f
NC
1249 * ld-srec/srec.exp: Expect the srec_test to fail for ARM targets
1250 because the -oformat linker command switch cannot be used.
1251
1566ad5d
AM
12522000-11-06 Alan Modra <alan@linuxcare.com.au>
1253
1254 * ld-elfvsb/main.c (PROTECTED_CHECK): Include stdio.h.
1255 (main): Prune unused args.
1256
4291c3fa
HPN
12572000-10-29 Hans-Peter Nilsson <hp@bitrange.com>
1258
1259 * ld-selective/selective.exp <no CXX>: Fix typo for argument to
1260 "untested".
1261
d1d8dddf
L
12622000-10-19 H.J. Lu (hjl@gnu.org)
1263
1264 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failures
1265 for Linux/PPC.
1266 * ld-shared/shared.exp: Likewise.
1267
d63083ef
HPN
12682000-10-09 Hans-Peter Nilsson <hp@bitrange.com>
1269
1270 * ld-selective/selective.exp: Rearrange to be table-driven.
1271
dc149a6d
AM
12722000-10-07 Alan Modra <alan@linuxcare.com.au>
1273
1274 * ld-scripts/phdrs.exp: hppa*64*-*-* is 64-bit ELF too.
1275
65420b22
AM
12762000-10-02 Alan Modra <alan@linuxcare.com.au>
1277
1278 * ld-scripts/weak.exp: Don't set $global$ for hppa-elf any more.
1279 * ld-scripts/crossref.exp: Ditto.
1280
bd0110a3
HPN
12812000-09-29 Hans-Peter Nilsson <hp@bitrange.com>
1282
1283 * ld-selective/5.cc: New test.
1284 * ld-selective/selective.exp: Run it as xfailed.
1285
1286 * ld-selective/4.cc: Correct spelling of "lose".
1287
3231d22e
AM
12882000-09-05 Alan Modra <alan@linuxcare.com.au>
1289
1290 * ld-selective/selective.exp: Remove the xfails for hppa.
1291
6545f5fb
AO
12922000-08-30 Alexandre Oliva <aoliva@redhat.com>
1293
1294 * ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
1295 sh-*-*): With dwarf-2, `undefined function' can't pass.
1296
e1753d2c
L
12972000-08-03 H.J. Lu (hjl@gnu.org)
1298
1299 * ld-bootstrap/bootstrap.exp: Add strip.
1300
360e9586
L
13012000-07-24 H.J. Lu (hjl@gnu.org)
1302
1303 * ld-elfvsb/elfvsb.exp: Add -g to $CC to get the location of
1304 the undefined reference.
1305
08c44e65
L
13062000-07-16 H.J. Lu (hjl@gnu.org)
1307
1308 * ld-elfvsb/elfvsb.exp (support_protected): New variable. Check
1309 and set to "yes" if the protected visibility is expected to
1310 pass.
1311 (visibility_run): Set expected to fail for the "protected"
1312 and "protected_undef_def" tests only if $support_protected is
1313 "no".
1314
1315 * ld-elfvsb/main.c (PROTECTED_CHECK): Check for the protected
1316 visibility support if defined.
1317
1345a0c0
L
13182000-07-15 H.J. Lu (hjl@gnu.org)
1319
1320 * ld-elfvsb/elfvsb.exp (visibility_run): Set expected failure
1321 for "protected_undef_def".
1322
1323 * ld-elfvsb/main.c: Don't define HIDDEN_UNDEF_TEST when
1324 PROTECTED_WEAK_TEST is defined.
1325 Don't define PROTECTED_UNDEF_TEST when PROTECTED_WEAK_TEST is
1326 defined.
1327 Define PROTECTED_TEST when PROTECTED_UNDEF_TEST is defined.
1328
1329 * ld-elfvsb/sh1.c (visibility): Mark protected only if
1330 PROTECTED_TEST, PROTECTED_UNDEF_TEST or PROTECTED_WEAK_TEST
1331 is defined.
1332 (visibility_var): Likewise.
1333
36a3dc51
AM
13342000-07-10 Alan Modra <alan@linuxcare.com.au>
1335
1336 * ld-srec/srec.exp: xfail hppa.
1337
1338 * ld-scripts/weak.exp: Define $global$ for hppa.
1339
1340 * ld-scripts/crossref.exp: Fix string quoting.
1341
7cda33a1
L
13422000-06-05 H.J. Lu (hjl@gnu.org)
1343
1344 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
1345 to link_output and make it global.
1346
1347 * ld-elfvsb/elfvsb.exp (visibility_test): Add "hidden_undef",
1348 "hidden_undef_def", "hidden_weak", "protected_undef",
1349 "protected_undef_def" and "protected_weak".
1350 (visibility_run): Likewise.
1351 * ld-elfvsb/main.c: Likewise.
1352 * ld-elfvsb/sh1.c: Likewise.
1353 * ld-elfvsb/sh2.c: Likewise.
1354
1355 * ld-elfvsb/elfvsb.dat: Updated.
1356
e80778cf
L
13572000-05-21 H.J. Lu (hjl@gnu.org)
1358
1359 * ld-elfvsb/main.c (main_visibility_check): Fix the protected
1360 visibility test.
1361
6fc49d28
L
13622000-05-13 H.J. Lu (hjl@gnu.org)
1363
1364 * lib/ld-lib.exp (default_ld_link): Redirect the linker output
1365 to link_output and make it global.
1366
1367 * ld-elfvsb/elf-offset.ld: New. ELF visibility fearture
1368 tests.
1369 * ld-elfvsb/elfvsb.dat: Likewise.
1370 * ld-elfvsb/elfvsb.exp: Likewise.
1371 * ld-elfvsb/main.c: Likewise.
1372 * ld-elfvsb/sh1.c: Likewise.
1373 * ld-elfvsb/sh2.c: Likewise.
1374
b32711aa
JW
1375Fri Apr 21 15:16:07 2000 Richard Henderson <rth@cygnus.com>
1376
a2b64bed 1377 * ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
b32711aa 1378
3017ff0e
AM
13792000-04-12 Alan Modra <alan@linuxcare.com.au>
1380
62043cea
AM
1381 * ld-selective/3.cc (_start): Add cheat for gcc-2.95.2 failure.
1382
e76e4c91
AM
1383 * ld-selective/selective.exp (test4): Test for presence of
1384 foo__1B, not absence. Also check for foo__1A and _start.
1385 White space changes throughout file.
3017ff0e 1386
e40eb3e9
NC
13872000-03-13 Nick Clifton <nickc@cygnus.com>
1388
1389 * ld-scripts/phdrs.t: Discard all unexpected sections.
1390
d1bcade6
L
13912000-02-27 H.J. Lu (hjl@gnu.org)
1392
1393 * lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.
1394
197d87f8
NC
13951999-11-01 Nick Clifton <nickc@cygnus.com>
1396
1397 * ld-selective/selective.exp: Fix test to disable these checks for
1398 PE based targets.
1399
05d26f04
CM
14001999-10-29 Catherine Moore <clm@cygnus.com>
1401
1402 * ld-selective/selective.exp: Remove test6.
1403 * ld-selective/5.cc: Delete.
1404
abdbda5e
NC
14051999-10-28 Scott Bambrough <scottb@netwinder.org>
1406
05d26f04 1407 * ld-srec/srec.exp: Setup expected failures for
abdbda5e
NC
1408 srec tests on ARM Linux.
1409
b7be1db6
AM
14101999-09-17 Alan Modra <alan@spri.levels.unisa.edu.au>
1411
1412 * ld-shared/shared.exp: xfail linux*libc1 shared (non PIC, load
1413 offset) test.
1414
777690b6
ILT
14151999-09-12 Ian Lance Taylor <ian@zembu.com>
1416
1417 * ld-scripts/script.exp: Add --image-base 0 for PE targets.
1418
5be8a006
ILT
14191999-08-17 H.J. Lu <hjl@gnu.org>
1420
1421 * ld-cdtest/cdtest-foo.cc (Foo::init_foo): Use "%ld" for sizeof.
1422
b33b6e45
ILT
14231999-08-09 Jakub Jelinek <jj@ultra.linux.cz>
1424
1425 * ld-elfvers/vers.exp: Run tests on sparc*-*-linux*.
1426 * ld-shared/shared.exp: Likewise.
1427
38e31547
NC
14281999-07-28 Nick Clifton <nickc@cygnus.com>
1429
1430 * lib/ld-lib.exp (proc big_or_little_endian): New proc.
1431 Determine if a big endian or little endian output format hass
1432 been selected by any of the multilib options, and if so return
1433 a suitable command line option for the linker/assembler.
1434 (proc default_ld_link): Include the result of proc
1435 big_or_little_endian on the command line to the linker.
1436 (proc ld_simple_link): Include the result of proc
1437 big_or_little_endian on the command line to the linker.
1438 (proc default_ld_compile): Append multilib flags to compiler
1439 switches.
1440 (proc default_ld_assemble): Include the result of proc
1441 big_or_little_endian on the command line to the linker.
1442
0cd9f5f0
ILT
14431999-07-21 H.J. Lu <hjl@gnu.org>
1444
1445 * ld-elfvers/vers1.c: Add missing prototypes and include
1446 <stdio.h> if necessary.
1447 * ld-elfvers/vers15.c: Likewise.
1448 * ld-elfvers/vers19.c: Likewise.
1449 * ld-elfvers/vers2.c: Likewise.
1450 * ld-elfvers/vers3.c: Likewise.
1451 * ld-elfvers/vers4.c: Likewise.
1452 * ld-elfvers/vers6.c: Likewise.
1453 * ld-elfvers/vers7.c: Likewise.
1454 * ld-elfvers/vers9.c: Likewise.
1455 * ld-shared/main.c: Likewise.
1456 * ld-srec/sr3.cc (Foo::Foo): Remove arg name.
1457
d49560a9
MM
1458Thu Jul 15 18:00:30 1999 Mark P. Mitchell <mark@codesourcery.com>
1459
1460 * ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as
1461 with other DWARF2 targets.
1462
5dcf458a
NC
14631999-07-13 Nick Clifton <nickc@cygnus.com>
1464
1465 * ld-undefined/undefined.exp: Do not expect arm toolchains to fail
1466 the undefined line test.
1467
734caf4d
ILT
14681999-07-10 Ian Lance Taylor <ian@zembu.com>
1469
1470 * ld-elfvers/vers.exp: Use -rpath in new vers19 test.
1471
f0489494
ILT
14721999-07-07 Ian Lance Taylor <ian@zembu.com>
1473
1474 * ld-elfvers/vers.exp: Add new tests vers17 to vers19.
1475 * ld/elfvers/{vers17.*, vers18.*, vers19.*}: New files.
1476
197a7bfd
ILT
14771999-06-13 Ian Lance Taylor <ian@zembu.com>
1478
1479 * ld-checks/asm.s: Use a symbol name for .lcomm.
1480 * ld-checks/checks.exp: Use different names for the two tests.
1481 Don't add extra text when invoking fail.
1482
99c262f8
ILT
14831999-06-12 Ian Lance Taylor <ian@zembu.com>
1484
1485 * ld-scripts/phdrs.exp: Change target check from "*-*-linuxaout*"
1486 to "*-*-linux*aout*".
1487 * ld-scripts/weak.exp: Likewise.
1488 * ld-shared/shared.exp: Likewise. Simplify condition a bit.
1489
2bdba6c9
AS
1490Wed Jun 9 12:02:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1491
1492 * ld-cdtest/cdtest-main.cc: Avoid `implicit int' warning.
1493 * ld-shared/sh1.c: Fix typo.
1494
77e0b0ef
ILT
14951999-06-04 H.J. Lu <hjl@gnu.org>
1496
1497 * lib/ld-lib.exp (default_ld_nm): Clear nm_output first if
1498 necessary.
1499
8535ca75
NC
15001999-05-17 Nick Clifton <nickc@cygnus.com>
1501
1502 * ld-undefined/undefined.exp: Add xfail for mcore-elf.
1503
69f868fa
DD
15041999-05-11 DJ Delorie <dj@cygnus.com>
1505
1506 * ld-srec/srec.exp: Do not run tests for PE based ports.
1507
252b5132
RH
15081999-03-05 Nick Clifton <nickc@cygnus.com>
1509
1510 * ld-selective/selective.exp: Do not run tests for COFF or PE
1511 based ports.
1512
15131999-02-17 Nick Clifton <nickc@cygnus.com>
1514
1515 * ld-undefined/undefined.exp: Add expected failures for StrongARM
1516 targets.
1517
1518 * ld-srec/srec.exp: Add expected failures for StrongARM targets.
1519
1520 * ld-selective/selective.exp: Add expected failure for ARM-COFF
b3992bc7 1521 targets.
252b5132
RH
1522
15231999-02-16 Nick Clifton <nickc@cygnus.com>
1524
1525 * ld-checks/asm.s: Use .long instead of .word.
1526 Replace custom section names with .text, .data and .bss.
1527 * ld-checks/script: Replace custom section names with .text, .data
b3992bc7 1528 and .bss.
252b5132 1529 * ld-checks/checks.exp: Replace custom section names with .text,
b3992bc7 1530 .data and .bss.
252b5132
RH
1531
15321999-02-11 Nick Clifton <nickc@cygnus.com>
1533
1534 * ld-checks: New directory: Tests for the linker's
1535 --check-sections option.
1536 * ld-checks/checks.exp: New file.
1537 * ld-checks/script: Bogus linker script.
1538 * ld-checks/asm.s: Simple test assembler file.
1539
1540Tue Feb 2 19:15:02 1999 Catherine Moore <clm@cygnus.com>
1541
3e8cba19
AM
1542 * ld-selective/selective.exp: Disable test for unsupported
1543 targets. Change tests to check for absence of symbols instead
1544 of address zero.
252b5132
RH
1545
1546Mon Jan 18 03:44:52 1999 Ian Lance Taylor <ian@cygnus.com>
1547
1548 * config/default.exp (get_link_files): Quote target_triplet and CC
1549 when invoking shell.
1550 (get_target_emul): Likewise.
1551
15521999-01-03 Ken Raeburn <raeburn@cygnus.com>
1553
1554 * config/default.exp (get_link_files, get_target_emul): New procs;
1555 run shell commands to extract information from configure.host and
1556 configure.tgt in the source tree.
1557 (top level): Use them to get information needed to run tests, if
1558 not otherwise provided.
1559
1560 * ld-shared/elf-offset.ld: New file. Builds a shared library, but
1561 gives non-zero addresses for memory region.
1562 * ld-shared/shared.exp: Run the non-PIC non-AIX test again using
1563 the new linker script.
1564
1565Tue Dec 8 22:56:05 1998 Geoff Keating <geoffk@ozemail.com.au>
1566
1567 * ld-srec/srec.exp: Delete xfails for PPC Linux targets,
1568 newer glibc lets link succeed.
1569
1570Sun Dec 6 12:59:37 1998 H.J. Lu <hjl@gnu.org>
1571
1572 * ld-elfvers/vers1.c: Add missing return types and values.
1573 * ld-elfvers/vers2.c: Likewise.
1574 * ld-elfvers/vers3.c: Likewise.
1575 * ld-elfvers/vers4.c: Likewise.
1576 * ld-elfvers/vers5.c: Likewise.
1577 * ld-elfvers/vers6.c: Likewise.
1578 * ld-elfvers/vers7.c: Likewise.
1579 * ld-elfvers/vers9.c: Likewise.
1580 * ld-elfvers/vers15.c: Likewise.
1581
1582Fri Oct 23 16:28:29 1998 Catherine Moore <clm@cygnus.com>
1583
3e8cba19
AM
1584 * ld-selective: New directory with new files to test
1585 selective linking.
252b5132 1586
3e8cba19 1587 * lib/ld-lib.exp (ld_nm): Strip leading underscore from $name.
b3992bc7 1588
252b5132
RH
1589Sun Oct 4 22:17:05 1998 Ian Lance Taylor <ian@cygnus.com>
1590
1591 * ld-elfvers/vers16.dsym: Work correctly on a system without
1592 versioned system libraries.
1593
1594Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com>
1595
1596 * ld-elfvers/vers.exp: Run tests on alpha-linux.
1597 * ld-elfvers/*.sym, ld-elfvers/*.dsym: Adjust patters to match
1598 Alpha's use of st_other.
1599
16001998-09-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1601
1602 * ld-elfvers/vers.exp (vers16, vers16a): New tests.
1603 * ld-elfvers/{vers16.*, vers16a.*}: New files.
1604
1605Thu Sep 17 17:18:19 1998 Nick Clifton <nickc@cygnus.com>
1606
1607 * ld-undefined/undefined.exp: Make undefined line test be an xfail
1608 for arm/thunb elf toolchains.
1609
1610Wed Sep 9 14:10:15 1998 Nick Clifton <nickc@cygnus.com>
1611
1612 * ld-undefined/undefined.exp: change test for elf/dwarf2 targets.
1613
1614 * ld-srec/srec.exp: Arm-elf now passes this test.
1615
1616Wed Aug 19 11:59:19 1998 Nick Clifton <nickc@cygnus.com>
1617
1618 * ld-srec/srec.exp: Add arm/thumb-elf expected failures.
b3992bc7 1619
252b5132
RH
1620Thu Aug 13 12:41:58 1998 Ian Lance Taylor <ian@cygnus.com>
1621
1622 * ld-bootstrap/bootstrap.exp: Don't run the --static bootstrap
1623 test if we don't have a static libbfd.a.
1624
1625Wed Aug 12 15:19:35 1998 Ian Lance Taylor <ian@cygnus.com>
1626
1627 Based on patch from H.J. Lu <hjl@gnu.org>:
1628 * ld-srec/srec.exp: Add xfails for Alpha ELF targets.
1629
1630Mon Aug 10 15:42:20 1998 Richard Henderson <rth@cygnus.com>
1631
1632 * ld-scripts/weak.t (.text, .data): Focus data to be used.
1633 (/DISCARD/): All the rest.
1634 * ld-scripts/weak1.s, ld-scripts/weak2.s: Put stuff in .data.
1635
1636Fri Jul 24 18:37:17 1998 Ian Lance Taylor <ian@cygnus.com>
1637
1638 * config/default.exp: Create tmpdir/gas subdirectory, add a
1639 symlink to as-new, and set gcc_gas_flag variable.
1640 * lib/ld-lib.exp (default_ld_compile): If the compiler appears to
1641 be gcc, use gcc_gas_flag when compiling.
1642
1643Thu Jul 23 12:23:29 1998 Ian Lance Taylor <ian@cygnus.com>
1644
1645 * ld-elfvers/vers.exp: Just check for i?86 rather than checking
1646 for i386, i486, and i586.
1647 (objdump_versionstuff): If we can't find the line, dump the file.
1648
1649Fri Jul 3 00:27:41 1998 Ian Lance Taylor <ian@cygnus.com>
1650
1651 * ld-scripts/phdrs.exp: Run test on *-*-eabi*.
1652 * ld-scripts/weak.exp: Likewise.
1653
1654Wed Jul 1 10:51:46 1998 Nick Clifton <nickc@cygnus.com>
1655
1656 * ld-srec/srec.exp: Add xfail for v850.
1657
1658 * ld-undefined/undefined.exp: arm and thumb PE toolchains now pass
1659 these tests.
1660
1661Fri Jun 19 17:12:52 1998 Ian Lance Taylor <ian@cygnus.com>
1662
1663 * ld-scripts/weak.exp: New test.
1664 * ld-scripts/weak.t: New file.
1665 * ld-scripts/weak1.s: New file.
1666 * ld-scripts/weak2.s: New file.
1667
1668Tue Jun 16 12:40:38 1998 Geoff Keating <geoffk@ozemail.com.au>
1669
1670 * ld-elfvers/vers.exp: Run tests on powerpc ELF targets.
1671 * ld-shared/shared.exp: Likewise.
1672 * ld-elfvers/vers1.dsym: Allow for .sdata.
1673 * ld-srec/srec.exp: Add setup_xfails for PowerPC Linux.
1674
1675Fri May 29 15:02:50 1998 Ian Lance Taylor <ian@cygnus.com>
1676
1677 * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi.
b3992bc7 1678 (run_srec_test): On mn10200, define __truncsipsi2_do_d2.
252b5132
RH
1679 * ld-srec/sr1.c (__main): Change return type to void.
1680 * ld-srec/sr3.cc (__main): Likewise.
1681 (__builtin_delete, __builtin_new): Likewise.
1682 (__get_dynamic_handler_chain): Return 0.
1683 (__get_eh_context): Likewise.
1684
1685Thu May 21 15:21:33 1998 Nick Clifton <nickc@cygnus.com>
1686
1687 * ld-undefined/undefined.exp: Add support for thumb-pe target.
1688 * ld-srec/srec.exp: Add support for arm-pe and thumb-pe targets.
1689
1690Mon May 4 17:54:20 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1691
1692 * ld-shared/shared.exp: Remove setup_xfails for m68k-linux.
1693
1694Mon May 4 17:12:06 1998 Ian Lance Taylor <ian@cygnus.com>
1695
1696 * ld-shared/main.c (shlib_overriddencall2): New function.
1697 (main): Call shlib_shlibcall2.
1698 * ld-shared/sh1.c (shlib_shlibcall2): New function.
1699 (shlib_overriddencall2): New function.
1700 * ld-shared/shared.dat: Add output line for new test.
1701 * ld-shared/sun4.dat: Likewise.
1702
1703 * ld-srec/sr3.cc (__get_eh_context): New function.
1704
1705Tue Apr 7 12:50:17 1998 Manfred Hollstein <manfred@s-direktnet.de>
1706
1707 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be static to
1708 avoid compiler warning.
1709 * ld-srec/sr3.cc (class Foo): Likewise.
1710
1711Tue Feb 10 16:42:40 1998 Ian Lance Taylor <ian@cygnus.com>
1712
1713 * ld-srec/sr3.cc (__get_dynamic_handler_chain): New function.
1714
1715Mon Feb 2 14:17:48 1998 Ian Lance Taylor <ian@cygnus.com>
1716
1717 * ld-scripts/phdrs.exp: Adjust phdrs_regexp for a 64 bit target.
1718
1719Thu Dec 18 11:13:28 1997 Nick Clifton <nickc@cygnus.com>
1720
1721 * ld-srec/srec.exp: Duplicated Arm patch for Thumb targets.
1722
1723Tue Dec 2 09:50:19 1997 Nick Clifton <nickc@cygnus.com>
1724
1725 * ld-srec/srec.exp: Applied patch from Tony.Thompson@arm.com which
1726 fixes ARM tests.
1727
1728Mon Dec 1 16:12:05 1997 Nick Clifton <nickc@cygnus.com>
1729
1730 * ld-srec/srec.exp: Add expected failures of tests 1 and 2 for ARM
1731 coff targets.
1732
1733Wed Nov 12 14:18:31 1997 Ian Lance Taylor <ian@cygnus.com>
1734
1735 * ld-cdtest/cdtest-foo.h (class Foo): Declare len to be int to
1736 avoid compiler warning.
1737 * ld-srec/sr3.cc (class Foo): Likewise.
1738
1739Mon Nov 10 14:25:43 1997 Ian Lance Taylor <ian@cygnus.com>
1740
1741 * lib/ld-lib.exp (default_ld_simple_link): Permit the linker to
1742 have any name when looking for entry symbol warnings.
1743
1744 * ld-srec/sr3.cc (__eh_pc): Define.
1745
1746Mon Oct 20 14:36:39 1997 Ian Lance Taylor <ian@cygnus.com>
1747
1748 * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and
b3992bc7 1749 __throw, since the current g++ expects them to be defined.
252b5132
RH
1750
1751Fri Oct 3 12:24:03 1997 Ian Lance Taylor <ian@cygnus.com>
1752
1753 * ld-elfvers/vers.exp (objdump_emptyverstuff): Accept the output
1754 file if the string libc appears in it.
1755 (objdump_versionstuff): Accept unexpected lines in the output
1756 file. Compare lines using string match.
1757 * ld-elfvers/vers6.ver: Permit any value in the vna_other field.
1758
1759Tue Aug 12 16:01:22 1997 Ian Lance Taylor <ian@cygnus.com>
1760
1761 * ld-scripts/crossref.exp: Correct string quoting.
1762
1763Sat Aug 9 00:56:03 1997 Ian Lance Taylor <ian@cygnus.com>
1764
1765 * config/default.exp: Change ld, as, nm and strip from .new to
1766 -new. Load ld-lib.exp rather than ld.exp.
1767 * ld-bootstrap/bootstrap.exp: Use ld-new rather than ld.new.
1768 * lib/ld-lib.exp: Rename from lib/ld.exp, for the benefit of
1769 DejaGnu changes.
1770
1771Thu Jun 26 12:07:03 1997 Ian Lance Taylor <ian@cygnus.com>
1772
1773 * ld-elfvers/vers.exp: Use egrep rather than grep when looking for
1774 an alternation. From Greg Margo <gmargo@dl.com>.
1775
1776Wed Jun 25 12:47:22 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1777
1778 * ld-shared/shared.exp: Add setup_xfail for m68k-linux on tests
1779 with non PIC shared libraries.
1780
1781Fri Jun 6 17:35:47 1997 Ian Lance Taylor <ian@cygnus.com>
1782
1783 * ld-elfvers/vers6.ver: Update for recent elflink.h patch to
1784 version handling.
1785
1786Wed Jun 4 12:06:48 1997 Ian Lance Taylor <ian@cygnus.com>
1787
1788 * ld-srec/srec.exp: Define ___get_dynamic_handler_chain as well.
1789
1790Fri May 30 12:21:39 1997 Ian Lance Taylor <ian@cygnus.com>
1791
1792 * ld-srec/srec.exp: Define __get_dynamic_handler_chain when
1793 linking.
1794
1795Mon May 12 11:17:55 1997 Ian Lance Taylor <ian@cygnus.com>
1796
1797 * config/default.exp: Use $base_dir rather than $objdir when
1798 setting ld. From John David Anglin <dave@hiauly1.hia.nrc.ca>.
1799
1800Fri Apr 25 09:07:00 1997 Jeffrey A Law (law@cygnus.com)
1801
1802 * ld-srec/srec.exp: Define various out of line prologue/epilogue
1803 functions for the mn10200 to avoid needing libgcc.a.
1804
1805Wed Mar 26 13:56:10 1997 Ian Lance Taylor <ian@cygnus.com>
1806
1807 * ld-srec/srec.exp: Don't expect failures on mips*-*-elf*.
1808
1809Mon Mar 17 19:27:13 1997 Ian Lance Taylor <ian@cygnus.com>
1810
1811 * ld-elfvers/vers.exp: Don't run on SunOS or AIX.
1812
1813Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
1814
1815 * ld-elfvers/vers.exp, *: New tests for symbol versioning.
1816 * config/default.exp: Set ar and strip.
1817
1818Fri Feb 7 16:47:02 1997 Bob Manson <manson@charmed.cygnus.com>
1819
1820 * ld-bootstrap/bootstrap.exp: Use prune_warnings instead of
1821 prune_system_crud.
1822 * ld-cdtest/cdtest.exp: Ditto.
1823 * ld-scripts/crossref.exp: Ditto.
1824 * ld-sh/sh.exp: Ditto.
1825 * ld-shared/shared.exp: Ditto.
1826 * ld-srec/srec.exp: Ditto.
1827 * lib/ld.exp: Ditto.
1828
1829Wed Jan 29 00:47:29 1997 Bob Manson <manson@charmed.cygnus.com>
1830
1831 * ld-cdtest/cdtest.exp: Put a slash between $srcdir/$subdir.
1832 * ld-scripts/script.exp: Ditto.
1833 * ld-sh/sh.exp: Ditto.
1834 * ld-undefined/undefined.exp: Ditto.
1835 * ld-versados/versados.exp: Ditto.
1836 * lib/ld.exp: Ditto.
1837
1838Mon Dec 30 17:08:04 1996 Ian Lance Taylor <ian@cygnus.com>
1839
1840 * ld-scripts/crossref.exp: Fix quoting for --defsym $global$.
1841
1842Tue Oct 1 15:52:31 1996 Ian Lance Taylor <ian@cygnus.com>
1843
1844 * lib/ld.exp (default_ld_version): Fix for current version
1845 printing.
1846
1847Fri Sep 13 15:51:45 1996 Ian Lance Taylor <ian@cygnus.com>
1848
1849 * ld-scripts/crossref.exp: Define $global$ for hppa-elf.
1850
1851Thu Aug 8 14:29:32 1996 Ian Lance Taylor <ian@cygnus.com>
1852
1853 * ld-scripts/cross2.t: Map XCOFF sections to .text or .data.
1854
1855 * lib/ld.exp: Use verbose -log instead of calling both verbose and
1856 send_log.
1857
1858Wed Aug 7 18:00:58 1996 Ian Lance Taylor <ian@cygnus.com>
1859
1860 * ld-scripts/phdrs.exp: New test.
1861 * ld-scripts/phdrs.s, ld-scripts/phdrs.t: New files.
1862
1863Sun Aug 4 21:58:12 1996 Ian Lance Taylor <ian@cygnus.com>
1864
1865 * ld-scripts/crossref.exp: On a29k targets, use --defsym to define
1866 V_SPILL and V_FILL.
1867
1868Thu Aug 1 14:10:27 1996 Ian Lance Taylor <ian@cygnus.com>
1869
1870 * ld-scripts/crossref.exp: New test.
1871 * ld-scripts/{cross1.c, cross2.c, cross3.c}: New files.
1872 * ld-scripts/{cross1.t, cross2.t}: New files.
1873
1874Sat Jun 29 13:40:11 1996 Ian Lance Taylor <ian@cygnus.com>
1875
1876 * ld-sh/sh.exp: Fix debugging messages.
1877 * ld-sh/sh1.s: Use .align 4.
1878
1879Wed May 1 16:45:13 1996 Ian Lance Taylor <ian@cygnus.com>
1880
1881 * ld-sh/sh.exp: Use -O when compiling with -mrelax.
1882
1883Mon Apr 29 10:33:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1884
1885 * ld-shared/shared.exp: Run the shared library tests on
b3992bc7 1886 Linux/m68k.
252b5132
RH
1887
1888Fri Apr 5 16:20:55 1996 Ian Lance Taylor <ian@cygnus.com>
1889
1890 * ld-shared/shared.exp: Run the shared library tests on Linux.
1891
1892Mon Feb 26 12:45:26 1996 Ian Lance Taylor <ian@cygnus.com>
1893
1894 * ld-shared/shared.exp: Don't use -fpic on MIPS targets.
1895
1896Wed Jan 31 15:09:57 1996 Jeffrey A Law (law@cygnus.com)
1897
1898 * ld-srec/srec.exp: Add xfails for hppa*-*-*elf*.
1899 * ld-undefined/undefined.exp: Likewise.
1900
1901Fri Jan 26 18:43:03 1996 Ian Lance Taylor <ian@cygnus.com>
1902
1903 * ld-undefined/undefined.exp: ELF targets should now pass the
1904 undefined line test.
1905
1906Thu Jan 25 15:36:13 1996 Ian Lance Taylor <ian@cygnus.com>
1907
1908 * ld-empic/empic.exp: Update for change to MIPS disassembler.
1909
1910Mon Jan 15 15:05:53 1996 Ian Lance Taylor <ian@cygnus.com>
1911
1912 * ld-bootstrap/bootstrap.exp: Expect failure for mips*-*-irix5*
1913 when doing the --static test.
1914 * ld-shared/shared.exp: Run tests on mips*-*-irix5*.
1915
1916Fri Dec 29 12:33:09 1995 Ian Lance Taylor <ian@cygnus.com>
1917
1918 * ld-bootstrap/bootstrap.exp: On AIX, don't pass the -bI option
1919 when creating ld-partial.o.
1920
1921Tue Dec 26 17:37:23 1995 Ian Lance Taylor <ian@cygnus.com>
1922
1923 * ld-srec/srec.exp: If powerpc*-*-eabi*, use --defsym to define
1924 __eabi.
1925
1926Tue Dec 19 18:01:01 1995 Ian Lance Taylor <ian@cygnus.com>
1927
1928 * ld-srec/srec.exp: Add setup_xfails for XCOFF targets.
1929
1930Fri Dec 15 16:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
1931
1932 * ld-srec/srec.exp: On a29k targets, use --defsym to define
1933 V_SPILL and V_FILL.
1934 * ld-srec/sr1.c (V_SPILL, V_FILL): Remove definitions.
1935 * ld-srec/sr3.cc: Likewise.
1936
1937 * ld-srec/srec.exp: Remove i960 COFF setup_xfail.
1938
1939Sat Dec 2 01:20:31 1995 Ian Lance Taylor <ian@cygnus.com>
1940
1941 * ld-srec/srec.exp: Don't use [] in setup_xfail expressions.
1942
1943Fri Dec 1 13:18:18 1995 Ian Lance Taylor <ian@cygnus.com>
1944
1945 * ld-srec/srec.exp: Add setup_xfails for MIPS ELF targets.
1946
1947Wed Nov 29 13:01:10 1995 Ian Lance Taylor <ian@cygnus.com>
1948
1949 * ld-srec/srec.exp: Add setup_xfail for i960 COFF targets.
1950
1951Mon Nov 27 14:36:11 1995 Ian Lance Taylor <ian@cygnus.com>
1952
1953 * ld-srec/srec.exp: Add setup_xfail calls for i[345]86-*-aout*.
1954
1955 * ld-srec/sr1.c (V_SPILL, V_FILL): Define.
1956 * ld-srec/sr3.cc: Likewise.
1957
1958Tue Nov 21 16:05:53 1995 Ian Lance Taylor <ian@cygnus.com>
1959
1960 * ld-empic/empic.exp: Update for changes in objdump output.
1961
1962Wed Nov 15 17:42:48 1995 Ian Lance Taylor <ian@cygnus.com>
1963
1964 * ld-srec/srec.exp: New tests.
1965 * ld-srec/sr1.c, ld-srec/sr2.c, ld-srec/sr3.cc: New files.
1966 * lib/ld.exp (ld_simple_link): Discard warnings about not being
1967 able to find the entry symbol.
1968
1969Tue Nov 14 20:03:54 1995 Ian Lance Taylor <ian@cygnus.com>
1970
1971 * ld-sh/sh2.c (__main): Define.
1972
1973Mon Nov 6 14:39:18 1995 Ian Lance Taylor <ian@cygnus.com>
1974
1975 * ld-empic/empic.exp: Accept a . in the address symbol.
1976
1977 * ld-shared/shared.exp: Run tests on rs6000*-*-aix* and
1978 powerpc*-*-aix*. Add code to create appropriate exports files,
1979 and pass appropriate compilation flags, and test against
1980 appropriate expected output.
1981 * ld-shared/xcoff.dat: New file.
1982 * ld-shared/main.c: Put #ifndef XCOFF_TEST around tests that can
1983 not be linked using XCOFF. Use shlib_shlibvar1 as a sample
1984 function pointer, rather than shlib_mainvar.
1985 * ld-shared/sh1.c: Likewise.
1986 * ld-shared/shared.dat: Update for change from using shlib_mainvar
1987 to using shlib_shlibvar1.
1988 * ld-shared/sun4.dat: Likewise.
1989
1990Sat Oct 28 01:54:25 1995 Ian Lance Taylor <ian@cygnus.com>
1991
1992 * ld-scripts/script.t: Put .pr in .text, and .rw in .data, for
1993 convenience when testing XCOFF.
1994
1995Thu Oct 26 22:53:17 1995 Ian Lance Taylor <ian@cygnus.com>
1996
1997 * ld-bootstrap/bootstrap.exp: On AIX, pass -bI/lib/syscalls.exp
1998 along with --static.
1999
2000 * ld-scripts/script.s: Make symbols global.
2001
2002Fri Oct 20 12:22:16 1995 Ian Lance Taylor <ian@cygnus.com>
2003
2004 * ld-undefined/undefined.exp: Add setup_xfails for arm*-*-pe*.
2005
2006Fri Sep 29 11:06:10 1995 Ian Lance Taylor <ian@cygnus.com>
2007
2008 * ld-undefined/undefined.exp: Use -e when invoking the linker, to
2009 prevent the SunOS linker from trying to create a shared library.
2010
2011Thu Sep 28 12:37:14 1995 Ian Lance Taylor <ian@cygnus.com>
2012
2013 * ld-shared/shared.exp: Run the tests on sparc*-*-sunos4*. Add
2014 appropriate modifications and setup_xfails.
2015 * ld-shared/sun4.dat: New file.
2016
2017Mon Sep 18 14:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
2018
2019 * lib/ld.exp (default_ld_version): Call prune_system_crud.
2020 (default_ld_relocate, default_ld_link): Likewise.
2021 (default_ld_simple_link, default_ld_compile): Likewise.
2022 (default_ld_assemble, default_ld_nm): Likewise.
2023
2024Fri Sep 8 17:15:38 1995 Ian Lance Taylor <ian@cygnus.com>
2025
2026 * ld-cdtest/cdtest.exp: If the compiler does not exist, mark the
2027 tests as untested rather than unresolved.
2028
2029Wed Aug 23 10:46:38 1995 Ian Lance Taylor (ian@cygnus.com)
2030
2031 * ld-sh/sh.exp: Call prune_system_crud on the output of cmp.
2032
2033Tue Aug 15 17:35:35 1995 Ian Lance Taylor <ian@cygnus.com>
2034
2035 * ld-scripts/script.exp: Split script verification into a proc.
2036 Add simple test of MRI script.
2037 * ld-scripts/scriptm.t: New file.
2038
2039Wed Jul 26 11:38:58 1995 Ian Lance Taylor <ian@cygnus.com>
2040
2041 * ld-sh/sh.exp: Mark `SH confirm relaxing' test unresolved when
2042 appropriate.
2043
2044Mon Jul 24 15:34:31 1995 Ian Lance Taylor <ian@cygnus.com>
2045
2046 * config/default.exp: Define objcopy if it is not defined.
2047 * ld-sh/*: New tests for SH relaxing.
2048
2049 * ld-empic/empic.exp: If $CC does not exist, call untested rather
2050 than unresolved.
2051
2052Thu Jul 20 15:09:26 1995 Ian Lance Taylor <ian@cygnus.com>
2053
2054 * ld-undefined/undefined.exp: If $CC does not exist, mark the
2055 tests as untested rather than unresolved. Clear ELF xfails for
2056 mips*, not just mips.
2057
2058Tue Jul 18 12:00:41 1995 Ian Lance Taylor <ian@cygnus.com>
2059
2060 * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for
2061 undefined line test.
2062
2063Fri Jul 14 13:07:48 1995 Ian Lance Taylor <ian@cygnus.com>
2064
2065 * ld-undefined/undefined.exp: New test, to check reporting of
2066 undefined symbols.
2067 * ld-undefined/undefined.c: New file.
2068
2069Mon Jul 10 11:13:39 1995 Ian Lance Taylor <ian@cygnus.com>
2070
2071 * ld-versados/versados.exp: If a test fails, report it correctly:
2072 don't try to run the next test, and don't report a pass as well as
2073 a fail.
2074
2075Mon Jul 3 14:26:37 1995 Steve Chamberlain <sac@slash.cygnus.com>
2076
a2b64bed 2077 * versados/(t1,t2).ld: End in newlines.
252b5132
RH
2078
2079Mon May 22 20:19:38 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
2080
2081 * lib/ld.exp (default_ld_compile): If cc argument is multiple
2082 words, use only the first when trying to verify the availability
2083 of the compiler.
2084
2085Mon Feb 6 11:46:49 1995 Ian Lance Taylor <ian@cygnus.com>
2086
2087 * ld-scripts/defined.t: Mention .data and .bss explicitly.
2088
2089Tue Jan 24 14:51:48 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2090
2091 * ld-bootstrap/bootstrap.exp: If not in the ld build directory,
2092 call untested for each test, rather than ignoring it. If one test
2093 fails, go on to the next one instead of returning.
2094 * ld-cdtest/cdtest.exp: If compilations fail, mark tests as
2095 unresolved.
2096 * ld-empic/empic.exp: Likewise. Also, always pass the same test
2097 name to pass or fail.
2098 * ld-shared/shared.exp: Likewise. Also, always run all tests.
2099 * ld-scripts/defined.exp: If as or nm fail, mark test as
2100 unresolved. Always pass the same test name to pass or fail.
2101 * ld-scripts/script.exp: Likewise.
2102 * ld-scripts/sizeof.exp: Likewise.
2103
2104Wed Jan 11 11:48:31 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2105
2106 * ld-scripts/sizeof.exp: New test, based on bug report from
2107 anders.blomdell@control.lth.se.
2108 * ld-scripts/sizeof.s: New file.
2109 * ld-scripts/sizeof.t: New file.
2110
2111Wed Jan 4 18:56:27 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
2112
2113 * lib/ld.exp: Use [which $ld] rather than [file exists $ld] to see
2114 if the linker exists.
2115
2116Wed Dec 14 16:39:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
2117
2118 * lib/ld.exp (prune_system_crud): Define if not already defined,
2119 in case the user isn't using the newest DejaGnu version that we
2120 haven't released to the net yet.
2121
2122Fri Dec 2 14:17:02 1994 Ian Lance Taylor <ian@rtl.cygnus.com>
2123
2124 * config/default.exp: Define objdump if it is not defined.
2125 * ld-empic/*: New tests to test -membedded-pic code.
2126
2127Mon Nov 28 11:24:36 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2128
2129 * ld-bootstrap/bootstrap.exp: Pass cmp output through
2130 prune_system_crud.
2131 * ld-cdtest/cdtest.exp: Pass diff output through
2132 prune_system_crud.
2133 * ld-shared/shared.exp: Likewise.
2134
2135 * config/default.exp: Remove unused and useless proc ld_load.
2136
2137Sun Oct 30 13:02:34 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2138
2139 * lib/ld.exp (default_ld_compile): Remove the output file before
2140 compiling.
2141
2142 * ld-shared/shared.exp: Move common test code into a procedure.
2143 Add tests for compiling the non shared code PIC.
2144 * ld-shared/main.c (main): Call main_called, and print the result.
2145 * ld-shared/shared.dat: Adjust accordingly.
2146
2147Thu Oct 27 17:30:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
2148
2149 * ld-shared: New directory, with new files to test generating ELF
2150 shared libraries.
2151
2152 * lib/ld.exp (default_ld_compile): If the compilation worked, but
2153 no object file was created, check to see if the compiler foolishly
2154 ignored the -o switch when compiling, and move the resulting
2155 object if it did.
2156
2157Thu Sep 29 12:36:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2158
2159 * VMS does not permits `.' in directory names. Renamed
2160 ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
2161 ld.scripts to ld-scripts.
2162
2163Wed Sep 28 12:18:54 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2164
2165 * config/default.exp: Set variables as and nm. Create tmpdir if
2166 it does not already exist.
2167 * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
2168 * ld.cdtest/cdtest.exp: Likewise.
2169 * ld.scripts/defined.exp: Likewise. Also, don't set as and nm
2170 here. Change perror for no variables found to fail.
2171 * ld.scripts/script.exp: New test.
2172 * ld.scripts/script.t, ld.scripts/script.s: New files.
2173
2174Tue Sep 27 14:59:51 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
2175
2176 * ld.scripts: New directory.
2177 * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
2178 * ld.scripts/defined.t: New file.
2179 * lib/ld.exp (default_ld_simple_link): New function.
2180 (default_ld_assemble, default_ld_nm): New functions.
2181 * config/default.exp: Rename from unix-ld.exp.
2182 (ld_simple_link, ld_assemble, ld_nm): New functions.
2183
2184 * config/unix-ld.exp: Set ld using findfile.
2185 * lib/ld.exp (default_ld_relocate): Return a value. Change format
2186 of log messages.
2187 (default_ld_compile): Likewise.
2188 (default_ld_link): Likewise. Also, don't include $BFDLIB and
2189 $LIBIBERTY in link.
2190 * ld.bootstrap/bootstrap.exp: Rewrite.
2191 * ld.cdtest/cdtest.exp: Rewrite.
2192 * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
2193 * ld.cdtest/cdtest-foo.h: Likewise.
2194 * ld.cdtest/cdtest-main.cc: Likewise.
2195
2196Fri May 27 09:35:04 1994 Ken Raeburn (raeburn@cygnus.com)
2197
2198 * ld.cdtest/cdtest.exp: Don't look for $result before it's
2199 defined.
2200
2201Tue May 17 15:06:49 1994 Bill Cox (bill@rtl.cygnus.com)
2202
2203 * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
3e8cba19 2204 calls with perror calls.
252b5132
RH
2205
2206Wed May 11 16:47:46 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
2207
2208 * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
2209 * ld.cdtest/cdtest.exp: Adjusted.
2210
2211Fri Jan 28 13:25:41 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2212
2213 * lib/ld.exp (simple_diff): Indicate failure if files have
2214 different numbers of lines. Don't muck with $differences to avoid
2215 indicating a pass, just return.
2216
a2b64bed 2217 * ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
252b5132
RH
2218 Fix test case to be valid ANSI C++. Don't require use of header
2219 files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
a2b64bed 2220 * ld.cdtest/cdtest.exp: Combine "rm" lines. Add some
252b5132
RH
2221 commentary on things that are still broken with this test case.
2222
2223Fri Sep 10 09:58:23 1993 Jeffrey Wheat (cassidy@cygnus.com)
2224
a2b64bed 2225 * ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
252b5132
RH
2226
2227Thu Aug 12 16:05:37 1993 Jeffrey Wheat (cassidy@cygnus.com)
2228
a2b64bed
NC
2229 * lib/ld.exp: add compiler and linker support
2230 * config/unix-ld.exp: add compiler and linker support
2231 * ld.bootstrap/bootstrap.exp: fixed to do partial links
2232 * ld.cdtest/cdtest.exp: constructor/destructor testscase
252b5132
RH
2233
2234Wed Aug 4 21:00:18 1993 Jeffrey Wheat (cassidy@cygnus.com)
2235
a2b64bed
NC
2236 * lib/ld.exp: new file
2237 * config/unix-ld.exp: new file
2238 * ld.bootstrap/bootstrap.exp: new file
This page took 0.234502 seconds and 4 git commands to generate.