summaryrefslogtreecommitdiffstats
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
commit0fe2533c1bd051f9af24ca1708f28f3bf8c448e3 (patch)
tree275301f5dbf99527bab4a330bd246cf283116a54
parent487aae1aff1543145b8b42c643c099f13cdd3f5b (diff)
downloadcygnal-0fe2533c1bd051f9af24ca1708f28f3bf8c448e3.tar.gz
cygnal-0fe2533c1bd051f9af24ca1708f28f3bf8c448e3.tar.bz2
cygnal-0fe2533c1bd051f9af24ca1708f28f3bf8c448e3.zip
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 134cd9843..c3c13d905 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/