public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] [symtab/27831] Fix OBJF_MAINLINE assert
@ 2023-08-13  3:48 Kevin Buettner
  2023-08-13  3:48 ` [PATCH v3 1/2] " Kevin Buettner
  2023-08-13  3:48 ` [PATCH v3 2/2] [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp Kevin Buettner
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Buettner @ 2023-08-13  3:48 UTC (permalink / raw)
  To: gdb-patches; +Cc: Kevin Buettner

This is a slightly modified version of a two-part series from over a
year ago.  As noted then, the fix is mostly Simon's work, though the
text of the commit log is still mine.  Also, it required a rebase, so
that work is mine as well.  I've also updated copyright dates as well
as the commit log for the fix to reflect the fact that macros are no
longers used in the affected code.

I've tested on Fedora 38 for both x86_64 and aarch64 - no regressions. 
Moreover, I've observed that the new test case is still relevant, i.e.
the bug hasn't been fixed by some other means in the interim.

Kevin Buettner (2):
  [symtab/27831] Fix OBJF_MAINLINE assert
  [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp

 gdb/elfread.c                                 |  8 +-
 gdb/symtab.c                                  | 13 ++-
 gdb/symtab.h                                  | 17 ++--
 .../gdb.base/add-symbol-file-attach.c         | 28 ++++++
 .../gdb.base/add-symbol-file-attach.exp       | 88 +++++++++++++++++++
 5 files changed, 137 insertions(+), 17 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/add-symbol-file-attach.c
 create mode 100644 gdb/testsuite/gdb.base/add-symbol-file-attach.exp

-- 
2.41.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-14 16:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-13  3:48 [PATCH v3 0/2] [symtab/27831] Fix OBJF_MAINLINE assert Kevin Buettner
2023-08-13  3:48 ` [PATCH v3 1/2] " Kevin Buettner
2023-08-14 16:00   ` Tom Tromey
2023-08-13  3:48 ` [PATCH v3 2/2] [symtab/27831] New test case: gdb.base/add-symbol-file-attach.exp Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).