* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.

From-SVN: r61951
This commit is contained in:
Richard Henderson 2003-01-27 19:39:45 -08:00 committed by Richard Henderson
parent 623baee2cf
commit b9962e0a16
3 changed files with 11 additions and 8 deletions

View File

@ -1,3 +1,7 @@
2003-01-27 Richard Henderson <rth@redhat.com>
* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
2003-01-28 Alexandre Oliva <aoliva@redhat.com>
* config/mips/mips.h (UNITS_PER_HWFPVALUE): Renamed from...

View File

@ -714,6 +714,13 @@ reg_was_0_p (insn, op)
&& ! reg_set_between_p (op, XEXP (link, 0), insn));
}
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance.
.mask ^m<r2,r3,r4,r5,r6,r7,r8,r9,r10,r11> #conservative entry mask
addl2 $DELTA, 4(ap) #adjust first argument
jmp FUNCTION+2 #jump beyond FUNCTION's entry mask
*/
static void
vax_output_mi_thunk (file, thunk, delta, vcall_offset, function)
FILE *file;

View File

@ -1139,14 +1139,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES };
assemble_name ((FILE), (NAME)), \
fprintf ((FILE), ",%u\n", (ROUNDED)))
/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
Used for C++ multiple inheritance.
.mask ^m<r2,r3,r4,r5,r6,r7,r8,r9,r10,r11> #conservative entry mask
addl2 $DELTA, 4(ap) #adjust first argument
jmp FUNCTION+2 #jump beyond FUNCTION's entry mask
*/
#define ASM_OUTPUT_MI_THUNK vax_output_mi_thunk
/* Store in OUTPUT a string (made with alloca) containing
an assembler-name for a local static variable named NAME.
LABELNO is an integer which is different for each call. */