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
This commit is contained in:
parent
1d8f2fd8f2
commit
8b156b3e87
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue