From: Roland McGrath Date: Sun, 28 Aug 1994 08:50:46 +0000 (+0000) Subject: Formerly ./standalone/m68k/m68020/mvme136/_exit.c.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4057 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ece89a1215ab74090619029ed23f33ff3f86ba3b;p=thirdparty%2Fglibc.git Formerly ./standalone/m68k/m68020/mvme136/_exit.c.~2~ --- diff --git a/sysdeps/standalone/m68k/m68020/mvme136/_exit.c b/sysdeps/standalone/m68k/m68020/mvme136/_exit.c index b7669026fe5..2deecaa157a 100644 --- a/sysdeps/standalone/m68k/m68020/mvme136/_exit.c +++ b/sysdeps/standalone/m68k/m68020/mvme136/_exit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991 Free Software Foundation, Inc. +/* Copyright (C) 1994 Free Software Foundation, Inc. Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil), On-Line Applications Research Corporation. @@ -44,15 +44,6 @@ DEFUN(_exit, (status), int status) { /* status is ignored */ - - M68Kvec[ 45 ] = exit_trap; /* install exit_trap handler */ + M68Kvec[ 45 ] = __exit_trap; /* install exit_trap handler */ asm volatile( "trap #13" ); /* insures SUPV mode */ } - -#ifdef HAVE_GNU_LD - -#include - -stub_warning(_exit); - -#endif /* GNU stabs. */