mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
A misc IA-64 ELF patch I missed in the first pass.
* testsuite/ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
This commit is contained in:
parent
91b1cc5d0b
commit
b32711aa6a
@ -1,3 +1,7 @@
|
||||
Fri Apr 21 15:16:07 2000 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* testsuite/ld-scripts/phdrs.exp: IA-64 is 64-bit ELF too.
|
||||
|
||||
2000-04-12 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* ld-selective/3.cc (_start): Add cheat for gcc-2.95.2 failure.
|
||||
|
@ -31,7 +31,7 @@ set phdrs_regexp \
|
||||
".*Program Header:.*PHDR *off *0x00*34 *vaddr *0x00*80034 *paddr *0x00*80034.*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-.*"
|
||||
|
||||
# On a 64 bit ELF format, we need different numbers.
|
||||
if { [istarget alpha*-*-*] } then {
|
||||
if { [istarget alpha*-*-*] || [istarget "ia64*-*-*"] } 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-.*"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user