summaryrefslogtreecommitdiffstats
path: root/lib/libc/ia64/Symbol.map
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/ia64/Symbol.map')
-rw-r--r--lib/libc/ia64/Symbol.map71
1 files changed, 0 insertions, 71 deletions
diff --git a/lib/libc/ia64/Symbol.map b/lib/libc/ia64/Symbol.map
deleted file mode 100644
index 7a31a51..0000000
--- a/lib/libc/ia64/Symbol.map
+++ /dev/null
@@ -1,71 +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;
-
- mcount;
- _setjmp;
- _longjmp;
- fabs;
- __flt_rounds;
- fpgetmask;
- fpgetround;
- fpsetmask;
- fpsetround;
- __infinity;
- __nan;
- makecontext;
- setjmp;
- longjmp;
- sigsetjmp;
- siglongjmp;
- htonl;
- htons;
- ntohl;
- ntohs;
- vfork;
- brk;
- exect;
- sbrk;
-};
-
-FBSDprivate_1.0 {
- /* PSEUDO syscalls */
- __sys_getlogin;
- _getlogin;
- __sys_exit;
-
- _set_tp;
- __divdf3;
- __divdi3;
- __divsf3;
- __divsi3;
- __moddi3;
- __modsi3;
- __udivdi3;
- __udivsi3;
- __umoddi3;
- __umodsi3;
- _mcount;
- ___longjmp;
- __makecontext;
- __longjmp;
- signalcontext;
- __signalcontext;
- __siglongjmp;
- _Unwind_FindTableEntry;
- __sys_vfork;
- _vfork;
- _end;
- minbrk;
- .cerror;
- curbrk;
-};
OpenPOWER on IntegriCloud