]> gcc.gnu.org Git - gcc.git/commitdiff
* mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 12 Mar 2002 05:23:24 +0000 (05:23 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 12 Mar 2002 05:23:24 +0000 (05:23 +0000)
From-SVN: r50633

gcc/ChangeLog
gcc/config/mn10200/mn10200.h

index b722ca92383fefc311e02d3767e64da676774945..766650e096090859f3cb0ab7fe89908ddfb19163 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * mn10200.h (PTRDIFF_TYPE): Change it to a signed type.
+
 2002-03-11  Richard Henderson  <rth@redhat.com>
 
        * toplev.c (rest_of_compilation): Call purge_all_dead_edges
index a0191fcbcdf1503c89bd3ecc4d7a7d739cbe3919..1356fd07c042317219250a74df029385e510f676 100644 (file)
@@ -418,7 +418,7 @@ enum reg_class {
 #undef SIZE_TYPE
 #undef PTRDIFF_TYPE
 #define SIZE_TYPE "long unsigned int"
-#define PTRDIFF_TYPE "long unsigned int"
+#define PTRDIFF_TYPE "long int"
 
 /* Note sizeof (WCHAR_TYPE) must be equal to the value of WCHAR_TYPE_SIZE!  */
 #undef WCHAR_TYPE
This page took 0.076811 seconds and 5 git commands to generate.