Doh... Don't add __eabi to an old version tag (i.e. FBSD_1.0). Add it to the
current one (= FBSD_1.3). Pointed out by: kib
This commit is contained in:
parent
21e7982efd
commit
f7e3011309
@ -11,7 +11,6 @@ FBSD_1.0 {
|
||||
/* PSEUDO syscalls */
|
||||
_exit;
|
||||
|
||||
__eabi;
|
||||
_mcount;
|
||||
_setjmp;
|
||||
_longjmp;
|
||||
@ -39,6 +38,10 @@ FBSD_1.0 {
|
||||
vfork;
|
||||
};
|
||||
|
||||
FBSD_1.3 {
|
||||
__eabi;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
/* PSEUDO syscalls */
|
||||
__sys_getlogin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user