diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-07 00:11:59 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-07 00:11:59 -0700 |
| commit | 9f661b631e585ef7f091fc2c83116cab83f031fa (patch) | |
| tree | cd48bc5ff98e3e58a1e75d58e64af39fbfa33ef1 /src/cmd/8l/elf.c | |
| parent | 8a7b8449de6b93152be1849efcbd3adc953f512d (diff) | |
| download | golang-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/8l/elf.c')
| -rw-r--r-- | src/cmd/8l/elf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/8l/elf.c b/src/cmd/8l/elf.c deleted file mode 100644 index e8ff543aa..000000000 --- a/src/cmd/8l/elf.c +++ /dev/null @@ -1,6 +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" -#include "../ld/elf.c" |
