aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/alpha/Symbol.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/alpha/Symbol.map')
-rw-r--r--lib/libc/alpha/Symbol.map77
1 files changed, 0 insertions, 77 deletions
diff --git a/lib/libc/alpha/Symbol.map b/lib/libc/alpha/Symbol.map
deleted file mode 100644
index 51c81ed9c020..000000000000
--- a/lib/libc/alpha/Symbol.map
+++ /dev/null
@@ -1,77 +0,0 @@
-# $FreeBSD$
-
-#
-# This only needs to contain symbols that are not listed in
-# symbol maps from other parts of libc (i.e., not found in
-# stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
-#
-FBSD_1.0 {
- # PSEUDO syscalls
- _exit;
-
- __flt_rounds;
- fpgetmask;
- fpgetround;
- fpgetsticky;
- fpsetmask;
- fpsetround;
- __infinity;
- __nan;
- makecontext;
- modf;
- _setjmp;
- _longjmp;
- fabs;
- rfork_thread;
- setjmp;
- longjmp;
- sigsetjmp;
- siglongjmp;
- __htonl;
- htonl;
- __htons;
- htons;
- __ntohl;
- ntohl;
- __ntohs;
- ntohs;
- vfork;
- exect;
- fork;
- sbrk;
-};
-
-#
-# FreeBSD private ABI
-#
-FBSDprivate {
- # PSEUDO syscalls
- __sys_getlogin;
- _getlogin;
- __sys_exit;
-
- _set_tp;
- __makecontext;
- __signalcontext;
- signalcontext;
- ___longjmp;
- __longjmp;
- __siglongjmp;
- __divqu;
- __divq;
- __divlu;
- __divl;
- __remqu;
- __remq;
- __remlu;
- __reml;
- __sys_vork;
- _vfork;
- __sys_fork;
- _fork;
- _end;
- curbrk;
- minbrk;
- brk;
- .cerror;
-};