OSDN Git Service

For now, comment out the broken part
authorEric Andersen <andersen@codepoet.org>
Tue, 29 Oct 2002 12:00:28 +0000 (12:00 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 29 Oct 2002 12:00:28 +0000 (12:00 -0000)
extra/scripts/initfini.awk

index c70fb8c..2938fec 100755 (executable)
@@ -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");