OSDN Git Service

* config/ns32k/ns32k.h (TARGET_IEEE_COMPARE): Correct earlier patch.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 21:21:52 +0000 (21:21 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Aug 2002 21:21:52 +0000 (21:21 +0000)
commitb2dd7dbf0fc517fe93c99335ea192dfe4386266c
tree81d7d9afc536c5288382782250fe8d2d9e7a7176
parent29738e5de02e31c4f6267ed90e306dffb3d74f30
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55949 138bc75d-0d04-0410-961f-82ee72b054a4
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]