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:
Marcel Moolenaar 2012-05-25 16:30:42 +00:00
parent 21e7982efd
commit f7e3011309
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236006

View File

@ -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;