[PATCH 0/2] Changes in type_align

Andrew Burgess andrew.burgess@embecosm.com
Fri Feb 22 22:30:00 GMT 2019


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



More information about the Gdb-patches mailing list