summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc
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/powerpc
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/powerpc')
-rw-r--r--lib/libc/powerpc/Symbol.map60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib/libc/powerpc/Symbol.map b/lib/libc/powerpc/Symbol.map
new file mode 100644
index 0000000..a8af2ca
--- /dev/null
+++ b/lib/libc/powerpc/Symbol.map
@@ -0,0 +1,60 @@
+# $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;
+ fpgetround;
+ fpgetsticky;
+ fpsetmask;
+ fpsetround;
+ __infinity;
+ __nan;
+ makecontext;
+ modf;
+ setjmp;
+ longjmp;
+ sigsetjmp;
+ siglongjmp;
+ htonl;
+ __hton;
+ htons;
+ __htons;
+ ntohl;
+ __ntohl;
+ ntohs;
+ __ntohs;
+ brk;
+ exect;
+ pipe;
+ sbrk;
+};
+
+FBSDprivate {
+ # PSEUDO syscalls
+ __sys_getlogin;
+ _getlogin;
+ __sys_exit;
+
+ _set_tp;
+ _fpgetsticky;
+ __makecontext;
+ __longjmp;
+ signalcontext;
+ __signalcontext;
+ __syncicache;;
+ _end;
+ .curbrk;
+ .minbrk;
+ .cerror;
+};
OpenPOWER on IntegriCloud