public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME
@ 2017-01-20 15:23 Gerald Pfeifer
  2017-01-21  8:25 ` Richard Biener
  0 siblings, 1 reply; 2+ messages in thread
From: Gerald Pfeifer @ 2017-01-20 15:23 UTC (permalink / raw)
  To: gcc-patches, Richard Biener; +Cc: java-patches

Not a regression in the strict sense, but a left over from the Java
removal.  Can we still get that in?

(I think I pretty much committed all other changes of things I found
as left overs from the GCJ/libgcj removal.)

Gerald

2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>

	* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.

Index: libgcc/config/i386/cygming-crtbegin.c
===================================================================
--- libgcc/config/i386/cygming-crtbegin.c	(revision 244714)
+++ libgcc/config/i386/cygming-crtbegin.c	(working copy)
@@ -42,10 +42,6 @@
 #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  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME
  2017-01-20 15:23 [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME Gerald Pfeifer
@ 2017-01-21  8:25 ` Richard Biener
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Biener @ 2017-01-21  8:25 UTC (permalink / raw)
  To: Gerald Pfeifer, gcc-patches; +Cc: java-patches

On January 20, 2017 4:23:11 PM GMT+01:00, Gerald Pfeifer <gerald@pfeifer.com> wrote:
>Not a regression in the strict sense, but a left over from the Java
>removal.  Can we still get that in?

Sure.

Richard.

>(I think I pretty much committed all other changes of things I found
>as left overs from the GCJ/libgcj removal.)
>
>Gerald
>
>2017-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
>
>	* config/i386/cygming-crtbegin.c (LIBGCJ_SONAME): No longer #define.
>
>Index: libgcc/config/i386/cygming-crtbegin.c
>===================================================================
>--- libgcc/config/i386/cygming-crtbegin.c	(revision 244714)
>+++ libgcc/config/i386/cygming-crtbegin.c	(working copy)
>@@ -42,10 +42,6 @@
> #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  */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-21  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 15:23 [libgcc] i386/cygming-crtbegin.c: remove LIBGCJ_SONAME Gerald Pfeifer
2017-01-21  8:25 ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).