On Fri, Oct 08, 2010 at 09:58:14AM -0400, Nathan Froyd wrote: > The patch below hookizes FUNCTION_ARG and related macros for the m68k > backend. Nothing special here.
With the old macro approach it was easy for a subtarget to override these target properties. That doesn't work anymore for target hooks. Is there a (recommended) way how a subtarget can override hook functions? Thanks, Gunther