* grub-core/lib/reed_solomon.c: Use section _text, _text rather than

.text when compiling for Apple.
This commit is contained in:
Vladimir Serbinenko 2013-11-24 05:14:11 +01:00
parent 971dbee521
commit e77c81f6f8
2 changed files with 22 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/reed_solomon.c: Use section _text, _text rather than
.text when compiling for Apple.
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/term/arc/console.c: Add missing cast to silence warning.