From 79d5f5d00b345bed0466db1f86a6a6a10571bcff Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 29 Mar 2005 15:00:25 +0000 Subject: [PATCH] 2005-03-29 Julian Brown * elf32-arm.c (elf32_arm_final_link_relocate): Use blx to get to symbian plt entries from thumb mode. --- ChangeLog.csl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index 2437c6216..b32d247b1 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,8 @@ +2005-03-29 Julian Brown + + * elf32-arm.c (elf32_arm_final_link_relocate): Use blx to get to + symbian plt entries from thumb mode. + 2005-03-28 Daniel Jacobowitz Phil Blundell