*** Submitted as
http://code.google.com/p/go/source/detail?r=41976e2fec9b ***
cgo: use debug data section for ELF
When generating enums use the debug data section instead of the
DWARF debug info, if it is available in the ELF file. This allows
mkerrors.sh to work correctly on OpenBSD/386 and NetBSD/386.
Fixes issue 2470.
R=golang-dev, minux.ma
CC=golang-dev
http://codereview.appspot.com/6495090
http://codereview.appspot.com/6495090/