diff options
Diffstat (limited to 'packages/glibc/glibc-2.3.2/alpha-pic.patch')
-rw-r--r-- | packages/glibc/glibc-2.3.2/alpha-pic.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/glibc/glibc-2.3.2/alpha-pic.patch b/packages/glibc/glibc-2.3.2/alpha-pic.patch deleted file mode 100644 index 6c4db3029d..0000000000 --- a/packages/glibc/glibc-2.3.2/alpha-pic.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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) |