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 32ef049..06066c5 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -210,6 +210,9 @@ extern const struct regset * i386_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size); +/* Initialize a basic COFF architecture variant. */ +extern void i386_coff_init_abi (struct gdbarch_info, struct gdbarch *); + /* Initialize a basic ELF architecture variant. */ extern void i386_elf_init_abi (struct gdbarch_info, struct gdbarch *); |