From 0579b5264de1bcc62d01bfa246bd204e2c257c50 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Fri, 11 Aug 2017 20:13:32 +0000 Subject: _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub ok kettenis@ --- lib/csu/powerpc/md_init.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'lib/csu/powerpc') 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" \ ) -- cgit v1.2.3