erik quanstrom <quans...@quanstro.net> once said: > > 386/include/go/ureg_arm.h > > 386/include/go/ureg_x86.h > > surely that's the wrong place.
You would think so but that's how where the headers are expected to be for Go's libmach. % gg 'include.*ureg' src/cmd/cov/main.c:14: #include <ureg_x86.h> src/cmd/prof/main.c:12: #include <ureg_amd64.h> src/cmd/prof/main.c:15: #include <ureg_x86.h> src/libmach/5.c:35: #include "ureg_arm.h" src/libmach/5db.c:32: #include "ureg_arm.h" src/libmach/6.c:35: #include "ureg_amd64.h" src/libmach/8.c:34: #include <ureg_x86.h> src/libmach/8db.c:34: #include <ureg_amd64.h> src/libmach/8db.c:37: #include <ureg_x86.h> src/libmach/darwin.c:33: #include <ureg_x86.h> src/libmach/darwin.c:36: #include <ureg_amd64.h> src/libmach/linux.c:42: #include <ureg_x86.h> src/libmach/linux.c:45: #include <ureg_amd64.h> Cheers, Anthony