diff options
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r-- | gdb/arch-utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h index dddae55..5816f2f 100644 --- a/gdb/arch-utils.h +++ b/gdb/arch-utils.h @@ -153,4 +153,6 @@ extern struct gdbarch *gdbarch_from_bfd (bfd *abfd); routines to determine the architecture to execute a command in. */ extern struct gdbarch *get_current_arch (void); +extern int default_has_shared_address_space (struct gdbarch *); + #endif |