diff options
author | Jim Wilson <wilson@cygnus.com> | 2000-03-20 23:50:48 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2000-03-20 15:50:48 -0800 |
commit | d60c4c11a6144244519f3763417239fd9bc2e6e4 (patch) | |
tree | 484d1dd473a36ceebf7f591747723ea570cdc3d9 /gcc/f/ChangeLog | |
parent | 1c882ea4e71916155a8e51691c816efcf540c8c9 (diff) | |
download | gcc-d60c4c11a6144244519f3763417239fd9bc2e6e4.zip gcc-d60c4c11a6144244519f3763417239fd9bc2e6e4.tar.gz gcc-d60c4c11a6144244519f3763417239fd9bc2e6e4.tar.bz2 |
Add ia64 support.
* f/target.h (FFETARGET_32bit_longs): New. Define for alpha, sparc64,
and ia64.
(ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2,
ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs.
From-SVN: r32658
Diffstat (limited to 'gcc/f/ChangeLog')
-rw-r--r-- | gcc/f/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 2524c56..827142b 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,10 @@ +Mon Mar 20 15:49:40 2000 Jim Wilson <wilson@cygnus.com> + + * f/target.h (FFETARGET_32bit_longs): New. Define for alpha, sparc64, + and ia64. + (ffetargetInteger1, ffetargetLogical1, ffetargetReal1, ffetargetReal2, + ffetarget_integerdefault_is_magical): Use FFETARGET_32bit_longs. + Fri Mar 10 00:43:55 2000 Jason Merrill <jason@casey.cygnus.com> * com.c (ffecom_stabilize_aggregate_): Don't refer to TREE_RAISES. |