diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 03:39:45 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-28 03:39:45 +0000 |
commit | 72f768a717c3726709ce077622ef7ee917f67a78 (patch) | |
tree | d18dbc0159c65a5c99a145dafff3d3f06ad5ecf5 /gcc/config/vax/vax.h | |
parent | 2b9c2d46199e4f0c1fbca52686905bf367d9e27e (diff) | |
download | gcc-72f768a717c3726709ce077622ef7ee917f67a78.tar.gz |
* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61951 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax/vax.h')
-rw-r--r-- | gcc/config/vax/vax.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index ec08c0eeb55..f3f1e465961 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -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. */ |