diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-16 11:16:14 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-05-16 11:16:14 +0000 |
commit | 37ff64ed880153028858c2fdbac9861faa23dcbe (patch) | |
tree | b92cb6c34a77d48ba4bbdd39e539548dc71bb3f8 /lib/libc/arch/mips/sys/syscall.S | |
parent | 7c9f95bad108caeb770047316b52959ab8821ed8 (diff) |
Changes to support elf shared librarys
Diffstat (limited to 'lib/libc/arch/mips/sys/syscall.S')
-rw-r--r-- | lib/libc/arch/mips/sys/syscall.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/arch/mips/sys/syscall.S b/lib/libc/arch/mips/sys/syscall.S index 4f0fd27a368..8ea3e16d6cb 100644 --- a/lib/libc/arch/mips/sys/syscall.S +++ b/lib/libc/arch/mips/sys/syscall.S @@ -38,9 +38,13 @@ #if defined(LIBC_SCCS) && !defined(lint) ASMSTR("from: @(#)syscall.s 8.1 (Berkeley) 6/4/93") - ASMSTR("$Id: syscall.S,v 1.1 1995/10/18 08:41:36 deraadt Exp $") + ASMSTR("$Id: syscall.S,v 1.2 1996/05/16 11:16:13 pefo Exp $") #endif /* LIBC_SCCS and not lint */ #define SYS_syscall 0 +#ifdef ABICALLS + .abicalls +#endif + RSYSCALL(syscall) |