summaryrefslogtreecommitdiff
path: root/src/cmd/6l/go.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-10-07 00:11:59 -0700
committerRuss Cox <rsc@golang.org>2009-10-07 00:11:59 -0700
commit9f661b631e585ef7f091fc2c83116cab83f031fa (patch)
treecd48bc5ff98e3e58a1e75d58e64af39fbfa33ef1 /src/cmd/6l/go.c
parent8a7b8449de6b93152be1849efcbd3adc953f512d (diff)
downloadgolang-9f661b631e585ef7f091fc2c83116cab83f031fa.tar.gz
factor portable object+library bits out of 5l/6l/8l into ld
R=r DELTA=3214 (904 added, 2260 deleted, 50 changed) OCL=35425 CL=35427
Diffstat (limited to 'src/cmd/6l/go.c')
-rw-r--r--src/cmd/6l/go.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cmd/6l/go.c b/src/cmd/6l/go.c
deleted file mode 100644
index 08c3c8c36..000000000
--- a/src/cmd/6l/go.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2009 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-#include "l.h"
-enum
-{
- PtrSize = 8
-};
-#include "../ld/go.c"