Simplify Apple CC support.
* commands/i386/pc/drivemap_int13h.S: Use LOCAL when possible. Add 0 byte at the end not to have a symbol with empty target. * mmap/i386/pc/mmap_helper.S: Likewise. * genmk.rb: Ignore errors 2030 and 2050. * kern/i386/pc/startup.S: Use LOCAL when possible.
This commit is contained in:
parent
8d2977bb7a
commit
969d1c782d
5 changed files with 58 additions and 86 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2010-03-27 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Simplify Apple CC support.
|
||||
|
||||
* commands/i386/pc/drivemap_int13h.S: Use LOCAL when possible.
|
||||
Add 0 byte at the end not to have a symbol with empty target.
|
||||
* mmap/i386/pc/mmap_helper.S: Likewise.
|
||||
* genmk.rb: Ignore errors 2030 and 2050.
|
||||
* kern/i386/pc/startup.S: Use LOCAL when possible.
|
||||
|
||||
2010-03-26 BVK Chaitanya <bvk.groups@gmail.com>
|
||||
|
||||
Testcase and the fix for final semicolon on cmdline.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue