diff options
Diffstat (limited to 'gdb/config/i386/tm-nbsd.h')
-rw-r--r-- | gdb/config/i386/tm-nbsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/i386/tm-nbsd.h b/gdb/config/i386/tm-nbsd.h index 3be47b0..66002ed 100644 --- a/gdb/config/i386/tm-nbsd.h +++ b/gdb/config/i386/tm-nbsd.h @@ -26,6 +26,11 @@ #include "i386/tm-i386bsd.h" #include "tm-nbsd.h" +extern use_struct_convention_fn i386nbsd_use_struct_convention; +#define USE_STRUCT_CONVENTION(gcc_p, type) \ + i386nbsd_use_struct_convention(gcc_p, type) + + #define JB_ELEMENT_SIZE sizeof(int) /* jmp_buf[_JBLEN] is array of ints */ #define JB_PC 0 /* Setjmp()'s return PC saved here */ |