History log of /haiku/src/system/libroot/posix/arch/m68k/sigsetjmp.S
Revision Date Author Comments
# c92f19c6 14-Aug-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.


# 9f5e12b6 13-Oct-2008 François Revol <revol@free.fr>

- use asm_def.h and FUNCTION_END
- remove some dead ppc code


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 899aa8e1 10-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved setjmp() to sigsetjmp.S for ppc and m68k, too. Should fix the
kernel build. Haven't tested it though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dd68e9e8 26-Oct-2007 François Revol <revol@free.fr>

More of the libc...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22738 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9f5e12b6b3963316be2f05912f1bc12c9bc87258 13-Oct-2008 François Revol <revol@free.fr>

- use asm_def.h and FUNCTION_END
- remove some dead ppc code


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28023 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 899aa8e1f62a133b6fea56bc2e6773b707c82805 10-May-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved setjmp() to sigsetjmp.S for ppc and m68k, too. Should fix the
kernel build. Haven't tested it though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25431 a95241bf-73f2-0310-859d-f6bbb57e9c96


# dd68e9e8b4273bb7f91680e04f5cda6ec74a73a8 26-Oct-2007 François Revol <revol@free.fr>

More of the libc...


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22738 a95241bf-73f2-0310-859d-f6bbb57e9c96