https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577

--- Comment #120 from Peter Bisroev <peter.bisroev at groundlabs dot com> ---
(In reply to EML from comment #117)
> I do appreciate someone else taking a look at this; I've had a lot of
> changes at work, so this really took a back seat. And I don't have access to
> the HP compiler to try things. I think this is an important step is in
> comment 112:
> 
> ---
> Unfortunately, the above won't work directly because of the function name
> encoding used on pa.  Maybe you can look at aCC to see the assembly output
> it generates to a call to a weak function.
> ---
> 
> 
> If we can figure out how aCC generates such weak and linkonce sections, we
> should be able to make gcc do the same.
> 
> As an aside, I have maxtsiz set to 1073741824 (per kctune)

Thank you EML. Also increasing maxtsiz did help the self bootstrap of 4.7.4
with itself without needing to use "-Os" with STAGE1_CFLAGS.

As far as compiling with aCC, is there anything specific that you would like to
test out now? I can definitely compile that for you.

Thanks,
--peter

Reply via email to