blob: 6c4db3029d8270a54794ec7c30ec7952a32dd506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- sysdeps/unix/alpha/sysdep.S 2003-03-23 16:01:02.000000000 +0900
+++ sysdeps/unix/alpha/sysdep.S.new 2003-03-23 16:02:50.000000000 +0900
@@ -95,14 +95,10 @@
PROLOGUE
/* Find our per-thread errno address */
-#ifdef PIC
- bsr ra, __errno_location !samegp
-#else
jsr ra, __errno_location
#ifndef GPSAVEREG
ldgp gp, 0(ra)
#endif
-#endif
/* Store the error value. */
ldq t0, 8(sp)
|