diff options
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index 5c8ed9aacb..a990adf0d6 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -43,6 +43,9 @@ /* i386 architecture specific information. */ struct gdbarch_tdep { + /* OS/ABI. */ + int os_ident; + /* Number of SSE registers. */ int num_xmm_regs; }; |