diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1feb9368121..bb2fc9f91bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-01-17 Gerald Pfeifer + + * config/i386/cygwin.h (LIBGCJ_SONAME): Remove. + * config/i386/mingw32.h (LIBGCJ_SONAME): Remove. + 2017-01-17 Kaz Kojima PR target/78633 diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index e4772c657aa..a4683b4662e 100644 --- a/gcc/config/i386/cygwin.h +++ b/gcc/config/i386/cygwin.h @@ -153,6 +153,3 @@ along with GCC; see the file COPYING3. If not see #endif #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll" -/* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-16.dll" - diff --git a/gcc/config/i386/mingw32.h b/gcc/config/i386/mingw32.h index 543d851f538..5f36909a8bf 100644 --- a/gcc/config/i386/mingw32.h +++ b/gcc/config/i386/mingw32.h @@ -252,5 +252,3 @@ do { \ #endif #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll" -/* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-16.dll"