From 4b1a89aa3cf7487b285b6557f59fc363ab1d3c02 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 17 Jan 2017 07:23:40 +0000 Subject: [PATCH] cygwin.h (LIBGCJ_SONAME): Remove. * config/i386/cygwin.h (LIBGCJ_SONAME): Remove. * config/i386/mingw32.h (LIBGCJ_SONAME): Remove. From-SVN: r244517 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/cygwin.h | 3 --- gcc/config/i386/mingw32.h | 2 -- 3 files changed, 5 insertions(+), 5 deletions(-) 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" -- 2.30.2