aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-17 23:55:26 +0000
committerNick Clifton <nickc@redhat.com>1997-09-17 23:55:26 +0000
commit936a8f5549a4cb2be9d143b03ed7f7097fb1af05 (patch)
treef50c4811c09eb194fa34ebd51d2dc2241877dbd4 /gas/doc
parent9420c20ac47c4e73986ee590530f667b7a7f7e3b (diff)
downloadgdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.zip
gdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.tar.gz
gdb-936a8f5549a4cb2be9d143b03ed7f7097fb1af05.tar.bz2
Added support for ctoff() reloc prefix.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-v850.texi17
1 files changed, 16 insertions, 1 deletions
diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi
index b17fc36..06919ff 100644
--- a/gas/doc/c-v850.texi
+++ b/gas/doc/c-v850.texi
@@ -358,10 +358,25 @@ that the label is somewhere within the first 32K of memory. (Strictly
speaking it also possible to access the last 32K of memory as well, as
the offsets are signed).
+@c start-santize-v850e
+@cindex @code{ctoff} pseudo-op, V850
+@item ctoff()
+Computes the offset of the named variable from the start of the Call
+Table Area (whoes address is helg in system register 20, the CTBP
+register) and stores the result a 6 or 16 bit unsigned value in the
+immediate field of then given instruction or piece of data. For
+example:
+
+ @samp{callt ctoff(table_func1)}
+
+will put the call the function whoes address is held in the call table
+at the location labeled 'table_func1'.
+@c end-santize-v850e
+
@end table
-For information on the V850 or Thumb instruction sets, see @cite{V850
+For information on the V850 instruction set, see @cite{V850
Family 32-/16-Bit single-Chip Microcontroller Architecture Manual} from NEC.
Ltd.