diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76241613284..201a3ef8c77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2009-07-15 DJ Delorie + + * config/mep/mep.md (sibcall_internal): Change register to allow + for 24-bit addresses. + (sibcall_value_internal): Likewise. + 2009-07-14 Ghassan Shobaki * doc/invoke.texi: Added descriptions of the diff --git a/gcc/config/mep/mep.md b/gcc/config/mep/mep.md index f3c76dd8c11..5b5fba87215 100644 --- a/gcc/config/mep/mep.md +++ b/gcc/config/mep/mep.md @@ -1927,8 +1927,8 @@ return "jmp\t%0"; else if (mep_vliw_mode_match (operands[2])) return - "movu $11, %0\n\ - jmp $11"; + "movu $3, %0\n\ + jmp $3"; else return "ldc $12, $lp\n\ @@ -2002,8 +2002,8 @@ return "jmp\t%1"; else if (mep_vliw_mode_match (operands[3])) return - "movu $11, %1\n\ - jmp $11"; + "movu $3, %1\n\ + jmp $3"; else return "ldc $12, $lp\n\