Browse Source

For now, comment out the broken part

Eric Andersen 23 years ago
parent
commit
4e4d12772b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      extra/scripts/initfini.awk

+ 6 - 6
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");