[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28698 Andrew Pinski changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2007-05-02 Thread christian dot joensson at gmail dot com
-- christian dot joensson at gmail dot com changed: What|Removed |Added CC||christian dot joensson at |

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-09-01 Thread tromey at gcc dot gnu dot org
--- Comment #10 from tromey at gcc dot gnu dot org 2006-09-01 16:16 --- Subject: Bug 28698 Author: tromey Date: Fri Sep 1 16:16:15 2006 New Revision: 116631 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116631 Log: PR libgcj/28698: * libgcj_bc.c (DECLARE_PRIM_T

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-31 Thread tromey at gcc dot gnu dot org
--- Comment #9 from tromey at gcc dot gnu dot org 2006-08-31 22:00 --- Subject: Bug 28698 Author: tromey Date: Thu Aug 31 22:00:06 2006 New Revision: 116607 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116607 Log: PR libgcj/28698: * libgcj_bc.c (DECLARE_PRIM_TY

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-31 Thread tromey at gcc dot gnu dot org
--- Comment #8 from tromey at gcc dot gnu dot org 2006-08-31 17:24 --- Subject: Bug 28698 Author: tromey Date: Thu Aug 31 17:23:57 2006 New Revision: 116603 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116603 Log: PR libgcj/28698: * libgcj_bc.c (DECLARE_PRIM_TY

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-23 Thread tromey at gcc dot gnu dot org
--- Comment #7 from tromey at gcc dot gnu dot org 2006-08-23 16:58 --- There's some kind of skew here... I took the code on the trunk from the RH 4.1 branch, not from the FC RPM. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28698 --- You are receiving this mail because: -

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-22 Thread bryce at mckinlay dot net dot nz
--- Comment #5 from bryce at mckinlay dot net dot nz 2006-08-22 23:45 --- What does "ldd" on the dummy (unversioned) libgcj_bc.so say? This library should not be linked against libgcj.so, maybe it is being linked incorrectly. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28698 -

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-22 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-08-22 23:34 --- Bryce pointed out that we need to deal with the primitive class objects somehow. Otherwise code like 'new int[5]' will pull in libgcj.so. I'll send a patch to the java-patches list. Could you try it on your test cas

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-18 Thread doko at ubuntu dot com
--- Comment #3 from doko at ubuntu dot com 2006-08-18 11:38 --- Created an attachment (id=12091) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12091&action=view) example more simple example from the gettext source, compiled with gcj -C gnu/gettext/GetURL.java gcj -v -fjni -findir

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-17 Thread doko at ubuntu dot com
--- Comment #2 from doko at ubuntu dot com 2006-08-17 22:40 --- ecj.jar is from eclipse-3.2, copied the file to http://people.ubuntu.com/~doko/ecj.jar gcj-4.2 -v \ -O2 -g -Wl,-Bsymbolic -shared -fPIC -fjni -findirect-dispatch \ -o /tmp/ecj.jar.so /usr/share/java/

[Bug libgcj/28698] [gcj] libgcj-bc only used when building shared libs, not executables

2006-08-16 Thread tromey at gcc dot gnu dot org
--- Comment #1 from tromey at gcc dot gnu dot org 2006-08-17 01:24 --- For a simple example it does not do this: opsy. gcj -O2 -fPIC -fjni -findirect-dispatch -o H --main=HelloWorld HelloWorld.class opsy. eu-readelf -d H|fgrep lib NEEDEDShared library: [libgcc_s.so.1] NE