1
0
mirror of https://github.com/golang/go synced 2024-11-19 10:04:56 -07:00
go/include
Russ Cox 26438d4d80 liblink: delete unused code
Liblink is still needed for the linker (for a bit longer) but mostly not.
Delete the unused parts.

Change-Id: Ie63a7c1520dee52b17425b384943cd16262d36e3
Reviewed-on: https://go-review.googlesource.com/6110
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-02-26 19:44:08 +00:00
..
plan9 include: declare getgohostos and getgohostarch on Plan 9 2015-01-21 20:23:21 +00:00
ar.h
bio.h build: annotations and modifications for c2go 2014-07-02 15:41:29 -04:00
fmt.h
libc.h [dev.cc] cmd/dist, lib9: make GOHOSTARCH, GOHOSTOS available to C programs 2015-01-21 00:44:50 +00:00
link.h liblink: delete unused code 2015-02-26 19:44:08 +00:00
README include: add a README file 2013-05-22 18:51:15 +08:00
u.h include/u.h: fix name clash of REG_R* on solaris 2015-02-08 00:04:25 +00:00
utf.h

The header files under this directory are strictly internal to the gc
toolchain, so please don't copy them to the system include file
directory (/usr/include, /usr/local/include, etc.)

Also note that they must be kept as is in $GOROOT/include, or cmd/dist
will malfunction.