diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-08-11 20:13:32 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-08-11 20:13:32 +0000 |
commit | 0579b5264de1bcc62d01bfa246bd204e2c257c50 (patch) | |
tree | 69fdec63e0ad9aa6e0fe08d10e82b59e28a74a4b /lib/csu/arm | |
parent | 80ea0fdcccada4edc03c233308577d3cdffa73fe (diff) |
_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stub
ok kettenis@
Diffstat (limited to 'lib/csu/arm')
-rw-r--r-- | lib/csu/arm/md_init.h | 4 |
1 files changed, 1 insertions, 3 deletions
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"); |