summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-08 22:36:13 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-08 22:36:13 +0000
commit38df302b16fba8ca76e6c664b8efe952b7e15909 (patch)
tree62e1958e6f979b8bb20f2d1f851e180a5c9b6023
parent2394e369ec7b95c7a32d9b4e6c39b3a54d2ce622 (diff)
downloadgdb-38df302b16fba8ca76e6c664b8efe952b7e15909.tar.gz
2006-09-08 Paul Brook <paul@codesourcery.com>
gas/ * config/tc-arm.c (object_arch): New variable. (s_arm_object_arch): New function. (md_pseudo_table): Add object_arch. (aeabi_set_public_attributes): Obey object_arch. * doc/c-arm.texi: Document .object_arch.
-rw-r--r--ChangeLog.csl9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 134cd984344..c3c13d905a5 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,12 @@
+2006-09-08 Paul Brook <paul@codesourcery.com>
+
+ gas/
+ * config/tc-arm.c (object_arch): New variable.
+ (s_arm_object_arch): New function.
+ (md_pseudo_table): Add object_arch.
+ (aeabi_set_public_attributes): Obey object_arch.
+ * doc/c-arm.texi: Document .object_arch.
+
2006-09-08 Kazu Hirata <kazu@codesourcery.com>
gas/testsuite/