diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-17 07:23:40 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-17 07:23:40 +0000 |
commit | 4b1a89aa3cf7487b285b6557f59fc363ab1d3c02 (patch) | |
tree | fdf724a55d7c7fd730ad2029f50478c755d32542 /gcc | |
parent | d27c8bec6f0f69fc6e98507ceabbfb10cd8ba0f0 (diff) | |
download | gcc-4b1a89aa3cf7487b285b6557f59fc363ab1d3c02.zip gcc-4b1a89aa3cf7487b285b6557f59fc363ab1d3c02.tar.gz gcc-4b1a89aa3cf7487b285b6557f59fc363ab1d3c02.tar.bz2 |
cygwin.h (LIBGCJ_SONAME): Remove.
* config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
* config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
From-SVN: r244517
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/i386/cygwin.h | 3 | ||||
-rw-r--r-- | gcc/config/i386/mingw32.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1feb9368..bb2fc9f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-01-17 Gerald Pfeifer <gerald@pfeifer.com> + + * config/i386/cygwin.h (LIBGCJ_SONAME): Remove. + * config/i386/mingw32.h (LIBGCJ_SONAME): Remove. + 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org> PR target/78633 diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h index e4772c6..a4683b4 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 543d851..5f36909 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" |