* config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.

From-SVN: r48707
This commit is contained in:
Richard Henderson 2002-01-09 18:07:46 -08:00 committed by Richard Henderson
parent 2c74ce9d88
commit e4ac76b4f1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-09 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (prologue_mcount): Remove lituse_jsr reloc.
2002-01-10 Hans-Peter Nilsson <hp@bitrange.com>
* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused

View File

@ -6523,7 +6523,9 @@ fadd,fmul,fcpys,fdiv,fsqrt,misc,mvi,ftoi,itof,multi"
""
{
if (TARGET_EXPLICIT_RELOCS)
return "ldq $28,_mcount($29)\t\t!literal!%#\;jsr $28,($28),_mcount\t\t!lituse_jsr!%#";
/* Note that we cannot use a lituse_jsr reloc, since _mcount
cannot be called via the PLT. */
return "ldq $28,_mcount($29)\t\t!literal\;jsr $28,($28),_mcount";
else
return "lda $28,_mcount\;jsr $28,($28),_mcount";
}