This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/2] Changes in type_align
- From: Andrew Burgess <andrew dot burgess at embecosm dot com>
- To: gdb-patches at sourceware dot org
- Cc: Tom Tromey <tromey at adacore dot com>, Andrew Burgess <andrew dot burgess at embecosm dot com>
- Date: Fri, 22 Feb 2019 22:29:52 +0000
- Subject: [PATCH 0/2] Changes in type_align
Set of changes to type_align function. Tested on x86-64 GNU/Linux
with no regressions.
--
Andrew Burgess (2):
gdb: Restructure type_align and gdbarch_type_align
gdb: Handle alignment for C++ structures with static members
gdb/ChangeLog | 19 +++++
gdb/arc-tdep.c | 23 ++++-
gdb/arch-utils.c | 2 +-
gdb/gdbarch.h | 5 +-
gdb/gdbarch.sh | 5 +-
gdb/gdbtypes.c | 30 ++++---
gdb/i386-tdep.c | 2 +-
gdb/nios2-tdep.c | 23 ++++-
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.base/align.exp | 180 +++++++++++++++++++++++++++------------
10 files changed, 221 insertions(+), 73 deletions(-)
--
2.14.5