mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 01:21:06 +00:00
17b8a52d1e
2004-09-01 David Mosberger <davidm@hpl.hp.com> * sysdeps/unix/sysv/linux/ia64/jmpbuf-unwind.h (__libc_unwind_longjmp): Delete macro and declare as function. * sysdeps/unix/sysv/linux/ia64/Makefile (sysdep_routines): Mention __ia64_longjmp, sigstack_longjmp, and __sigstack_longjmp for nptl directory. * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: New file. * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: New file. * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: New file.
4 lines
107 B
Makefile
4 lines
107 B
Makefile
ifeq ($(subdir),nptl)
|
|
libpthread-sysdep_routines += __ia64_longjmp unwind_longjmp __sigstack_longjmp
|
|
endif
|