]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 13 May 2011 18:23:29 +0000 (20:23 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 13 May 2011 18:23:29 +0000 (20:23 +0200)
to avoid asm treating ld and sd as macros.

ChangeLog
grub-core/boot/mips/yeeloong/fwstart.S

index ede161fafddc5d5bae4d1e9d417d69d952db897b..5b73d8884c4b9df7037a0491458c53801fcc2549 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-13  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3
+       to avoid asm treating ld and sd as macros.
+
 2011-05-13  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/boot/mips/startup_raw.S: Flush cache after loading
index 9e81df19230fc5a62964f7604698987244abed0d..2eec876c2fdbbad6bba38a10e52111be80fa05c6 100644 (file)
@@ -28,6 +28,7 @@
        .set noreorder
        .set noat
        .set nomacro
+       .set mips3
 
        .global start,_start,__start
 start: