This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for ld testcase


I checked in the following patch.

H.J.
----
2001-05-24  H.J. Lu  <hjl@gnu.org>

	* ld-scripts/phdrs.exp: Add sparc64 to 64 bit platform.

Index: ld-scripts/phdrs.exp
===================================================================
RCS file: /work/cvs/gnu/binutils/ld/testsuite/ld-scripts/phdrs.exp,v
retrieving revision 1.1.1.6
diff -u -p -r1.1.1.6 phdrs.exp
--- ld-scripts/phdrs.exp	2001/05/02 21:53:31	1.1.1.6
+++ ld-scripts/phdrs.exp	2001/05/25 00:50:59
@@ -49,7 +49,7 @@ set phdrs_regexp \
 # On a 64 bit ELF format, we need different numbers.
 if { [istarget alpha*-*-*] || [istarget "ia64*-*-*"]
     || [istarget "hppa*64*-*-*"] || [istarget "x86_64*-*-*"]
-    || [istarget "s390x*-*-*"]} then {
+    || [istarget "s390x*-*-*"] || [istarget "sparc64*-*-*"]} then {
   set phdrs_regexp \
 ".*Program Header:.*PHDR *off *0x00*40 *vaddr *0x00*800040 *paddr *0x00*800040.*filesz *0x0\[0-9a-f\]* *memsz *0x0\[0-9a-f\]* flags r--.*LOAD *off *0x00* *vaddr *0x00*800000 *paddr *0x00*800000.*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-.*"
 }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]