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]
Other format: [Raw text]

Re: [RS6000] Hookize GO_IF_MODE_DEPENDENT_ADDRESS


2010/5/17 Anatoly Sokolov <aesok@post.ru>:
> ?Hi.
>
> ?This patch removes obsolete GO_IF_MODE_DEPENDENT_ADDRESS macro from the
> RS6000 back end in the GCC and introduces equivalent
> TARGET_MODE_DEPENDENT_ADDRESS_P target hook.
>
> ?Regression tested on powerpc64-unknown-linux-gnu. ? ?OK to install?
>
> ? ? ? ?* config/rs6000/rs6000.c (rs6000_mode_dependent_address_p): New.
> ? ? ? ?(TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
> ? ? ? ?(rs6000_mode_dependent_address_ptr): Make static.
> ? ? ? ?* config/rs6000/rs6000.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
> ? ? ? ?* config/rs6000/rs6000-protos.h (rs6000_mode_dependent_address_ptr):
> ? ? ? ?Remove.

Okay.

Thanks, David


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