diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-21 08:58:40 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-03-21 08:58:40 +0000 |
commit | 32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b (patch) | |
tree | 65d5f82543b2a3fcb91791957d50ba514a00a752 /gas/doc | |
parent | adcadaab4ab9b7dbf1a911188be4f61761cae654 (diff) | |
download | gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.zip gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.tar.gz gdb-32b9ff0d14a1ca3a9bc0fbee86d676b3fa08561b.tar.bz2 |
gas/
[SH] Support the .uaquad and .8byte directives also for non-sh64
configurations.
* config/tc-sh.c (sh_cons_fix_new, md_apply_fix) [!HAVE_SH64]: Handle
BFD_RELOC_64.
* doc/c-sh64.texi (SH64 Machine Directives): Move .uaquad
description...
* doc/c-sh.texi (SH Machine Directives): ... here.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-sh.texi | 11 | ||||
-rw-r--r-- | gas/doc/c-sh64.texi | 6 |
2 files changed, 8 insertions, 9 deletions
diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi index 438ac5f..aff6830 100644 --- a/gas/doc/c-sh.texi +++ b/gas/doc/c-sh.texi @@ -1,5 +1,5 @@ @c Copyright 1991, 1992, 1993, 1994, 1995, 1997, 2001, 2003, 2004, -@c 2005, 2008, 2010, 2011 Free Software Foundation, Inc. +@c 2005, 2008, 2010, 2011, 2012 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page @@ -210,13 +210,16 @@ conventional architectures at the same frequency. @cindex machine directives, SH @cindex @code{uaword} directive, SH @cindex @code{ualong} directive, SH +@cindex @code{uaquad} directive, SH @table @code @item uaword @itemx ualong -@code{@value{AS}} will issue a warning when a misaligned @code{.word} or -@code{.long} directive is used. You may use @code{.uaword} or -@code{.ualong} to indicate that the value is intentionally misaligned. +@itemx uaquad +@code{@value{AS}} will issue a warning when a misaligned @code{.word}, +@code{.long}, or @code{.quad} directive is used. You may use +@code{.uaword}, @code{.ualong}, or @code{.uaquad} to indicate that the +value is intentionally misaligned. @end table @node SH Opcodes diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi index 8138c1f..cc52cbc 100644 --- a/gas/doc/c-sh64.texi +++ b/gas/doc/c-sh64.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 2002, 2003, 2008, 2011 Free Software Foundation, Inc. +@c Copyright (C) 2002, 2003, 2008, 2011, 2012 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @page @@ -188,10 +188,6 @@ Specify the ABI for the following instructions. Note that you cannot use this directive unless you specified an ABI on the command line, and the ABIs specified must match. -@item .uaquad -Like .uaword and .ualong, this allows you to specify an intentionally -unaligned quadword (64 bit word). - @end table @node SH64 Opcodes |