From e384537164e04d46fe1749899715abd72d33c54e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Mar 1996 18:32:47 +0000 Subject: Mon Mar 18 13:20:46 1996 Roland McGrath * elf/Makefile (rtld-link): New canned sequence. (ld.so, ld-linux.so.1): Use it. Pass -soname option. * sysdeps/i386/setjmp.S (__setjmp): Define compatibility entry point. Sun Mar 17 23:15:32 1996 Andreas Schwab * sysdeps/unix/sysv/linux/tcgetpgrp.c, sysdeps/unix/sysv/linux/tcsetpgrp.c: New files. --- sysdeps/i386/setjmp.S | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/setjmp.S b/sysdeps/i386/setjmp.S index ccb7147606..498a925b00 100644 --- a/sysdeps/i386/setjmp.S +++ b/sysdeps/i386/setjmp.S @@ -1,5 +1,5 @@ /* setjmp for i386. -Copyright (C) 1995 Free Software Foundation, Inc. +Copyright (C) 1995, 1996 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 @@ -21,6 +21,12 @@ Cambridge, MA 02139, USA. */ #define _ASM #include + /* Binary compatibility entry point. */ +ENTRY (__setjmp) + popl %eax /* Pop return address. */ + pushl $0 /* Push zero argument. */ + pushl %eax /* Push back return address. */ + ENTRY (__sigsetjmp) movl 4(%esp), %eax /* User's jmp_buf in %eax. */ /* Save registers. */ -- cgit v1.2.3