Commit 18e67adf by DJ Delorie Committed by DJ Delorie

mep.md (sibcall_internal): Change register to allow for 24-bit addresses.

* config/mep/mep.md (sibcall_internal): Change register to allow
for 24-bit addresses.
(sibcall_value_internal): Likewise.

From-SVN: r149655
parent b007b532
2009-07-15 DJ Delorie <dj@redhat.com>
* config/mep/mep.md (sibcall_internal): Change register to allow
for 24-bit addresses.
(sibcall_value_internal): Likewise.
2009-07-14 Ghassan Shobaki <ghassan.shobaki@amd.com> 2009-07-14 Ghassan Shobaki <ghassan.shobaki@amd.com>
* doc/invoke.texi: Added descriptions of the * doc/invoke.texi: Added descriptions of the
......
...@@ -1927,8 +1927,8 @@ ...@@ -1927,8 +1927,8 @@
return "jmp\t%0"; return "jmp\t%0";
else if (mep_vliw_mode_match (operands[2])) else if (mep_vliw_mode_match (operands[2]))
return return
"movu $11, %0\n\ "movu $3, %0\n\
jmp $11"; jmp $3";
else else
return return
"ldc $12, $lp\n\ "ldc $12, $lp\n\
...@@ -2002,8 +2002,8 @@ ...@@ -2002,8 +2002,8 @@
return "jmp\t%1"; return "jmp\t%1";
else if (mep_vliw_mode_match (operands[3])) else if (mep_vliw_mode_match (operands[3]))
return return
"movu $11, %1\n\ "movu $3, %1\n\
jmp $11"; jmp $3";
else else
return return
"ldc $12, $lp\n\ "ldc $12, $lp\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment