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>2006-12-01 19:45:26 +0300
committerPaul Brook <paul@codesourcery.com>2006-12-01 19:45:26 +0300
commit22dc5414e14b1c72a92a2ea9f0d28f74fff0b609 (patch)
tree489ba4edd09e628c6afdcbb79095791d634d5b7d
parent3e2dc15e83c031d2273c2ac34090ab4a45ad7dae (diff)
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 792916e7c..87edd04e0 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/