Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Replace char * with something sensible
@ 2005-05-03 19:53 Eli Zaretskii
  2005-05-03 19:58 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2005-05-03 19:53 UTC (permalink / raw)
  To: gdb

Rumor has it that latest versions of GCC whine about mixing "char *"
and "unsigned char *".  To fix that, Andrew committed some patches
that replace these with a "bfd_byte *", but I think we should not use
BFD data types in GDB unless they refer to data structures returned by
functions from the BFD library.

Possible solutions:

 . use "void *" (suggested by Mark Kettenis).

 . define a new data type gdb_byte and use "gdb_byte *".

I think Mark's suggestion should be considered first, since it avoids
the pain of introducing yet another custom data type.


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

end of thread, other threads:[~2005-05-03 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-03 19:53 Replace char * with something sensible Eli Zaretskii
2005-05-03 19:58 ` Daniel Jacobowitz
2005-05-03 20:28   ` Mark Kettenis

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