* config/rs6000/rs6000.h (WIDEST_HARDWARE_FP_SIZE): Define.
From-SVN: r60668
This commit is contained in:
parent
2f94573a94
commit
5b8f586593
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-12-30 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* config/rs6000/rs6000.h (WIDEST_HARDWARE_FP_SIZE): Define.
|
||||
|
||||
2002-12-30 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* doc/install.texi (Testing): Mention Jacks.
|
||||
|
|
|
@ -599,6 +599,9 @@ extern int rs6000_default_long_calls;
|
|||
#define LIBGCC2_LONG_DOUBLE_TYPE_SIZE 64
|
||||
#endif
|
||||
|
||||
/* Work around rs6000_long_double_type_size dependency in ada/targtyps.c. */
|
||||
#define WIDEST_HARDWARE_FP_SIZE 64
|
||||
|
||||
/* Width in bits of a pointer.
|
||||
See also the macro `Pmode' defined below. */
|
||||
#define POINTER_SIZE (TARGET_32BIT ? 32 : 64)
|
||||
|
|
Loading…
Add table
Reference in a new issue