This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Linux, PowerPC and -fvtable-thunks
- To: hjl at lucon dot org (H.J. Lu)
- Subject: Re: Linux, PowerPC and -fvtable-thunks
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 21 Nov 1997 21:50:16 -0800
- cc: Franz dot Sirl-private at lauterbach dot com (Franz Sirl), egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <m0xYgTn-0004ecC@ocean.lucon.org>you write:
> I have sent this patch long time ago to deal with this. But
> noone cares enough to check it out:
You submitted that big ugly patch and didn't make any attempt to describe
why it was needed. I told you at the time I had no intention of installing
the patch without such information.
Franz managed to desribe the problem reasonably well in his message, odds
are if you had bothered to take the time to do the same, then this problem
would have been fixed by now.
It's definitely too late to go back and include your patch for the release.
Can we come up with a less intrusive way to fix this problem?
Seems to me that we could add something like this after the alpha/linux
line in the shared case
*-*-linux*) target_makefile_frag=config/mt-${target_cpu}linuxpic
Or something similar. We then need a few linuxpic files.
jeff