From b38de2c8da34cf506651a5170a3d2d46292650ad Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 4 Aug 2002 01:28:11 +0000 Subject: 2002-08-03 Roland McGrath * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use HIDDEN_JUMPTARGET for _exit. * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise. * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise. * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise. * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def. --- sysdeps/unix/_exit.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/unix/_exit.S') diff --git a/sysdeps/unix/_exit.S b/sysdeps/unix/_exit.S index 4fdef35a6e..115527efab 100644 --- a/sysdeps/unix/_exit.S +++ b/sysdeps/unix/_exit.S @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992, 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1991,92,97,99,2002 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,4 +21,5 @@ PSEUDO (_exit, exit, 1) /* Shouldn't get here. */ PSEUDO_END(_exit) +libc_hidden_def (_exit) weak_alias (_exit, _Exit) -- cgit 1.4.1