From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 1 Dec 2011 10:45:29 -0800 From: Anthony Martin To: erik quanstrom Message-ID: <20111201184529.GA9313@dinah> References: <20111201174858.GA23075@dinah> <20111201181455.GC23075@dinah> <20111201182806.GE23075@dinah> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: 9fans@9fans.net Subject: Re: [9fans] Building Go on Plan 9 Topicbox-Message-UUID: 4a212a62-ead7-11e9-9d60-3106f5b1d025 erik quanstrom 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 src/cmd/prof/main.c:12: #include src/cmd/prof/main.c:15: #include 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 src/libmach/8db.c:34: #include src/libmach/8db.c:37: #include src/libmach/darwin.c:33: #include src/libmach/darwin.c:36: #include src/libmach/linux.c:42: #include src/libmach/linux.c:45: #include Cheers, Anthony