aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2002-04-04 14:27:27 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2002-04-04 14:27:27 +0200
commit8b156b3e87de43a1891e63ea8c79d1e45bc7ea59 (patch)
tree0281037ad86346ec1313116041cbbf4c719144b4 /gcc/config
parent1d8f2fd8f249bcd443c5571ff1e9518502405695 (diff)
downloadgcc-8b156b3e87de43a1891e63ea8c79d1e45bc7ea59.zip
gcc-8b156b3e87de43a1891e63ea8c79d1e45bc7ea59.tar.gz
gcc-8b156b3e87de43a1891e63ea8c79d1e45bc7ea59.tar.bz2
re PR fortran/6106 (sparc-sun-solaris2.7 gcc-3.1 extra g77 testsuite failures w/-m64)
PR fortran/6106 * config/sparc/sparc.h (MIN_UNITS_PER_WORD): Backout 2001-01-01 change. From-SVN: r51857
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sparc/sparc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index 040a4a3..91b8212 100644
--- a/gcc/config/sparc/sparc.h
+++ b/gcc/config/sparc/sparc.h
@@ -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. */