summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-13 00:53:21 +0000
commit138dd543577ce6140d439518ba00135e7f7ebdc5 (patch)
treecce59bbc3af80cd57773205c0b711fdd9967fada /lib/libc/amd64
parentd63cdcd7f92ed1595eb4cc97e53ac7c42e31b5cd (diff)
downloadFreeBSD-src-138dd543577ce6140d439518ba00135e7f7ebdc5.zip
FreeBSD-src-138dd543577ce6140d439518ba00135e7f7ebdc5.tar.gz
Add symbol maps and initial symbol version definitions to libc.
Reviewed by: davidxu
Diffstat (limited to 'lib/libc/amd64')
-rw-r--r--lib/libc/amd64/Symbol.map73
1 files changed, 73 insertions, 0 deletions
diff --git a/lib/libc/amd64/Symbol.map b/lib/libc/amd64/Symbol.map
new file mode 100644
index 0000000..5640062
--- /dev/null
+++ b/lib/libc/amd64/Symbol.map
@@ -0,0 +1,73 @@
+# $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;
+
+ _setjmp;
+ _longjmp;
+ fabs;
+ __flt_rounds;
+ fpgetmask;
+ fpgetprec;
+ fpgetround;
+ fpgetsticky;
+ fpsetmask;
+ fpsetprec;
+ fpsetround;
+ __infinity;
+ __nan;
+ makecontext;
+ modf;
+ rfork_thread;
+ setjmp;
+ longjmp;
+ sigsetjmp;
+ siglongjmp;
+ htonl;
+ __htonl;
+ htons;
+ __htons;
+ ntohl;
+ __ntohl;
+ ntohs;
+ __ntohs;
+ amd64_get_fsbase;
+ amd64_get_gsbase;
+ amd64_set_fsbase;
+ amd64_set_gsbase;
+ brk;
+ exect;
+ sbrk;
+ vfork;
+};
+
+#
+# FreeBSD private ABI
+#
+FBSDprivate {
+ # PSEUDO syscalls
+ __sys_getlogin;
+ _getlogin;
+ __sys_exit;
+
+ _set_tp;
+ ___longjmp;
+ __makecontext;
+ __longjmp;
+ __signalcontext;
+ signalcontext;
+ __siglongjmp;
+ .curbrk;
+ .minbrk;
+ _brk;
+ .cerror;
+ _end;
+ __sys_vfork;
+ _vfork;
+};
OpenPOWER on IntegriCloud