1
0
mirror of https://github.com/golang/go synced 2024-10-04 04:31:21 -06:00
go/src/liblink
Russ Cox 0bb14d74f1 cmd/ld: diagnose Go calling C
For example:
go build -ldflags -C cmd/go 2>&1 | awk '{print $NF}' | sort | uniq -c | sort -nr

LGTM=khr
R=khr, josharian
CC=golang-codereviews
https://golang.org/cl/135170044
2014-08-31 22:49:14 -04:00
..
asm5.c liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. 2014-08-06 00:31:22 -04:00
asm6.c liblink: introduce way to avoid pc-relative addressing 2014-08-25 18:45:29 -04:00
asm8.c liblink: fix encoding of ASETPC in 6a, 8a 2014-08-18 18:14:54 -07:00
data.c liblink: remove arch-specific constants from file format 2014-04-14 15:54:20 -04:00
go.c liblink: create new library based on linker code 2013-12-08 22:49:37 -05:00
ld.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00
list5.c liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. 2014-08-06 00:31:22 -04:00
list6.c liblink: remove some gotos + other fixes 2014-07-21 17:38:48 -04:00
list8.c liblink: remove some gotos + other fixes 2014-07-21 17:38:48 -04:00
Makefile liblink: create new library based on linker code 2013-12-08 22:49:37 -05:00
obj5.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00
obj6.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00
obj8.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00
obj.c cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 2014-05-12 11:59:55 -04:00
objfile.c cmd/ld: diagnose Go calling C 2014-08-31 22:49:14 -04:00
pass.c cmd/ld: move instruction selection + layout into compilers, assemblers 2013-12-16 12:51:58 -05:00
pcln.c liblink: fix precedence bug in pcdata comparison 2014-07-16 19:26:36 -04:00
sym.c liblink: support big-endian properly 2014-08-06 00:25:41 -04:00