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/arm/md_init.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/csu/arm') diff --git a/lib/csu/arm/md_init.h b/lib/csu/arm/md_init.h index b64efb97a1a..b0459a2c03c 100644 --- a/lib/csu/arm/md_init.h +++ b/lib/csu/arm/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.11 2017/02/26 15:20:58 kettenis Exp $ */ +/* $OpenBSD: md_init.h,v 1.12 2017/08/11 20:13:31 guenther Exp $ */ /*- * Copyright (c) 2001 Ross Harvey @@ -157,6 +157,4 @@ "_dl_exit: \n" \ " mov r12, #1 \n" \ " swi #0 \n" \ - "_dl_printf: \n" \ - " mov pc, lr \n" \ ".previous"); -- cgit v1.2.3