This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PING][SCORE] Hookize PREFERRED_RELOAD_CLASS
- From: Liqin Chen <liqin dot gcc at gmail dot com>
- To: Anatoly Sokolov <aesok at post dot ru>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 5 Apr 2012 14:09:51 +0800
- Subject: Re: [PING][SCORE] Hookize PREFERRED_RELOAD_CLASS
- References: <4F05EF6A.7070603@post.ru> <25D24A6D2012428DBFA612E692F4155B@Vista>
å 2012å4æ3æ äå2:51ïAnatoly Sokolov <aesok@post.ru> åéï
> Hi.
>
> Ping patch: http://gcc.gnu.org/ml/gcc-patches/2012-01/msg00261.html
>>
>> ÂThis patch removes obsolete PREFERRED_RELOAD_CLASS macro from the SCORE
>> back end in the GCC and introduces equivalent TARGET_PREFERRED_RELOAD_CLASS
>> target hook.
>>
>> ÂUntested.
>>
>> ÂOK to install?
>>
>> * config/score/score.h (PREFERRED_RELOAD_CLASS): Remove.
>> * config/score/score-protos.h (score_preferred_reload_class): Remove.
>> * config/score/score.c (TARGET_PREFERRED_RELOAD_CLASS: Define.
>> (score_preferred_reload_class): Make static. Change return and
>> 'rclass' argument type to reg_class_t.
>>
> Anatoly.
It's OK to install, Thanks.
--liqin