summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-12-01 16:45:26 +0000
committerPaul Brook <paul@codesourcery.com>2006-12-01 16:45:26 +0000
commit95e033b7fb492cecd08d14a311f8a3b1ea386015 (patch)
treea33c29b2f643c61f8038e73c6609ec155b25a71c
parente902208c20247c6bf7e12aa8258a6990bd781b83 (diff)
downloadgdb-95e033b7fb492cecd08d14a311f8a3b1ea386015.tar.gz
2006-12-01 Paul Brook <paul@codesourcery.com>
Backport from mainline. gas/ * config/tc-arm.c (arm_force_relocation): Return 1 for relocs against function symbols. gas/testsuite/ * gas/arm/thumbrel.s: New test. * gas/arm/thumbrel.d: New test.
-rw-r--r--ChangeLog.csl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 792916e7cac..87edd04e078 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,14 @@
+2006-12-01 Paul Brook <paul@codesourcery.com>
+
+ Backport from mainline.
+ gas/
+ * config/tc-arm.c (arm_force_relocation): Return 1 for relocs against
+ function symbols.
+
+ gas/testsuite/
+ * gas/arm/thumbrel.s: New test.
+ * gas/arm/thumbrel.d: New test.
+
2006-12-01 Kazu Hirata <kazu@codesourcery.com>
bfd/