From 898fd7075e6f47cfe1beb1cb5ad04e0d94713e9b Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Mon, 2 Nov 2015 12:25:35 +0000 Subject: remove import or export of __eaind --- armstartup.s | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/armstartup.s b/armstartup.s index 42eaa88..b65db94 100644 --- a/armstartup.s +++ b/armstartup.s @@ -368,15 +368,13 @@ start_address: .globl _c13,_c14,_c15,_c16,_c17,_c18,_c19,_c20,_c21,_c22 .globl _c23,_c24,_c25,_c26,_c27,_c28,_c29,_c30,_c31,_c32 - .globl e__system__nind - .hidden e__system__nind .globl e__system__eaind .hidden e__system__eaind -@ old names of the previous two labels for compatibility, remove later + .globl e__system__nind + .hidden e__system__nind +@ old name of the previous label for compatibility, remove later .globl __indirection .hidden __indirection - .globl __eaind - .hidden __eaind .globl e__system__dind .hidden e__system__dind .globl eval_fill -- cgit v1.2.3