r278407 - in /trunk/gcc: ChangeLog config/i386/...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Mon Nov 18 14:22:00 GMT 2019


Author: tromey
Date: Mon Nov 18 14:22:57 2019
New Revision: 278407

URL: https://gcc.gnu.org/viewcvs?rev=278407&root=gcc&view=rev
Log:
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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/cygming.h
    trunk/gcc/doc/tm.texi
    trunk/gcc/doc/tm.texi.in



More information about the Gcc-cvs mailing list