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: [RFC] unsigned32 and unsigned64 is multiply defined in sim-types.h.


On Wed, Apr 20, 2005 at 10:01:52AM -0500, Manoj Iyer wrote:
> 
> This patch fixes what appears to be a typo in the hearder file, where for
> __ALPHA__, unsigned32 and unsigned64 gets multiply defined in sim-types.h.
> This is caught by the xlc compiler, and it exits with an error saying that
> these vars are already defined. Please review and ok to commit.
> 
> ----------------------------------------------------------------------------
> 
> 2005-04-19  Manoj Iyer  <manjo@austin.ibm.com>
>         * sim-types.h: Changed unsigned32 and unsigned64 to signed32
>         and signed64.

Yes, this is OK.  Thanks.  Please update the copyright year on this
file when you commit it to include 2005.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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