]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/6106 (sparc-sun-solaris2.7 gcc-3.1 extra g77 testsuite failures w/...
authorJakub Jelinek <jakub@redhat.com>
Thu, 4 Apr 2002 12:27:27 +0000 (14:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 4 Apr 2002 12:27:27 +0000 (14:27 +0200)
PR fortran/6106
* config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
change.

From-SVN: r51857

gcc/ChangeLog
gcc/config/sparc/sparc.h

index a4561c22b4f1183ae4a79af15387fe0027a5d38f..8510f081fc82ee931c6dc0cdceecc329a4604e14 100644 (file)
@@ -1,3 +1,9 @@
+2002-04-04  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/6106
+       * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01
+       change.
+
 2002-04-04  Jakub Jelinek  <jakub@redhat.com>
 
        * config/sparc/sparc.c (sparc_va_arg): Adjust va_list by
index 040a4a38320a0584ab03663f6ec578eb8703460e..91b82125197b70aadf1c16e2762728b7cb979f8c 100644 (file)
@@ -683,7 +683,11 @@ extern struct sparc_cpu_select sparc_select[];
 
 /* Width of a word, in units (bytes).  */
 #define UNITS_PER_WORD         (TARGET_ARCH64 ? 8 : 4)
+#ifdef IN_LIBGCC2
+#define MIN_UNITS_PER_WORD     UNITS_PER_WORD
+#else
 #define MIN_UNITS_PER_WORD     4
+#endif
 
 /* Now define the sizes of the C data types.  */