Browse Source

Rename longjmp.S to __longjmp.S
Remove extra weak symbols defined by ../common/longjmp.c

Miles Bader 22 years ago
parent
commit
6e2c1e84e9
1 changed files with 2 additions and 8 deletions
  1. 2 8
      libc/sysdeps/linux/v850/__longjmp.S

+ 2 - 8
libc/sysdeps/linux/v850/longjmp.S → libc/sysdeps/linux/v850/__longjmp.S

@@ -1,8 +1,8 @@
 /*
 /*
  * libc/sysdeps/linux/v850/longjmp.S -- `longjmp' for v850
  * libc/sysdeps/linux/v850/longjmp.S -- `longjmp' for v850
  *
  *
- *  Copyright (C) 2001  NEC Corporation
+ *  Copyright (C) 2001,02  NEC Corporation
- *  Copyright (C) 2001  Miles Bader <miles@gnu.org>
+ *  Copyright (C) 2001,02  Miles Bader <miles@gnu.org>
  *
  *
  * This file is subject to the terms and conditions of the GNU Lesser
  * This file is subject to the terms and conditions of the GNU Lesser
  * General Public License.  See the file COPYING.LIB in the main
  * General Public License.  See the file COPYING.LIB in the main
@@ -38,11 +38,5 @@ C_ENTRY(__longjmp):
 	jmp	[lp]
 	jmp	[lp]
 C_END(__longjmp)
 C_END(__longjmp)
 
 
-.weak C_SYMBOL_NAME(longjmp)
-C_SYMBOL_NAME(longjmp) = C_SYMBOL_NAME(__longjmp)
-
-.weak C_SYMBOL_NAME(siglongjmp)
-C_SYMBOL_NAME(siglongjmp) = C_SYMBOL_NAME(__longjmp)
-
 .weak C_SYMBOL_NAME(__sigprocmask)
 .weak C_SYMBOL_NAME(__sigprocmask)
 C_SYMBOL_NAME(__sigprocmask) = C_SYMBOL_NAME(sigprocmask)
 C_SYMBOL_NAME(__sigprocmask) = C_SYMBOL_NAME(sigprocmask)