summaryrefslogtreecommitdiff
path: root/gcc/config/i386/att.h
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-05-17 17:49:21 +0000
committerStan Cox <coxs@gnu.org>1996-05-17 17:49:21 +0000
commit19a7047927e52f8513266e1326e7f78497e0a907 (patch)
tree7ca4198e489d596bf7b254b7cc229aa91837267a /gcc/config/i386/att.h
parente291fca1a3574797210af52d3ff2d8fbb1419356 (diff)
downloadgcc-19a7047927e52f8513266e1326e7f78497e0a907.tar.gz
unix.h (ASM_OUTPUT_MI_THUNK): Define.
{att.h,bsd.h,sun386.h} (ASM_OUTPUT_MI_THUNK): Delete. From-SVN: r12010
Diffstat (limited to 'gcc/config/i386/att.h')
-rw-r--r--gcc/config/i386/att.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gcc/config/i386/att.h b/gcc/config/i386/att.h
index 3612cd2acfa..ef095b7a67f 100644
--- a/gcc/config/i386/att.h
+++ b/gcc/config/i386/att.h
@@ -93,14 +93,3 @@ do \
#define ASM_OUTPUT_LABELREF(FILE,NAME) \
fprintf (FILE, "%s", NAME)
-/* Output code to add DELTA to the first argument, and then jump to FUNCTION.
- Used for C++ multiple inheritance. */
-
-#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
-do { \
- fprintf (FILE, "\taddl $%d,%s\n\tjmp ", DELTA, \
- i386_regparm > 0 ? "%eax" : "4(%esp)"); \
- assemble_name (FILE, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (FUNCTION))); \
- fprintf (FILE, "\n"); \
-} while (0)
-