Re: assembler fix

2014-03-12 Thread Landry Breuil
On Mon, Feb 17, 2014 at 12:02:15AM -0800, Philip Guenther wrote: > On Sun, Feb 16, 2014 at 2:57 AM, Mark Kettenis > wrote: > > This adds support for a few more instruction patterns that are > > apparentl needed by gcc 4.8. Taken from binutils 2.17. Not sure if > > adding NoRex64 to the existing

Re: assembler fix

2014-02-17 Thread Philip Guenther
On Sun, Feb 16, 2014 at 2:57 AM, Mark Kettenis wrote: > This adds support for a few more instruction patterns that are > apparentl needed by gcc 4.8. Taken from binutils 2.17. Not sure if > adding NoRex64 to the existing patterns is really necessary, but it > shouldn't hurt. This arose because

assembler fix

2014-02-16 Thread Mark Kettenis
This adds support for a few more instruction patterns that are apparentl needed by gcc 4.8. Taken from binutils 2.17. Not sure if adding NoRex64 to the existing patterns is really necessary, but it shouldn't hurt. ok? Index: include/opcode/i386.h ===