diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-03 13:49:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-03 13:49:19 +0000 |
commit | 4b1ea1f3a58e965cd44e3a66204aba0152365917 (patch) | |
tree | a18347fabe67286447a7d7251fb61d09d246c7af | |
parent | 80efc5073d4f76471cc7fdc41e2a33a213a86baf (diff) | |
download | gcc-4b1ea1f3a58e965cd44e3a66204aba0152365917.zip gcc-4b1ea1f3a58e965cd44e3a66204aba0152365917.tar.gz gcc-4b1ea1f3a58e965cd44e3a66204aba0152365917.tar.bz2 |
* doc/md.texi (Standard Names): Remove reference to Java frontend.
From-SVN: r244023
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2182cff..36a73bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-03 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/md.texi (Standard Names): Remove reference to Java frontend. + 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com> * dwarf2out.c (gen_enumeration_type_die): When diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 753d41e..77b8fdf 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -6534,8 +6534,7 @@ function. @cindex @code{trap} instruction pattern @item @samp{trap} This pattern, if defined, signals an error, typically by causing some -kind of signal to be raised. Among other places, it is used by the Java -front end to signal `invalid array index' exceptions. +kind of signal to be raised. @cindex @code{ctrap@var{MM}4} instruction pattern @item @samp{ctrap@var{MM}4} |