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:
parent
d3ac545f80
commit
f07a45f23d
@ -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();
|
||||
|
@ -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'])
|
||||
|
@ -44,6 +44,7 @@
|
||||
#endif
|
||||
|
||||
char *noname = "<none>";
|
||||
char thechar = '8';
|
||||
char *thestring = "386";
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user