aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-10-31 20:16:33 +0000
committerPaul Brook <paul@codesourcery.com>2006-10-31 20:16:33 +0000
commit7a1d4c38938b172a8f3fdb38b01551306bd51d8d (patch)
treee848b6375563d571f00306a837a20d1867aa6232 /gas/doc
parent6e381ba0b0f2a123999a7b74458404a0db210530 (diff)
downloadgdb-7a1d4c38938b172a8f3fdb38b01551306bd51d8d.zip
gdb-7a1d4c38938b172a8f3fdb38b01551306bd51d8d.tar.gz
gdb-7a1d4c38938b172a8f3fdb38b01551306bd51d8d.tar.bz2
2006-10-31 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.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-arm.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi
index 7fede6c..2fea463 100644
--- a/gas/doc/c-arm.texi
+++ b/gas/doc/c-arm.texi
@@ -585,6 +585,12 @@ for the @option{-mcpu} commandline option.
Select the target architecture. Valid values for @var{name} are the same as
for the @option{-march} commandline option.
+@cindex @code{.object_arch} directive, ARM
+@item .object_arch @var{name}
+Override the architecture recorded in the EABI object attribute section.
+Valid values for @var{name} are the same as for the @code{.arch} directive.
+Typically this is useful when code uses runtime detection of CPU features.
+
@cindex @code{.fpu} directive, ARM
@item .fpu @var{name}
Select the floating point unit to assemble for. Valid values for @var{name}