Remove MI_THUNK specialization as our gas/PIC does not like it.

This commit is contained in:
espie 1999-01-22 22:35:06 +00:00
parent 46e9821c86
commit 9e4ed0ba71
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: openbsd.h,v 1.3 1999/01/11 21:23:27 espie Exp $ */
/* $OpenBSD: openbsd.h,v 1.4 1999/01/22 22:35:06 espie Exp $ */
/* vi:ts=8:
*/
@ -63,6 +63,10 @@
correctly */
#define DWARF2_UNWIND_INFO 0
/* TODO: MI_THUNK is busted. I need to figure out what bra func@PLTPC means
* under linux, and find the corresponding construction for our gas/pic
* setup. */
#if 0
/* taken from linux.h. Processor dependent optimized code to handle C++
* multiple inheritance vtable lookup
*/
@ -90,3 +94,4 @@ do { \
fprintf (FILE, "\n"); \
} \
} while (0)
#endif

View File

@ -1,4 +1,4 @@
/* $OpenBSD: openbsd.h,v 1.3 1999/01/11 21:23:27 espie Exp $ */
/* $OpenBSD: openbsd.h,v 1.4 1999/01/22 22:35:06 espie Exp $ */
/* vi:ts=8:
*/
@ -63,6 +63,10 @@
correctly */
#define DWARF2_UNWIND_INFO 0
/* TODO: MI_THUNK is busted. I need to figure out what bra func@PLTPC means
* under linux, and find the corresponding construction for our gas/pic
* setup. */
#if 0
/* taken from linux.h. Processor dependent optimized code to handle C++
* multiple inheritance vtable lookup
*/
@ -90,3 +94,4 @@ do { \
fprintf (FILE, "\n"); \
} \
} while (0)
#endif