* [COMMIT] Changed unsigned32 and unsigned64 to signed32 and signed64. in sim-types.h
@ 2005-04-20 15:24 Manoj Iyer
0 siblings, 0 replies; only message in thread
From: Manoj Iyer @ 2005-04-20 15:24 UTC (permalink / raw)
To: gdb-patches
Included copyright for 2005, and changed following...
2005-04-19 Manoj Iyer <manjo@austin.ibm.com>
* sim-types.h: Changed unsigned32 and unsigned64 to signed32
and signed64.
--- src/sim/common/sim-types.h 2002-11-22 19:12:05.000000000 -0600
+++ new/src/sim/common/sim-types.h 2005-04-20 09:52:45.000000000 -0500
@@ -112,11 +112,11 @@ typedef struct { signed64 a[2]; } signed
typedef signed char signed8;
typedef signed short signed16;
#if defined (__ALPHA__)
-typedef signed int unsigned32;
-typedef signed long unsigned64;
+typedef signed int signed32;
+typedef signed long signed64;
#else
-typedef signed long unsigned32;
-typedef signed long long unsigned64;
+typedef signed long signed32;
+typedef signed long long signed64;
#endif
typedef unsigned char unsigned8;
-----
manjo
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ Cogito ergo sum +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-20 15:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-20 15:24 [COMMIT] Changed unsigned32 and unsigned64 to signed32 and signed64. in sim-types.h Manoj Iyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox