diff options
Diffstat (limited to 'gdb/arch-utils.c')
-rw-r--r-- | gdb/arch-utils.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/arch-utils.c b/gdb/arch-utils.c index cd9bd66..e3cce49 100644 --- a/gdb/arch-utils.c +++ b/gdb/arch-utils.c @@ -987,6 +987,14 @@ default_in_indirect_branch_thunk (gdbarch *gdbarch, CORE_ADDR pc) return false; } +/* See arch-utils.h. */ + +ULONGEST +default_type_align (struct gdbarch *gdbarch, struct type *type) +{ + return TYPE_LENGTH (check_typedef (type)); +} + void _initialize_gdbarch_utils (void) { |