Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* ARI `asection' and `sec_ptr'
@ 2003-02-24  6:41 Andrew Cagney
  2003-02-24 14:25 ` Daniel Jacobowitz
  0 siblings, 1 reply; 10+ messages in thread
From: Andrew Cagney @ 2003-02-24  6:41 UTC (permalink / raw)
  To: gdb

Hello,

Assuming I'm reading the code right.  BFD has the declarations:

typedef struct sec
{
   ...
} asection;
typedef struct sec *sec_ptr;

GDB uses all three (sec_ptr, asection, struct sec) and that makes things 
pretty confusing.  Consequently, I've added asection and sec_ptr to the 
ARI.  Instead people can use `struct sec *' which is consistent with 
GDB's other types.

enjoy,
Andrew


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

end of thread, other threads:[~2003-03-01 15:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-24  6:41 ARI `asection' and `sec_ptr' Andrew Cagney
2003-02-24 14:25 ` Daniel Jacobowitz
2003-02-24 15:05   ` Andrew Cagney
2003-02-24 15:18     ` Daniel Jacobowitz
2003-02-24 15:40       ` Andrew Cagney
2003-02-24 15:49         ` Daniel Jacobowitz
2003-02-24 16:18           ` Andrew Cagney
2003-02-24 16:20             ` Daniel Jacobowitz
2003-03-01 13:41               ` Mark Kettenis
2003-03-01 15:13                 ` Andrew Cagney

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