diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-28 16:14:39 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-28 16:14:39 +0000 |
commit | b3992bc715635758994078540cace78561f38a7b (patch) | |
tree | 8c852d0e5c5e3d2bc30fb5a365388800fd13a2c5 /ld/testsuite/ld-scripts | |
parent | 37c9e45c8950a6747f599c1fce343f7197594aec (diff) | |
download | gdb-b3992bc715635758994078540cace78561f38a7b.zip gdb-b3992bc715635758994078540cace78561f38a7b.tar.gz gdb-b3992bc715635758994078540cace78561f38a7b.tar.bz2 |
* ld-scripts/phdrs.exp: x86-64 is a 64 bit ELF platform, handle it
special.
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r-- | ld/testsuite/ld-scripts/phdrs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/phdrs.exp b/ld/testsuite/ld-scripts/phdrs.exp index 9899083..f0bc1ad 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-.*" } |