This is the mail archive of the binutils@sourceware.cygnus.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]

[PATCH] Run ld-shared and ld-vers checks on sparc*linux


Hi!

I don't wonder why the checks which failed for hjl did not fail for me
(patch below).
The only test which fails then is the load offset check which might be
cured in glibc 2.1.2 and 2.1.90 as it dies on phdrs outside of any mapped
segment, but I haven't checked yet.

1999-08-09  Jakub Jelinek  <jj@ultra.linux.cz>

	* ld-elfvers/vers.exp: Add sparc*-*-linux*.
	* ld-shared/shared.exp: Likewise.

--- ld-elfvers/vers.exp.jj	Mon Jul 12 21:28:09 1999
+++ ld-elfvers/vers.exp	Mon Aug  9 11:02:10 1999
@@ -35,7 +35,8 @@ if { ![istarget i?86-*-sysv4*] \
      && ![istarget powerpc-*-linux*] \
      && ![istarget powerpc-*-sysv4*] \
      && ![istarget sparc*-*-elf] \
-     && ![istarget sparc*-*-solaris2*]
+     && ![istarget sparc*-*-solaris2*] \
+     && ![istarget sparc*-*-linux*] \
      && ![istarget alpha*-*-linux*] } {
     return
 }
--- ld-shared/shared.exp.jj	Tue Jun 29 10:52:53 1999
+++ ld-shared/shared.exp	Mon Aug  9 10:57:43 1999
@@ -47,6 +47,7 @@ if { ![istarget i386-*-sysv4*] \
      && ![istarget sparc*-*-elf] \
      && ![istarget sparc*-*-solaris2*] \
      && ![istarget sparc*-*-sunos4*] \
+     && ![istarget sparc*-*-linux*] \
      && ![istarget rs6000*-*-aix*] \
      && ![istarget powerpc*-*-aix*] } {
     return

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
UltraLinux  |  http://ultra.linux.cz/  |  http://ultra.penguin.cz/
Linux version 2.3.13 on a sparc64 machine (1343.49 BogoMips)
___________________________________________________________________

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