Searched hist:c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f (Results 1 – 5 of 5) sorted by relevance
/haiku/src/system/libroot/posix/arch/m68k/ |
H A D | sigsetjmp.S | c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f Sun Aug 14 07:13:44 UTC 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix definition of _setjmp
The #pragma weak does not work, the symbol is not defined and when already defined, it is not made weak. Moreover, it does not make the symbol global so we need to declare it with a FUNCTION.
If we want the symbol to be weak, then we should use .weak to do so. The _longjmp symbol should also be changed to match, in that case.
Fixes #12912.
|
/haiku/src/system/libroot/posix/arch/ppc/ |
H A D | sigsetjmp.S | c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f Sun Aug 14 07:13:44 UTC 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix definition of _setjmp
The #pragma weak does not work, the symbol is not defined and when already defined, it is not made weak. Moreover, it does not make the symbol global so we need to declare it with a FUNCTION.
If we want the symbol to be weak, then we should use .weak to do so. The _longjmp symbol should also be changed to match, in that case.
Fixes #12912.
|
/haiku/src/system/libroot/posix/arch/x86/ |
H A D | sigsetjmp.S | c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f Sun Aug 14 07:13:44 UTC 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix definition of _setjmp
The #pragma weak does not work, the symbol is not defined and when already defined, it is not made weak. Moreover, it does not make the symbol global so we need to declare it with a FUNCTION.
If we want the symbol to be weak, then we should use .weak to do so. The _longjmp symbol should also be changed to match, in that case.
Fixes #12912.
|
/haiku/src/system/libroot/posix/arch/arm/ |
H A D | sigsetjmp.S | c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f Sun Aug 14 07:13:44 UTC 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix definition of _setjmp
The #pragma weak does not work, the symbol is not defined and when already defined, it is not made weak. Moreover, it does not make the symbol global so we need to declare it with a FUNCTION.
If we want the symbol to be weak, then we should use .weak to do so. The _longjmp symbol should also be changed to match, in that case.
Fixes #12912.
|
/haiku/src/system/libroot/posix/arch/x86_64/ |
H A D | sigsetjmp.S | c92f19c6e81cea0d7cb7224782d5bd8c67b43f3f Sun Aug 14 07:13:44 UTC 2016 Adrien Destugues <pulkomandy@pulkomandy.tk> Fix definition of _setjmp
The #pragma weak does not work, the symbol is not defined and when already defined, it is not made weak. Moreover, it does not make the symbol global so we need to declare it with a FUNCTION.
If we want the symbol to be weak, then we should use .weak to do so. The _longjmp symbol should also be changed to match, in that case.
Fixes #12912.
|