summaryrefslogtreecommitdiff
path: root/lib/csu/powerpc
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2017-08-11 20:13:32 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2017-08-11 20:13:32 +0000
commit0579b5264de1bcc62d01bfa246bd204e2c257c50 (patch)
tree69fdec63e0ad9aa6e0fe08d10e82b59e28a74a4b /lib/csu/powerpc
parent80ea0fdcccada4edc03c233308577d3cdffa73fe (diff)
_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub
ok kettenis@
Diffstat (limited to 'lib/csu/powerpc')
-rw-r--r--lib/csu/powerpc/md_init.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/csu/powerpc/md_init.h b/lib/csu/powerpc/md_init.h
index edc9907c6dd..ff6f2083894 100644
--- a/lib/csu/powerpc/md_init.h
+++ b/lib/csu/powerpc/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.8 2016/03/20 02:32:39 guenther Exp $ */
+/* $OpenBSD: md_init.h,v 1.9 2017/08/11 20:13:31 guenther Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -129,11 +129,4 @@ __asm( \
" li %r0, " STR(SYS_exit) " \n" \
" sc \n" \
" blr \n" \
-" \n" \
-" .text \n" \
-" .align 2 \n" \
-" .globl _dl_printf \n" \
-" .type _dl_printf, @function \n" \
-"_dl_printf: \n" \
-" blr \n" \
)