Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / gas / doc / c-tilegx.texi
index 268cc4f7a51b8a9d9c4616e76532dcee295f548f..81d49bf64ac056bb8134f945a93fcc846bdfde95 100644 (file)
@@ -1,5 +1,4 @@
-@c Copyright 2011
-@c Free Software Foundation, Inc.
+@c Copyright (C) 2011-2019 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @c man end
@@ -242,6 +241,26 @@ called (at latest; depending environment variables).  It is only safe
 to leave the symbol unresolved this way if all references are function
 calls.
 
+@item hw0_plt
+
+This modifier is used to load bits 0-15 of the pc-relative address of
+a plt entry.
+
+@item hw1_plt
+
+This modifier is used to load bits 16-31 of the pc-relative address of
+a plt entry.
+
+@item hw1_last_plt
+
+This modifier yields the same value as @code{hw1_plt}, but it also
+checks that the value does not overflow.
+
+@item hw2_last_plt
+
+This modifier is used to load bits 32-47 of the pc-relative address of
+a plt entry, and it also checks that the value does not overflow.
+
 @item hw0_tls_gd
 
 This modifier is used to load bits 0-15 of the offset of the GOT entry
@@ -295,7 +314,7 @@ also checks that the value does not overflow.
 
 @item tls_gd_call
 
-This modifier is used to tag an instrution as the ``call'' part of a
+This modifier is used to tag an instruction as the ``call'' part of a
 calling sequence for a TLS GD reference of its operand.
 
 @item tls_gd_add
This page took 0.024853 seconds and 4 git commands to generate.