mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
From-SVN: r244743
This commit is contained in:
parent
73aa401ecf
commit
c6c82710ed
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user