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: [PATCH] Add TARGET_ASM_DECLARE_FUNCTION_NAME target hook.


Anatoly Sokolov wrote:

  This patch introduce new TARGET_ASM_DECLARE_FUNCTION_NAME target hook
instead of ASM_DECLARE_FUNCTION_NAME macro.

This patch looks to create the hook, but not remove the macro. It's a good think to covert the macro to a hook, but if we're going to do that, we should remove all uses of the macro at the same time.


Thanks,

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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