Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Live Range Splitting goodbye?
@ 2002-06-21 18:44 Jim Blandy
  2002-06-21 19:13 ` Elena Zannoni
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jim Blandy @ 2002-06-21 18:44 UTC (permalink / raw)
  To: gdb


Would anyone mind if I deleted the support for live range splitting?
That would remove the following fields from struct symbol, get rid of
a weird call to read_pc in symtab.c (!!), and a bunch of other stuff.

I believe the GCC code which would emit the sorts of STABS that turn
into these structures has never been contributed to the public sources
anyway.

struct symbol
  {
    ...

    /* Link to a list of aliases for this symbol.
       Only a "primary/main symbol may have aliases.  */
    struct alias_list *aliases;

    /* List of ranges where this symbol is active.  This is only
       used by alias symbols at the current time.  */
    struct range_list *ranges;
  };


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

end of thread, other threads:[~2002-06-26 19:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-21 18:44 Live Range Splitting goodbye? Jim Blandy
2002-06-21 19:13 ` Elena Zannoni
2002-06-21 20:08 ` Daniel Jacobowitz
2002-06-21 21:46 ` Daniel Berlin
2002-06-26 12:22   ` Jim Blandy

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