]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert wide-int change.
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Fri, 9 May 2014 08:32:37 +0000 (08:32 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Fri, 9 May 2014 08:32:37 +0000 (08:32 +0000)
2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

Revert:
2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* wide-int.cc (UTItype): Define.
(UDWtype): Define for appropriate W_TYPE_SIZE.

From-SVN: r210263

gcc/ChangeLog
gcc/wide-int.cc

index 879bd55a4f3145cf2e18e4330f563be62f9873c0..09bbce0681ac6f9076d09747ceb8b64509d8e874 100644 (file)
@@ -1,3 +1,11 @@
+2014-05-09  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       Revert:
+       2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
+
+       * wide-int.cc (UTItype): Define.
+       (UDWtype): Define for appropriate W_TYPE_SIZE.
+
 2014-05-09  Richard Biener  <rguenther@suse.de>
 
        * Makefile.in (GTFILES): Remove tree-ssa-propagate.c.
index 3552e031b7763e8a793eb785a065373e277b70b2..69a15bcd148b3cf21c3b2d4e19cf9e1818f2aa1d 100644 (file)
@@ -34,12 +34,6 @@ typedef unsigned HOST_WIDE_INT UWtype;
 typedef unsigned int UQItype __attribute__ ((mode (QI)));
 typedef unsigned int USItype __attribute__ ((mode (SI)));
 typedef unsigned int UDItype __attribute__ ((mode (DI)));
-typedef unsigned int UTItype __attribute__ ((mode (TI)));
-#if W_TYPE_SIZE == 32
-# define UDWtype       UDItype
-#elif W_TYPE_SIZE == 64
-# define UDWtype       UTItype
-#endif
 #include "longlong.h"
 #endif