]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #2477]
authorUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2006 19:56:00 +0000 (19:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 1 Apr 2006 19:56:00 +0000 (19:56 +0000)
* sysdeps/unix/sysv/linux/i386/sysdep.h: Create correct LOADARGS_*
macros for non-shared position-independent code.

ChangeLog
sysdeps/unix/sysv/linux/i386/sysdep.h

index cc94216eb584a75378a977a606938899f0ca8bb5..97043e253b2b545af340970caa5bd346b8e695af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-04-01  Ulrich Drepper  <drepper@redhat.com>
 
+       [BZ #2477]
+       * sysdeps/unix/sysv/linux/i386/sysdep.h: Create correct LOADARGS_*
+       macros for non-shared position-independent code.
+
        [BZ #2472]
        * bits/siginfo.h: Fix typo in ILL_ILLOPN definition.
 
index cb5767955cee4b0da23afd732e4720cde218e761..90423d843410e04b57c011f0c7ae6e8c4a560238 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,1993,1995,1996,1997,1998,1999,2000,2002,2003,2004,2005
+/* Copyright (C) 1992,1993,1995-2000,2002-2005,2006
        Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper, <drepper@gnu.org>, August 1995.
@@ -447,7 +447,7 @@ asm (".L__X'%ebx = 1\n\t"
 
 #define LOADARGS_0
 #ifdef __PIC__
-# if defined I386_USE_SYSENTER
+# if defined I386_USE_SYSENTER && defined SHARED
 #  define LOADARGS_1 \
     "bpushl .L__X'%k3, %k3\n\t"
 #  define LOADARGS_5 \