ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
authorIan Dall <ian@sibyl.beware.dropbear.id.au>
Thu, 1 Aug 2002 21:21:52 +0000 (21:21 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 1 Aug 2002 21:21:52 +0000 (14:21 -0700)
commitac14c7257656be55f39322df3cdebea5ae22be3a
tree81d7d9afc536c5288382782250fe8d2d9e7a7176
parent170727320274e08e7ee320ee3bf68304799879d5
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
gcc/ChangeLog
gcc/config.gcc
gcc/config/ns32k/__unorddf2.c [new file with mode: 0644]
gcc/config/ns32k/__unordsf2.c [new file with mode: 0644]
gcc/config/ns32k/ns32k.h
gcc/config/ns32k/t-ns32k [new file with mode: 0644]