On Wed, Jun 29, 2011 at 11:49 PM, Richard Henderson <r...@redhat.com> wrote: > --- a/gcc/config/vax/vax.c > +++ b/gcc/config/vax/vax.c > @@ -70,9 +69,6 @@ static int vax_return_pops_args (tree, tree, int); > #undef TARGET_ASM_ALIGNED_HI_OP > #define TARGET_ASM_ALIGNED_HI_OP "\t.word\t" > > -#undef TARGET_ASM_FUNCTION_PROLOGUE > -#define TARGET_ASM_FUNCTION_PROLOGUE vax_output_function_prologue > - > #undef TARGET_ASM_FILE_START > #define TARGET_ASM_FILE_START vax_file_start > #undef TARGET_ASM_FILE_START_APP_OFF
Can you please also update http://gcc.gnu.org/backends.html? I think VAX should have a 'g' after you commit this patch. How many TARGET_ASM_FUNCTION_{PRO,EPI}LOGUE targets are left anyway? Ciao! Steven