OSDN Git Service

added arm nwfpe support (initial patch by Ulrich Hecht)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 21:43:58 +0000 (21:43 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 16 Feb 2004 21:43:58 +0000 (21:43 +0000)
commit00406dff19893a4fb9fb582792a249b770eb1d11
tree72cd5c15ecf045fd14f8bbec0f016ec139eb35ca
parent69de927c6cf7e77508c16d13057122398abe20ec
added arm nwfpe support (initial patch by Ulrich Hecht)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@609 c046a42c-6fe2-441c-8c8c-71466251a162
18 files changed:
target-arm/nwfpe/ARM-gcc.h [new file with mode: 0644]
target-arm/nwfpe/double_cpdo.c [new file with mode: 0644]
target-arm/nwfpe/extended_cpdo.c [new file with mode: 0644]
target-arm/nwfpe/fpa11.c [new file with mode: 0644]
target-arm/nwfpe/fpa11.h [new file with mode: 0644]
target-arm/nwfpe/fpa11.inl [new file with mode: 0644]
target-arm/nwfpe/fpa11_cpdo.c [new file with mode: 0644]
target-arm/nwfpe/fpa11_cpdt.c [new file with mode: 0644]
target-arm/nwfpe/fpa11_cprt.c [new file with mode: 0644]
target-arm/nwfpe/fpopcode.c [new file with mode: 0644]
target-arm/nwfpe/fpopcode.h [new file with mode: 0644]
target-arm/nwfpe/fpsr.h [new file with mode: 0644]
target-arm/nwfpe/milieu.h [new file with mode: 0644]
target-arm/nwfpe/single_cpdo.c [new file with mode: 0644]
target-arm/nwfpe/softfloat-macros [new file with mode: 0644]
target-arm/nwfpe/softfloat-specialize [new file with mode: 0644]
target-arm/nwfpe/softfloat.c [new file with mode: 0644]
target-arm/nwfpe/softfloat.h [new file with mode: 0644]