From d775a1ab081315aec3151b69276cf709c2496317 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Fri, 9 Mar 2001 07:31:34 +0000 Subject: * rs6000/simulator.S (dup): New syscall. --- libgloss/rs6000/simulator.S | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'libgloss/rs6000') diff --git a/libgloss/rs6000/simulator.S b/libgloss/rs6000/simulator.S index 8859b5b3a..e8c18380c 100644 --- a/libgloss/rs6000/simulator.S +++ b/libgloss/rs6000/simulator.S @@ -1,7 +1,7 @@ /* * simulator.S -- PowerPC simulator system calls. * - * Copyright (c) 1995, 2000 Cygnus Support + * Copyright (c) 1995, 2000, 2001 Cygnus Support * * The authors hereby grant permission to use, copy, modify, distribute, * and license this software and its documentation for any purpose, provided @@ -72,6 +72,13 @@ FUNC_START(access) b FUNC_NAME(_cerror) FUNC_END(access) +FUNC_START(dup) + li r0,41 + sc + bnslr+ + b FUNC_NAME(_cerror) +FUNC_END(dup) + FUNC_START(lseek) li r0,199 sc -- cgit v1.2.3