diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-21 08:52:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-21 08:52:32 +0000 |
commit | c6c82710eda68ad57d06b50e42c009b42e7ea610 (patch) | |
tree | 8b3e355f46010d6fbda6632a0652a815a22c4eb2 | |
parent | 73aa401ecf498ad3d739bde4127da73e2eb01932 (diff) | |
download | gcc-c6c82710eda68ad57d06b50e42c009b42e7ea610.zip gcc-c6c82710eda68ad57d06b50e42c009b42e7ea610.tar.gz gcc-c6c82710eda68ad57d06b50e42c009b42e7ea610.tar.bz2 |
* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
From-SVN: r244743
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config/i386/cygming-crtbegin.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 98aa104..d681d18 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2017-01-21 Gerald Pfeifer <gerald@pfeifer.com> + + * config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define. + 2017-01-20 Jiong Wang <jiong.wang@arm.com> * config/aarch64/aarch64-unwind.h: Empty this file on ILP32. diff --git a/libgcc/config/i386/cygming-crtbegin.c b/libgcc/config/i386/cygming-crtbegin.c index 1df29dc..d59738b 100644 --- a/libgcc/config/i386/cygming-crtbegin.c +++ b/libgcc/config/i386/cygming-crtbegin.c @@ -42,10 +42,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define LIBGCC_SONAME "libgcc_s.dll" #endif -#ifndef LIBGCJ_SONAME -#define LIBGCJ_SONAME "libgcj_s.dll" -#endif - #if DWARF2_UNWIND_INFO /* Make the declarations weak. This is critical for _Jv_RegisterClasses because it lives in libgcj.a */ |