From 24dfaba6d1dafffe55987ded672c73a9b6087e79 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 21 Jan 2015 12:27:36 -0500 Subject: [dev.cc] cmd/internal/obj: reconvert from liblink Using rsc.io/c2go repo revision 60c9302. - Export a few symbols needed by assemblers. - Implement Getgoroot etc directly, and add Getgoversion. - Removes dependency on Go 1.4 go/build. - Change magic history name to The change requires adjustment to the liblink serializer. Change-Id: If5fb52ac9e91d50805263070b3fc5cc05d8b7632 Reviewed-on: https://go-review.googlesource.com/3141 Reviewed-by: Ian Lance Taylor Reviewed-by: Rob Pike --- src/liblink/objfilego.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liblink') diff --git a/src/liblink/objfilego.c b/src/liblink/objfilego.c index 4d0336e912..0dd1a6ef09 100644 --- a/src/liblink/objfilego.c +++ b/src/liblink/objfilego.c @@ -328,7 +328,7 @@ printhist(Link *ctxt, Biobuf *bw, Hist *h) printptr(ctxt, bw, h); printptr(ctxt, bw, h->link); if(h->name == nil) - printstr(ctxt, bw, ""); + printstr(ctxt, bw, ""); else printstr(ctxt, bw, h->name); printint(ctxt, bw, h->line); -- cgit v1.3