From 5c1c95a747529771524a01c4927d3bad06041e93 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 5 Apr 2016 14:12:47 +0000 Subject: set visibility of _c3,_c4,.. symbols to hidden --- armstartup.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/armstartup.s b/armstartup.s index 51bc2ab..f9868b8 100644 --- a/armstartup.s +++ b/armstartup.s @@ -373,8 +373,11 @@ start_address: .globl collect_3 .globl _c3,_c4,_c5,_c6,_c7,_c8,_c9,_c10,_c11,_c12 + .hidden _c3,_c4,_c5,_c6,_c7,_c8,_c9,_c10,_c11,_c12 .globl _c13,_c14,_c15,_c16,_c17,_c18,_c19,_c20,_c21,_c22 + .hidden _c13,_c14,_c15,_c16,_c17,_c18,_c19,_c20,_c21,_c22 .globl _c23,_c24,_c25,_c26,_c27,_c28,_c29,_c30,_c31,_c32 + .hidden _c23,_c24,_c25,_c26,_c27,_c28,_c29,_c30,_c31,_c32 .globl e__system__eaind .hidden e__system__eaind -- cgit v1.2.3