From 4d8f669f9481e4154eea13098cb6def6b64bcb1f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 17 Oct 2001 02:05:18 -0700 Subject: [PATCH] * config/alpha/alpha.c (direct_call_operand): Don't fall off end. From-SVN: r46311 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/alpha.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e165e9e0cd2..33bf8b21808 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-10-17 Richard Henderson + + * config/alpha/alpha.c (direct_call_operand): Don't fall off end. + 2001-10-16 Matt Kraai * c-tree.texi: Eliminate duplicated word. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 48e157e2b08..b29112ca916 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -868,6 +868,8 @@ direct_call_operand (op, mode) if (! TARGET_PROFILING_NEEDS_GP && ! profile_flag && ! profile_block_flag) return 0; + + return 1; } /* Return true if OP is a LABEL_REF, or SYMBOL_REF or CONST referencing