aboutsummaryrefslogtreecommitdiff
path: root/linux-user/arm/nwfpe/fpa11_cprt.c
AgeCommit message (Expand)Author
2012-12-19fpu: move public header file to include/fpuPaolo Bonzini
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-01-07linux-user: Fix incorrect NaN detection in ARM nwfpe emulationPeter Maydell
2011-01-02softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()Peter Maydell
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel32