diff options
author | Ian Dall <ian@sibyl.beware.dropbear.id.au> | 2002-08-01 21:21:52 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-08-01 14:21:52 -0700 |
commit | ac14c7257656be55f39322df3cdebea5ae22be3a (patch) | |
tree | 81d7d9afc536c5288382782250fe8d2d9e7a7176 /gcc/config.gcc | |
parent | 170727320274e08e7ee320ee3bf68304799879d5 (diff) | |
download | gcc-ac14c7257656be55f39322df3cdebea5ae22be3a.zip gcc-ac14c7257656be55f39322df3cdebea5ae22be3a.tar.gz gcc-ac14c7257656be55f39322df3cdebea5ae22be3a.tar.bz2 |
ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
* config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
(RETURN_ADDR_RTX): Cannot determine return address for FRAME > 0
when there is no frame pointer.
(INITIAL_FRAME_POINTER_OFFSET): Count stack space for saved fp
registers properly.
* config/ns32k/__unorddf2.c: New file.
* config/ns32k/__unordsf2.c: New file.
* config/ns32k/t-ns32k: New file.
* config.gcc (ns32k-*-netbsd*): Use it.
From-SVN: r55949
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index f8d0176..9540a0d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1970,7 +1970,7 @@ ns32k-*-netbsdelf*) ns32k-*-netbsd*) tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h" # On NetBSD, the headers are already okay, except for math.h. - tmake_file=t-netbsd + tmake_file="t-netbsd ns32k/t-ns32k" use_collect2=yes ;; pdp11-*-bsd) |