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]

PING^1 [rs6000] Remove FUNCTION_VALUE macro


Hi.

Ping!

This patch removes obsolete FUNCTION_VALUE and macros from rs6000 target in
the GCC and introduces equivalent TARGET_FUNCTION_VALUE target hook.


 Bootstrapped and regression tested on powerpc-unknown-linux-gnu.
OK to install?

       * config/rs6000/rs6000.h (FUNCTION_VALUE): Remove macro.
       * config/rs6000/rs6000-protos.h (rs6000_function_value): Remove.
       * config/rs6000/rs6000.c (rs6000_function_value): Make static, add
       'outgoing' argument.
       (TARGET_FUNCTION_VALUE): Define.

http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00182.html

Anatoly.


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