summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-16 12:18:18 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-16 12:18:18 +0000
commit562401baab2910f7eb688c128264744f1df88d66 (patch)
tree70cbb1cb5437434567175a5b9848213d7bb3898a /gcc
parent020697911346cb837315cff1f7154c4f06fe709a (diff)
downloadppe42-gcc-562401baab2910f7eb688c128264744f1df88d66.tar.gz
ppe42-gcc-562401baab2910f7eb688c128264744f1df88d66.zip
* md.texi (Standard Names): Document `jump'.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/md.texi6
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6290bf6cfbd..84abbebfdef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 16 02:14:16 2000 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * md.texi (Standard Names): Document `jump'.
+
2000-03-15 Jason Merrill <jason@casey.cygnus.com>
* calls.c (emit_call_1): Nothrow functions can still have nonlocal
diff --git a/gcc/md.texi b/gcc/md.texi
index b608210b0d5..c019312e4eb 100644
--- a/gcc/md.texi
+++ b/gcc/md.texi
@@ -2305,6 +2305,12 @@ tested, should also use the above mechanism. @xref{Jump Patterns}.
The above discussion also applies to the @samp{mov@var{mode}cc} and
@samp{s@var{cond}} patterns.
+@cindex @code{jump} instruction pattern
+@item @samp{jump}
+A jump inside a function; an unconditional branch. Operand 0 is the
+@code{label_ref} of the label to jump to. This pattern name is mandatory
+on all machines.
+
@cindex @code{call} instruction pattern
@item @samp{call}
Subroutine call instruction returning no value. Operand 0 is the
OpenPOWER on IntegriCloud