Remove vestiges of MODIFY_JNI_METHOD_CALL
authorTom Tromey <tromey@adacore.com>
Mon, 18 Nov 2019 14:22:57 +0000 (14:22 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 18 Nov 2019 14:22:57 +0000 (14:22 +0000)
commit828a178c2b9140828241dd99e81e1f70f42de722
tree3a575e327f4b4f6a8c478d1428b949166a2ea957
parent10a73df76280e12886cb20b028727436d73724c5
Remove vestiges of MODIFY_JNI_METHOD_CALL

I happened to notice that MODIFY_JNI_METHOD_CALL was defined in
cygming.h and documented in tm.texi.  However, because it was only
needed for gcj, it is obsolete.  This patch removes the vestiges.

Tested by grep, and rebuilding the documentation.

gcc/ChangeLog
2019-11-18  Tom Tromey  <tromey@adacore.com>

* doc/tm.texi: Rebuild.
* doc/tm.texi.in (Misc): Don't document MODIFY_JNI_METHOD_CALL.
* config/i386/cygming.h (MODIFY_JNI_METHOD_CALL): Don't define.

From-SVN: r278407
gcc/ChangeLog
gcc/config/i386/cygming.h
gcc/doc/tm.texi
gcc/doc/tm.texi.in