summaryrefslogtreecommitdiff
path: root/lib/csu/mips64
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/mips64
parent80ea0fdcccada4edc03c233308577d3cdffa73fe (diff)
_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub
ok kettenis@
Diffstat (limited to 'lib/csu/mips64')
-rw-r--r--lib/csu/mips64/md_init.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h
index 30c78cf7baa..4522fd1293b 100644
--- a/lib/csu/mips64/md_init.h
+++ b/lib/csu/mips64/md_init.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: md_init.h,v 1.14 2016/08/07 02:44:00 guenther Exp $ */
+/* $OpenBSD: md_init.h,v 1.15 2017/08/11 20:13:31 guenther Exp $ */
/*-
* Copyright (c) 2001 Ross Harvey
@@ -145,12 +145,6 @@
" syscall \n" \
" j $ra \n" \
" .end _dl_exit \n" \
- " .globl _dl_printf \n" \
- " .ent _dl_printf \n" \
- " .type _dl_printf, @function \n" \
- "_dl_printf: \n" \
- " j $ra \n" \
- " .end _dl_printf \n" \
" .previous")
struct kframe {