This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH/RFA] Java: DWARF2 exception on sh-linux
- From: kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: aoliva at redhat dot com
- Cc: java-patches at gcc dot gnu dot org, joern dot rennecke at superh dot com, stephen dot clarke at earthling dot net, gcc-patches at gcc dot gnu dot org
- Date: Fri, 22 Nov 2002 10:30:51 +0900
- Subject: Re: [PATCH/RFA] Java: DWARF2 exception on sh-linux
- References: <orwun6fl5c.fsf@free.redhat.lsd.ic.unicamp.br>
Alexandre Oliva <aoliva@redhat.com> wrote:
> On Nov 21, 2002, kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:
>
>> * libtool.m4 (linux-gnu*): Set lt_cv_deplibs_check_method to
>> pass_all also for sh*.
>
> Since this is in the libtool tree already, it's ok to put it in.
> However, before you check this in, please sanity-check that it is
> actually safe to link any non-PIC code into SH shared libraries. If
> there's any case in which this can possibly break, then pass_all is
> not the right thing to use, and we'd better arrange for it to be taken
> out of libtool mainline.
I've tested it with slightly old toolchain but not with the current
toolchain. I'd like to check it again. Thanks.
BTW, I forgot that my patch is for 3.4-BIB. Sorry.
Regards,
kaz