commit | 9968090dddb74e7b5cd1352d791b7cf8cb7a6045 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jun 13 14:43:54 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Mon Jun 13 14:43:54 2011 -0400 |
tree | 219acbe4e26cfa51a60b4c039f4cdaec7fec9faf | |
parent | 8834bb0bfa7cbbfeb9df0c6d1fa2296e24a431d5 [diff] |
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