summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-10-28 21:26:18 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-10-28 21:26:18 +0000
commit94c8d2ae4bbe4a85330ad6c4bc5339d831c93caa (patch)
treeadf32eec5a1b89b9049b04326d6dd43ea91b5330 /lib
parent7c90e1a78a1b6a1d524aa57c159d08a51ef9df17 (diff)
Eliminate some more linker generated symbols that aren't needed.
ok kettenis@
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/Symbols.list6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/Symbols.list b/lib/libc/Symbols.list
index f595eebc6db..bdcc6e9faad 100644
--- a/lib/libc/Symbols.list
+++ b/lib/libc/Symbols.list
@@ -6,12 +6,8 @@
* static, or renamed it to have a leading underbar.
*/
-/* symbols that no one should be using currently */
-__data_start
-__bss_start
-_edata
+/* brk/sbrk need this so it can be overriden by the executable's value */
_end
-__end
/* sys */
__get_tcb