mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2002-09-19 David Mosberger <davidm@hpl.hp.com> * sysdeps/ia64/dl-fptr.c (make_fdesc): Load address of "local" via a 64-bit gp-relative address to enable binaries with large data sections. 2002-09-30 Ulrich Drepper <drepper@redhat.com> * stdlib/cxa_finalize.c (__cxa_finalize): Call UNREGISTER_ATFORK if it is defined. * posix/Makefile (distribute): Add fork.h. * sysdeps/generic/fork.h: New file.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* Manage function descriptors. IA-64 version.
|
||||
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@ -127,7 +127,7 @@ make_fdesc (Elf64_Addr ip, Elf64_Addr gp)
|
||||
unsigned int old;
|
||||
struct local *l;
|
||||
|
||||
asm ("addl %0 = @gprel (local), gp" : "=r" (l));
|
||||
asm ("movl %0 = @gprel (local);; add %0 = %0, gp" : "=&r"(l));
|
||||
|
||||
t = l->root;
|
||||
while (1)
|
||||
|
Reference in New Issue
Block a user