From 4e4d12772baf4b0f0edf403866359490576d426e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 Oct 2002 12:00:28 +0000 Subject: For now, comment out the broken part --- extra/scripts/initfini.awk | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extra/scripts') diff --git a/extra/scripts/initfini.awk b/extra/scripts/initfini.awk index c70fb8cd4..2938fecce 100755 --- a/extra/scripts/initfini.awk +++ b/extra/scripts/initfini.awk @@ -19,12 +19,12 @@ BEGIN \ if(/\.align/) {alignval=$2} # here comes some special stuff for the SuperH targets # Search for all labels - if(/_GLOBAL_OFFSET_TABLE_/) { - sub (":","",last); - glb_label[glb_idx] = last; - glb_idx += 1; - glb = $0; - } +# if(/_GLOBAL_OFFSET_TABLE_/) { +# sub (":","",last); +# glb_label[glb_idx] = last; +# glb_idx += 1; +# glb = $0; +# } last = $1; } close("initfini.s"); -- cgit v1.2.3