diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-22 19:40:08 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-08-22 19:40:08 +0000 |
commit | 727aafc0b540434e1fd357c1d8f5f8c69edb767d (patch) | |
tree | 7d21fe0fbfd622e64c0935ee9e16cb9f07c3bf45 /lib/libc/arch/hppa | |
parent | 8d4535f091aae3aa7de18be996e7469123baad89 (diff) |
Explicitly list the symbols permitted to be exported by libc.
This is primed with the current list of exported symbols so it doesn't
change the ABI yet, but will prevent unintentional additions in the future
and sets the stage for reductions.
ok deraadt@ kettenis@
Diffstat (limited to 'lib/libc/arch/hppa')
-rw-r--r-- | lib/libc/arch/hppa/Symbols.list | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libc/arch/hppa/Symbols.list b/lib/libc/arch/hppa/Symbols.list new file mode 100644 index 00000000000..2a9c5112050 --- /dev/null +++ b/lib/libc/arch/hppa/Symbols.list @@ -0,0 +1,12 @@ +_GLOBAL_OFFSET_TABLE_ +_mcount +_thread_sys_brk +_thread_sys_exect +_thread_sys_sbrk +_thread_sys_syscall +end +fabsl +frexpl +ldexpl +minbrk +modfl |