diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 3b2702bca3..f8149caf50 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-04-28 Andreas Jaeger + + * ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it + special. + 2001-04-01 David O'Brien * ld-undefined/undefined.exp: XFAIL on FreeBSD/i386 for the usual (even though it doesn't use DWARF2 yet (but its output is identical). @@ -332,16 +337,16 @@ Wed Jun 9 12:02:33 1999 Andreas Schwab * ld-srec/srec.exp: Add expected failures for StrongARM targets. * ld-selective/selective.exp: Add expected failure for ARM-COFF - targets. + targets. 1999-02-16 Nick Clifton * ld-checks/asm.s: Use .long instead of .word. Replace custom section names with .text, .data and .bss. * ld-checks/script: Replace custom section names with .text, .data - and .bss. + and .bss. * ld-checks/checks.exp: Replace custom section names with .text, - .data and .bss. + .data and .bss. 1999-02-11 Nick Clifton @@ -399,7 +404,7 @@ Fri Oct 23 16:28:29 1998 Catherine Moore selective linking. * lib/ld-lib.exp (ld_nm): Strip leading underscore from $name. - + Sun Oct 4 22:17:05 1998 Ian Lance Taylor * ld-elfvers/vers16.dsym: Work correctly on a system without @@ -430,7 +435,7 @@ Wed Sep 9 14:10:15 1998 Nick Clifton Wed Aug 19 11:59:19 1998 Nick Clifton * ld-srec/srec.exp: Add arm/thumb-elf expected failures. - + Thu Aug 13 12:41:58 1998 Ian Lance Taylor * ld-bootstrap/bootstrap.exp: Don't run the --static bootstrap @@ -489,7 +494,7 @@ Tue Jun 16 12:40:38 1998 Geoff Keating Fri May 29 15:02:50 1998 Ian Lance Taylor * ld-srec/srec.exp: Add xfails for powerpc*-*-eabi. - (run_srec_test): On mn10200, define __truncsipsi2_do_d2. + (run_srec_test): On mn10200, define __truncsipsi2_do_d2. * ld-srec/sr1.c (__main): Change return type to void. * ld-srec/sr3.cc (__main): Likewise. (__builtin_delete, __builtin_new): Likewise. @@ -560,7 +565,7 @@ Mon Nov 10 14:25:43 1997 Ian Lance Taylor Mon Oct 20 14:36:39 1997 Ian Lance Taylor * ld-srec/sr3.cc: Add definitions for terminate, __terminate, and - __throw, since the current g++ expects them to be defined. + __throw, since the current g++ expects them to be defined. Fri Oct 3 12:24:03 1997 Ian Lance Taylor @@ -697,7 +702,7 @@ Wed May 1 16:45:13 1996 Ian Lance Taylor Mon Apr 29 10:33:10 1996 Andreas Schwab * ld-shared/shared.exp: Run the shared library tests on - Linux/m68k. + Linux/m68k. Fri Apr 5 16:20:55 1996 Ian Lance Taylor diff --git a/ld/testsuite/ld-scripts/phdrs.exp b/ld/testsuite/ld-scripts/phdrs.exp index 9899083da9..f0bc1ad548 100644 --- a/ld/testsuite/ld-scripts/phdrs.exp +++ b/ld/testsuite/ld-scripts/phdrs.exp @@ -48,7 +48,7 @@ set phdrs_regexp \ # On a 64 bit ELF format, we need different numbers. if { [istarget alpha*-*-*] || [istarget "ia64*-*-*"] - || [istarget "hppa*64*-*-*"] } then { + || [istarget "hppa*64*-*-*"] || [istarget "x86_64*-*-*"] } then { set phdrs_regexp \ ".*Program Header:.*PHDR *off *0x00*40 *vaddr *0x00*80040 *paddr *0x00*80040.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* flags r--.*LOAD *off *0x00* *vaddr *0x00*80000 *paddr *0x00*80000.*filesz *0x00*\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* *flags r-x.*LOAD *off *0x0\[0-9a-f\]* *vaddr *0x00*80*\[0-9a-f\]* *paddr *0x00*80*\[0-9a-f\]*.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* *flags *rw-.*" }