diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 03:16:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-01 03:16:27 +0000 |
commit | ed80b9ee77e1b453abd44ac9ed0eaead0ba24941 (patch) | |
tree | 10eb5b48f99966948a05beacd01758623b2a933a /sysdeps/unix | |
parent | a535ce141fc6862a2013dacbed935b9aafb6a8f1 (diff) | |
download | glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.tar.gz glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.tar.xz glibc-ed80b9ee77e1b453abd44ac9ed0eaead0ba24941.zip |
Update.
2000-07-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and endp statements have already been added. 2000-04-18 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include <sysdeps/ia64/sysdep.h>. * sysdeps/ia64/_mcount.S: New file. * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to __gmon_start__. Fix up extraneous whitespace. 2000-01-12 H.J. Lu <hjl@gnu.org> * sysdeps/ia64/elf/initfini.c: New file. 2000-07-31 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW dependency between branch and ar.pfs write.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/clone.S | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/sysdep.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/clone.S b/sysdeps/unix/sysv/linux/ia64/clone.S index 696e7f5bf1..75a33d2f2c 100644 --- a/sysdeps/unix/sysv/linux/ia64/clone.S +++ b/sysdeps/unix/sysv/linux/ia64/clone.S @@ -68,6 +68,7 @@ ENTRY(__clone) mov ar.pfs = loc0 mov gp = loc1 mov r32 = r8 // exit value + ;; br.call.sptk b0 = _exit // we're out of here PSEUDO_END(__clone) diff --git a/sysdeps/unix/sysv/linux/ia64/sysdep.h b/sysdeps/unix/sysv/linux/ia64/sysdep.h index 83c4bad003..bb4ab29eba 100644 --- a/sysdeps/unix/sysv/linux/ia64/sysdep.h +++ b/sysdeps/unix/sysv/linux/ia64/sysdep.h @@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */ #include <sysdeps/unix/sysdep.h> +#include <sysdeps/ia64/sysdep.h> /* For Linux we can use the system call table in the header file /usr/include/asm/unistd.h |