diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:59:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-25 17:59:22 +0000 |
commit | 1994a7c76c7cb0c013596cc97202aa6aa7dacbb2 (patch) | |
tree | c2ad37dbf3d2894daf7d7f9a896cea38f04d1bec /gas/doc/c-arm.texi | |
parent | 590a2450f15d88ee8491c0819ae21f3d7627d9c8 (diff) | |
download | gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.zip gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.tar.gz gdb-1994a7c76c7cb0c013596cc97202aa6aa7dacbb2.tar.bz2 |
Fix spelling typos.
Remove use of DEFUN().
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index e354982..ee3112d 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -203,7 +203,8 @@ This directive specifies that the following symbol is the name of a Thumb encoded function. This information is necessary in order to allow the assembler and linker to generate correct code for interworking between Arm and Thumb instructions and should be used even if -interworking is not going to be performed. +interworking is not going to be performed. The presence of this +directive also implies @code{.thumb} @cindex @code{thumb_set} directive, ARM @item .thumb_set |