This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: tru64 ldgp linker bug workaround


Richard Henderson <rth@redhat.com> writes:

> Instead of using ldgp in the exception_receiver, save it away
> in a pseudo at the beginning of the function and restore it in
> the receiver.

Great, thanks.  Will fire off a bootstrap tonight.

> + /* The linker appears to perform invalid code optimizations that result
> +    in the ldgp emitted for the exception_receiver pattern being incorrctly
								    ^ incorrectly
> +    linked.  */
> + #undef TARGET_LD_BUGGY_LDGP
> + #define TARGET_LD_BUGGY_LDGP 1

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University

Email: ro@TechFak.Uni-Bielefeld.DE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]