From: Vladimir 'phcoder' Serbinenko Date: Fri, 13 May 2011 18:23:29 +0000 (+0200) Subject: * grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3 X-Git-Tag: 1.99~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91bbcc0cb666d9f1cc9965e1c692fd0730ab77fd;p=thirdparty%2Fgrub.git * grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3 to avoid asm treating ld and sd as macros. --- diff --git a/ChangeLog b/ChangeLog index ede161faf..5b73d8884 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-05-13 Vladimir Serbinenko + + * 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 * grub-core/boot/mips/startup_raw.S: Flush cache after loading diff --git a/grub-core/boot/mips/yeeloong/fwstart.S b/grub-core/boot/mips/yeeloong/fwstart.S index 9e81df192..2eec876c2 100644 --- a/grub-core/boot/mips/yeeloong/fwstart.S +++ b/grub-core/boot/mips/yeeloong/fwstart.S @@ -28,6 +28,7 @@ .set noreorder .set noat .set nomacro + .set mips3 .global start,_start,__start start: