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

* boot/i386/pc/boot.S: Remove ABS macro, it's not required by
	any modern compilers we support.
This commit is contained in:
proski 2009-08-13 05:43:14 +00:00
parent 1f9e557e39
commit 9ca6284331
2 changed files with 12 additions and 14 deletions

View file

@ -1,5 +1,8 @@
2009-08-13 Pavel Roskin <proski@gnu.org>
* boot/i386/pc/boot.S: Remove ABS macro, it's not required by
any modern compilers we support.
* 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.