diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-22 07:10:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-22 07:10:00 +0000 |
commit | 27d640befba8c7b91d5ba9e1152dbf039a18133b (patch) | |
tree | 6219ece9d560763ea32d6111ae73ca0465766909 /sysdeps/unix/sysv/linux/hppa | |
parent | 026395a2a6cfeeb365d2a2993a1aebd6f58b1f95 (diff) | |
download | glibc-27d640befba8c7b91d5ba9e1152dbf039a18133b.tar.gz glibc-27d640befba8c7b91d5ba9e1152dbf039a18133b.tar.xz glibc-27d640befba8c7b91d5ba9e1152dbf039a18133b.zip |
* sysdeps/unix/sysv/linux/hppa/sysdep.h: Fix merge error.
2003-10-15 Roland McGrath <roland@redhat.com> * elf/dl-iteratephdr.c [! SHARED] (dl_iterate_phdr): New function. Fake an entry for the main executable and then call __dl_iterate_phdr. * elf/Makefile (routines): Remove dl-iteratephdr-static. (elide-routines.os): Likewise. (CFLAGS-dl-iterate-phdr-static.c): Variable removed. * sysdeps/generic/dl-iteratephdr-static.c: File removed. * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: File removed.
Diffstat (limited to 'sysdeps/unix/sysv/linux/hppa')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/sysdep.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/sysdep.h b/sysdeps/unix/sysv/linux/hppa/sysdep.h index bb5e31dbb9..1085db3fc7 100644 --- a/sysdeps/unix/sysv/linux/hppa/sysdep.h +++ b/sysdeps/unix/sysv/linux/hppa/sysdep.h @@ -371,7 +371,6 @@ LDW_ASM_PIC \ : "=r" (__res) \ : "i" (SYS_ify(name)) ASM_ARGS_##nr \ - ); \ : CALL_CLOB_REGS CLOB_ARGS_##nr \ ); \ __sys_res = (long)__res; \ |