From be1b2b4b3b83b634b6848c952df617f62da311f7 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Thu, 9 Dec 2004 20:25:24 +0000 Subject: * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation for function start. * testsuite/gas/arm/unwind.d: Expect R_ARM_PREL31 relocations. --- gas/config/tc-arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/config') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index ff2e4aa..009be15 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -14079,7 +14079,7 @@ s_arm_unwind_fnend (int ignored ATTRIBUTE_UNUSED) /* Self relative offset of the function start. */ fix_new (frag_now, where, 4, unwind.proc_start, 0, 1, - BFD_RELOC_32); + BFD_RELOC_ARM_PREL31); if (val) /* Inline exception table entry. */ -- cgit v1.1