This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 6/6] Thread pointer built-in functions, mips
- From: Richard Sandiford <rdsandiford at googlemail dot com>
- To: Chung-Lin Tang <cltang at codesourcery dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 28 Aug 2012 12:04:47 +0100
- Subject: Re: [PATCH 6/6] Thread pointer built-in functions, mips
- References: <4FFE744F.40405@codesourcery.com> <503C7E1A.8050602@codesourcery.com>
Chung-Lin Tang <cltang@codesourcery.com> writes:
> * config/mips/mips.md (get_thread_pointer<mode>): New pattern.
> * config/mips/mips-protos.h (mips_expand_thread_pointer): Add extern
> declaration.
> * config/mips/mips.c (mips_expand_thread_pointer): Renamed from
> mips_get_tp.
> (mips_get_tp): New stub calling mips_expand_thread_pointer.
OK. Thanks for all your work on this.
Richard