Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-03-29 19:00:25 +0400
committerPaul Brook <paul@codesourcery.com>2005-03-29 19:00:25 +0400
commit79d5f5d00b345bed0466db1f86a6a6a10571bcff (patch)
tree1dc07ac843dcf9bd245b878c2ec73b8861940ee4
parentf6465bddc1bd94b630c1b3ed6140031a114c8faf (diff)
2005-03-29 Julian Brown <julian@codesourcery.com>binutils-csl-arm-2005q1a
* elf32-arm.c (elf32_arm_final_link_relocate): Use blx to get to symbian plt entries from thumb mode.
-rw-r--r--ChangeLog.csl5
1 files changed, 5 insertions, 0 deletions
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 <julian@codesourcery.com>
+
+ * elf32-arm.c (elf32_arm_final_link_relocate): Use blx to get to
+ symbian plt entries from thumb mode.
+
2005-03-28 Daniel Jacobowitz <dan@codesourcery.com>
Phil Blundell <philb@gnu.org>