From 8381cd4c6b23dd73b3a646fac1dd627783c26a28 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 28 Apr 1993 22:05:27 -0600 Subject: [PATCH] pa.h (CONDITIONAL_REGISTER_USAGE): %r19 is fixed if flag_pic is true. * pa.h (CONDITIONAL_REGISTER_USAGE): %r19 is fixed if flag_pic is true. From-SVN: r4268 --- gcc/config/pa/pa.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 3ad5d72ee64..15b099c936f 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -352,6 +352,8 @@ extern int target_flags; if (TEST_HARD_REG_BIT (x, i)) \ fixed_regs[i] = call_used_regs[i] = 1; \ } \ + if (flag_pic) \ + fixed_regs[PIC_OFFSET_TABLE_REGNUM] = 1; \ } /* Allocated the call used registers first. This should minimize -- 2.30.2