This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Fix invalid loader fixups from shared libobjc withhpux10.20
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Subject: Re: PATCH: Fix invalid loader fixups from shared libobjc withhpux10.20
- From: Stan Shebs <shebs at apple dot com>
- Date: Mon, 18 Jun 2001 16:10:59 -0700
- CC: "H . J . Lu" <hjl at lucon dot org>, gcc at gcc dot gnu dot org
- References: <200106161623.MAA04388@hiauly1.hia.nrc.ca>
John David Anglin wrote:
>
> > Thank you for fixing it. It is not very fun to debug a mysterious core
> > dump without a working gdb :-).
>
> Well it's still not completely fixed on the main. It's good to have
> additional problem reports as this helps to support the argument that
> something needs to be done.
I think we can get away with making the readonly_data_section calls
unconditionally on the mainline. It turns out that somebody at
Apple long ago rewrote handle_impent in Apple's version of GCC, and
it looks like an improvement for the mainline, so I'm going to put it
in, probably this week. I'll add your patch at the same time, but you
can check it in sooner if you have a need, merge is easy either way.
Stan