1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:04:42 -07:00

fix build

pieces of an upcoming CL leaked into CL 4168056

TBR=r
CC=golang-dev
https://golang.org/cl/4180057
This commit is contained in:
Russ Cox 2011-02-18 12:37:16 -05:00
parent d3ac545f80
commit f07a45f23d
3 changed files with 3 additions and 2 deletions

View 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();

View 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'])

View File

@ -44,6 +44,7 @@
#endif
char *noname = "<none>";
char thechar = '8';
char *thestring = "386";
/*