diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-17 17:49:21 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-17 17:49:21 +0000 |
commit | e5a152e481640ee233d80e929e7e509bc391b014 (patch) | |
tree | 7ca4198e489d596bf7b254b7cc229aa91837267a /gcc/config/i386/bsd.h | |
parent | 39b480923a8707d39627fcb2c1d935c988433a3a (diff) | |
download | gcc-e5a152e481640ee233d80e929e7e509bc391b014.tar.gz |
unix.h (ASM_OUTPUT_MI_THUNK): Define.
{att.h,bsd.h,sun386.h} (ASM_OUTPUT_MI_THUNK): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/bsd.h')
-rw-r--r-- | gcc/config/i386/bsd.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/i386/bsd.h b/gcc/config/i386/bsd.h index 4f8bdfe1459..6bf7399dc31 100644 --- a/gcc/config/i386/bsd.h +++ b/gcc/config/i386/bsd.h @@ -123,18 +123,6 @@ Boston, MA 02111-1307, USA. */ #define ASM_OUTPUT_LABELREF(FILE,NAME) fprintf (FILE, "_%s", NAME) #endif /* not NO_UNDERSCORES */ -/* 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) - - /* Sequent has some changes in the format of DBX symbols. */ #define DBX_NO_XREFS 1 |