Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Poison obstack functions
@ 2018-04-28  3:31 Simon Marchi
  2018-04-28  3:31 ` [PATCH v2 3/3] Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible Simon Marchi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Simon Marchi @ 2018-04-28  3:31 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

v2 of https://sourceware.org/ml/gdb-patches/2018-04/msg00524.html

What's new:

- Don't allocate mapped_index on an obstack (patch 1/3)
- Use OBSTACK_ZALLOC instead of XOBNEW + memset when possible (patch
  3/3)

Simon Marchi (3):
  Don't allocate mapped_index on the objfile obstack
  Introduce obstack_new, poison other "typed" obstack functions
  Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible

 gdb/ada-lang.c            |  3 +--
 gdb/common/poison.h       | 31 +++++++++++++++++++++++-
 gdb/common/traits.h       |  8 ++++++
 gdb/dwarf2-frame.c        |  3 +--
 gdb/dwarf2read.c          | 14 +++--------
 gdb/dwarf2read.h          |  2 +-
 gdb/gdb_obstack.h         | 36 ++++++++++++++++++++++++---
 gdb/gdbarch.c             |  9 ++-----
 gdb/gdbarch.h             | 10 +++++---
 gdb/gdbarch.sh            | 21 ++++++++--------
 gdb/hppa-tdep.c           |  7 ++----
 gdb/mdebugread.c          | 51 +++++++++++++--------------------------
 gdb/minsyms.c             |  6 ++---
 gdb/objfiles.c            |  9 ++-----
 gdb/psymtab.c             |  4 +--
 gdb/stabsread.c           |  7 ++----
 gdb/target-descriptions.c |  7 +-----
 gdb/xcoffread.c           |  3 +--
 18 files changed, 125 insertions(+), 106 deletions(-)

-- 
2.17.0


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

end of thread, other threads:[~2018-05-21  3:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-28  3:31 [PATCH v2 0/3] Poison obstack functions Simon Marchi
2018-04-28  3:31 ` [PATCH v2 3/3] Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possible Simon Marchi
2018-04-28  3:31 ` [PATCH v2 1/3] Don't allocate mapped_index on the objfile obstack Simon Marchi
2018-04-28  3:31 ` [PATCH v2 2/3] Introduce obstack_new, poison other "typed" obstack functions Simon Marchi
2018-05-21  3:00 ` [PATCH v2 0/3] Poison " Simon Marchi
2018-05-21  3:23   ` Simon Marchi
2018-05-21  8:53     ` [pushed] Fix copy-pasto, allocate objfile_per_bfd_storage with obstack_new Simon Marchi

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