* elf/tls-macros.h (TLS_LD, TLS_GD): Use call insn, not callq.
authorRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 10:26:59 +0000 (10:26 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 30 Sep 2002 10:26:59 +0000 (10:26 +0000)
commitfe27057d1765c1cc42023bff4fdd71ce190fe35d
tree47c1bbef63f27eed1335f6744414d6a2af2b8a2b
parent7de490c6863aa4bb81d3a1cb4a0a35028aeee260
* elf/tls-macros.h (TLS_LD, TLS_GD): Use call insn, not callq.

* sysdeps/unix/x86_64/sysdep.S [USE_TLS && HAVE___THREAD] [! PIC]:
Use direct-%fs form of TLS access for errno.

* sysdeps/unix/sysv/linux/i386/i686/sysdep.h: File removed, since
the i386 version has all the same asm now.

* sysdeps/i386/elf/configure.in: Add @GOTNTPOFF and @NTPOFF uses to
the TLS support check.
* sysdeps/i386/elf/configure: Regenerated.

* sysdeps/unix/sysv/linux/i386/sysdep.h [USE_TLS && HAVE___THREAD]
(SYSCALL_ERROR_HANDLER): Use direct-%gs form of TLS access for errno.

* sysdeps/unix/i386/sysdep.S (syscall_error)
[USE_TLS && HAVE___THREAD]: Use TLS access for errno.
ChangeLog
elf/tls-macros.h
sysdeps/i386/elf/configure
sysdeps/i386/elf/configure.in
sysdeps/unix/i386/sysdep.S
sysdeps/unix/sysv/linux/i386/i686/sysdep.h [deleted file]
sysdeps/unix/x86_64/sysdep.S