Re: binutils-2.24 and HEAD: patch for gas/config/tc-i386.c

2014-01-06 Thread Thomas Klausner
On Mon, Jan 06, 2014 at 01:46:24PM -0500, Mike Frysinger wrote: > this mailing list is really only for bugzilla use. you should use > binut...@sourceware.org for questions instead. Thanks for the note, I'll do that. Please consider changing the wording on https://www.gnu.org/software/binutils/b

Re: binutils-2.24 and HEAD: patch for gas/config/tc-i386.c

2014-01-06 Thread Mike Frysinger
this mailing list is really only for bugzilla use. you should use binut...@sourceware.org for questions instead. -mike signature.asc Description: This is a digitally signed message part. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists

binutils-2.24 and HEAD: patch for gas/config/tc-i386.c

2014-01-06 Thread Thomas Klausner
Hi! When compiling binutils-2.24 on NetBSD-6.99.28/amd64 with clang-3.4rc1, the build stops in gas/config/tc-i386.c: config/tc-i386.c:1668:32: error: unused variable 'regbnd' [-Werror,-Wunused-const-variable] static const i386_operand_type regbnd = OPERAND_TYPE_REGBND;