Re: [PATCH] Remove vestiges of MODIFY_JNI_METHOD_CALL

2019-11-15 Thread Jeff Law
On 11/13/19 2:50 PM, Tom Tromey wrote: > 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. >

[PATCH] Remove vestiges of MODIFY_JNI_METHOD_CALL

2019-11-13 Thread Tom Tromey
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-13 Tom Tromey *