The patch is at http://www.FreeBSD.org/~jhb/patches/i386_asm.patch.  Mostly it
does the following:

- Add missing "cc" clobbers in constraints
- Use the "+" modifier for output operands rather than using "0", "1", etc.
  to list operands in both input and output sections.
- Fix the atomic operations to accept the contraints type on v so we can use
  "iq" rather than "ir" for char operations (this last came from Peter Jeremy
  and bde).

I'm running it here on my laptop w/o problems and would like to commit it in a
day or so.

-- 

John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to