2009-08-13 Pavel Roskin <proski@gnu.org>

* boot/i386/pc/boot.S: Remove all code dependent on APPLE_CC.
	Use local labels starting with "L_" so that Apple assembler
	knows they are local.
This commit is contained in:
proski 2009-08-13 05:34:39 +00:00
parent 81623db677
commit 1f9e557e39
2 changed files with 38 additions and 78 deletions

View file

@ -1,3 +1,9 @@
2009-08-13 Pavel Roskin <proski@gnu.org>
* boot/i386/pc/boot.S: Remove all code dependent on APPLE_CC.
Use local labels starting with "L_" so that Apple assembler
knows they are local.
2009-08-10 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/bsd.h (KERNEL_TYPE_NONE, KERNEL_TYPE_FREEBSD)