]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRuss Cox <rsc@golang.org>
Fri, 18 Feb 2011 17:37:16 +0000 (12:37 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 18 Feb 2011 17:37:16 +0000 (12:37 -0500)
pieces of an upcoming CL leaked into CL 4168056

TBR=r
CC=golang-dev
https://golang.org/cl/4180057

src/cmd/5l/obj.c
src/cmd/6l/obj.c
src/cmd/8l/obj.c

index b976e300bce607ebfc38ed0fd71c23cebbc1df31..b2b7a1e510962050d3fc9a449884ed4b0c37bbd5 100644 (file)
@@ -41,6 +41,7 @@
 #endif
 
 char   *noname         = "<none>";
+char   thechar         = '5';
 char   *thestring      = "arm";
 
 /*
@@ -262,7 +263,6 @@ main(int argc, char *argv[])
        follow();
        softfloat();
        noops();
-       dostkcheck();
        span();
        pclntab();
        symtab();
index 3dabb4c178df9f9fba618d38a7ad07e82c8c9e1e..7180b661ec6fb86af5360d9888ffcb4e8547d25a 100644 (file)
@@ -40,6 +40,7 @@
 #include       <ar.h>
 
 char   *noname         = "<none>";
+char   thechar         = '6';
 char*  thestring       = "amd64";
 char*  paramspace      = "FP";
 
@@ -252,7 +253,6 @@ main(int argc, char *argv[])
        if(HEADTYPE == 6)
                domacho();
        dostkoff();
-       dostkcheck();
        paramspace = "SP";      /* (FP) now (SP) on output */
        if(debug['p'])
                if(debug['1'])
index fb97e8426611097df65e47f3b1d9718a26e3c29b..13698cb70ee0fcf7cd8ae2b707b57e19f17e9120 100644 (file)
@@ -44,6 +44,7 @@
 #endif
 
 char   *noname         = "<none>";
+char   thechar         = '8';
 char   *thestring      = "386";
 
 /*