Date: Sun, 27 Feb 2011 02:06:09 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/i386/gptboot Makefile src/sys/boot/i386/gptzfsboot Makefile src/sys/boot/i386/zfsboot Makefile Message-ID: <201102270206.p1R26KBW008272@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dim 2011-02-27 02:06:09 UTC FreeBSD src repository Modified files: sys/boot/i386/gptboot Makefile sys/boot/i386/gptzfsboot Makefile sys/boot/i386/zfsboot Makefile Log: SVN rev 219079 on 2011-02-27 02:06:09Z by dim Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S. It used to choke on the notation "inb (%dx),%al" for "inb %dx,%al"; GNU as accepts both forms. Which notation is more 'correct' is an open question. :) Revision Changes Path 1.68 +0 -2 src/sys/boot/i386/gptboot/Makefile 1.8 +0 -2 src/sys/boot/i386/gptzfsboot/Makefile 1.7 +0 -2 src/sys/boot/i386/zfsboot/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102270206.p1R26KBW008272>