From c590b62588c84c4f0b7770a9e5c6f3216a87dce7 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sun, 20 Oct 2002 15:37:14 -0700 Subject: target.h (struct gcc_target): Line wrap. * target.h (struct gcc_target): Line wrap. * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Static. (TARGET_ASM_OUTPUT_MI_THUNK): Define here... * config/alpha/alpha.h: ... not here. * config/alpha/alpha-protos.h: Update. * config/arm/arm.c, config/arm/arm.h, config/arm/arm-protos.h config/cris/cris-protos.h, config/cris/cris.c, config/cris/cris.h, config/frv/frv-protos.h, config/frv/frv.c, config/frv/frv.h, config/i386/i386-protos.h, config/i386/i386.c, config/i386/openbsd.h, config/i386/unix.h, config/i960/i960-protos.h, config/i960/i960.c, config/i960/i960.h, config/ia64/ia64-protos.h, config/ia64/ia64.c, config/ia64/ia64.h, config/m68k/linux.h, config/m68k/m68k-protos.h, config/m68k/m68k.c, config/m68k/netbsd-elf.h, config/m68k/openbsd.h, config/mmix/mmix-protos.h, config/mmix/mmix.c, config/mmix/mmix.h, config/pa/pa-protos.h, config/pa/pa.c, config/pa/pa.h, config/s390/s390-protos.h, config/s390/s390.c, config/s390/s390.h, config/sparc/openbsd.h, config/sparc/sparc-protos.h, config/sparc/sparc.c, config/sparc/sparc.h, config/stormy16/stormy16-protos.h, config/stormy16/stormy16.c, config/stormy16/stormy16.h: Similarly. * config/m68k/m68k.c (m68k_output_mi_thunk): Replicate mnemonic selection logic from call patterns. From-SVN: r58340 --- gcc/target.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/target.h') diff --git a/gcc/target.h b/gcc/target.h index 857aad72883..eb674c943f1 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -123,9 +123,9 @@ struct gcc_target /* Output the assembler code for a thunk function. */ void (* output_mi_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, tree)); - /* Output the assembler code for a thunk function with a vcall - offset. */ - void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, HOST_WIDE_INT, tree)); + /* Output the assembler code for a thunk function with a vcall offset. */ + void (* output_mi_vcall_thunk) PARAMS ((FILE *, tree, HOST_WIDE_INT, + HOST_WIDE_INT, tree)); } asm_out; /* Functions relating to instruction scheduling. */ -- cgit v1.2.1