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: [M32C] Remove FUNCTION_VALUE and LIBCALL_VALUE macros.


On 10/20/2009 09:34 AM, Anatoly Sokolov wrote:
         * config/m32c/m32c.c (m32c_function_value_regno_p): New function.
         (m32c_function_value): Make static, add new 'outgoing' argument.
         (m32c_libcall_value): Make static, add new 'fun' argument.
         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE): Declare.
         * config/m32c/m32c.h: (FUNCTION_VALUE, LIBCALL_VALUE): Remove.
         (FUNCTION_VALUE_REGNO_P): Redefine, use m32c_function_value_regno_p.
         * config/m32c/m32c-protos.h (m32c_function_value_regno_p): Declare.
         (m32c_function_value, m32c_libcall_value): Delete declaration.


Ok.



r~



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