Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] More xcoffread cleanups
@ 2026-01-08 19:33 Simon Marchi
  2026-01-08 19:33 ` [PATCH 1/8] gdb/xcoffread: remove name computation Simon Marchi
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Simon Marchi @ 2026-01-08 19:33 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

Here is another batch of cleanups for xcoffread.c, removing things that
are no longer used.  I didn't manage to build GDB on one of the the AIX
machines on the compile farm.  I did, however, copy an AIX executable to
my Linux workstation and checked that GDB found what seemed to me like a
sensible TOC offset value.

Simon Marchi (8):
  gdb/xcoffread: remove name computation
  gdb/xcoffread: remove read of .debug section
  gdb/xcoffread: remove XCOFF_DATA macro
  gdb/xcoffread: remove xcoff_symfile_info::{symtbl,symtbl_num_syms}
  gdb/xcoffread: allocate symbol table using vector in scan_xcoff_symtab
  gdb/xcoffread: simplify xcoff_secnum_to_sections
  gdb/xcoffread: replace 2 switches with if
  gdb/xcoffread: stylistic cleanup

 gdb/xcoffread.c | 317 +++++++++++++-----------------------------------
 1 file changed, 81 insertions(+), 236 deletions(-)


base-commit: 3e5d318177d372278796cfbbb13a4d75966cffd1
-- 
2.52.0


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

end of thread, other threads:[~2026-01-09  2:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-08 19:33 [PATCH 0/8] More xcoffread cleanups Simon Marchi
2026-01-08 19:33 ` [PATCH 1/8] gdb/xcoffread: remove name computation Simon Marchi
2026-01-08 20:32   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 2/8] gdb/xcoffread: remove read of .debug section Simon Marchi
2026-01-08 20:32   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 3/8] gdb/xcoffread: remove XCOFF_DATA macro Simon Marchi
2026-01-08 20:34   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 4/8] gdb/xcoffread: remove xcoff_symfile_info::{symtbl, symtbl_num_syms} Simon Marchi
2026-01-08 20:36   ` Tom Tromey
2026-01-08 21:24     ` Simon Marchi
2026-01-08 22:17       ` Tom Tromey
2026-01-09  2:05         ` Simon Marchi
2026-01-08 19:33 ` [PATCH 5/8] gdb/xcoffread: allocate symbol table using vector in scan_xcoff_symtab Simon Marchi
2026-01-08 20:37   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 6/8] gdb/xcoffread: simplify xcoff_secnum_to_sections Simon Marchi
2026-01-08 20:39   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 7/8] gdb/xcoffread: replace 2 switches with if Simon Marchi
2026-01-08 20:40   ` Tom Tromey
2026-01-08 19:33 ` [PATCH 8/8] gdb/xcoffread: stylistic cleanup Simon Marchi
2026-01-08 20:41   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox