summaryrefslogtreecommitdiff
path: root/linux-user/arm/nwfpe/fpa11_cprt.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini1-1/+1
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno1-1/+1
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell1-7/+7
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell1-7/+7
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-09-25static and inline should came before the type of the functionsJuan Quintela1-1/+1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-2/+0
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel321-0/+286