mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-25 20:21:07 +00:00
Call __sigsetjmp by correct name.
This commit is contained in:
parent
120b2b39d6
commit
0bee7da30d
@ -1,5 +1,5 @@
|
|||||||
/* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. ARM version.
|
/* BSD `_setjmp' entry point to `sigsetjmp (..., 0)'. ARM version.
|
||||||
Copyright (C) 1997 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -25,5 +25,5 @@
|
|||||||
|
|
||||||
ENTRY (_setjmp)
|
ENTRY (_setjmp)
|
||||||
mov r1, #0
|
mov r1, #0
|
||||||
b __sigsetjmp
|
b C_SYMBOL_NAME(__sigsetjmp)
|
||||||
END (_setjmp)
|
END (_setjmp)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. ARM version.
|
/* BSD `setjmp' entry point to `sigsetjmp (..., 1)'. ARM version.
|
||||||
Copyright (C) 1997 Free Software Foundation, Inc.
|
Copyright (C) 1997, 1998 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -25,5 +25,5 @@
|
|||||||
|
|
||||||
ENTRY (setjmp)
|
ENTRY (setjmp)
|
||||||
mov r1, #1
|
mov r1, #1
|
||||||
b __sigsetjmp
|
b C_SYMBOL_NAME(__sigsetjmp)
|
||||||
END (setjmp)
|
END (setjmp)
|
||||||
|
Loading…
Reference in New Issue
Block a user