1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/cmd/cgo
Russ Cox 9968090ddd cgo: handle new Apple LLVM-based gcc from Xcode 4.2
That gcc does not include enumerator names and values
in its DWARF debug output.  Create a data block from which
we can read the values instead.

Fixes #1881.

R=iant
CC=golang-dev
https://golang.org/cl/4607045
2011-06-13 14:43:54 -04:00
..
ast.go govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
doc.go cgo: support pkg-config for flags and libs 2011-05-26 22:19:23 -03:00
gcc.go cgo: handle new Apple LLVM-based gcc from Xcode 4.2 2011-06-13 14:43:54 -04:00
main.go cgo: handle versioned ELF symbols 2011-04-27 23:21:03 -04:00
Makefile
out.go pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
util.go govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00