A small fix for ld testsuite
Alan Modra
alan@linuxcare.com.au
Sat Oct 7 07:05:00 GMT 2000
More information about the Binutils mailing list
Sat Oct 7 07:05:00 GMT 2000
- Previous message (by thread): Segfaults in elflink.h
- Next message (by thread): tc-hppa.c md_apply_fix correction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Committed.
ld/testsuite/ChangeLog
* ld-scripts/phdrs.exp: hppa*64*-*-* is 64-bit ELF too.
Alan Modra
--
Linuxcare. Support for the Revolution.
Index: ld/testsuite/ld-scripts/phdrs.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-scripts/phdrs.exp,v
retrieving revision 1.3
diff -u -p -w -r1.3 phdrs.exp
--- phdrs.exp 2000/04/21 22:17:28 1.3
+++ phdrs.exp 2000/10/07 12:57:40
@@ -31,7 +31,8 @@ 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*-*-*] || [istarget "ia64*-*-*"] } then {
+if { [istarget alpha*-*-*] || [istarget "ia64*-*-*"]
+ || [istarget "hppa*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-.*"
}
- Previous message (by thread): Segfaults in elflink.h
- Next message (by thread): tc-hppa.c md_apply_fix correction
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list