This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Use bfd_byte in value.h


Eli Zaretskii wrote:
Date: Sun, 01 May 2005 16:17:28 -0400
From: Andrew Cagney <cagney@gnu.org>
CC: mark.kettenis@xs4all.nl, gdb-patches@sources.redhat.com

Eli,

Last time this came up I recommeded separating out the idea of gdb_byte and proposed more formally. How is this going?


Sorry, I'm not sure I understand (or maybe I forgot).  Can you please
point me to the message with your proposal?

The suggestion of gdb_byte was yours, so it rightfully falls to you to propose more formally on gdb@ (I certaintly don't want to jump in and steal your thunder). Can we finally do that?


BTW, just like with value.[hc], I've been careful to only make the straight forward change for buffers of s/{unsigned,}char/bfd_byte/, and have tried to avoid more contraversial replacements such as s/void*/bfd_byte*/. We're hardly going to revert the existing bfd_byte changes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]