summaryrefslogtreecommitdiff
path: root/linux-user/arm/nwfpe
AgeCommit message (Expand)Author
2011-12-06linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 charactersPeter Maydell
2011-04-25linux-user/arm/nwfpe: rename REG_PC to ARM_REG_PCPeter Maydell
2011-04-17softfloat: rename float*_eq() into float*_eq_quiet()Aurelien Jarno
2011-02-10linux-user/arm: fix compilation failures using softfloat's struct typesPeter Maydell
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl
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-10-02linux-user: fix up oversealous nitpickingMichael S. Tsirkin
2009-09-30linux-user: fix old style decrement usageMichael S. Tsirkin
2009-09-25static and inline should came before the type of the functionsJuan Quintela
2009-09-21Export tables properly to avoid a Sparse warningBlue Swirl
2009-09-21Fix Sparse warnings about using plain integer as NULL pointerBlue Swirl
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela
2009-05-04Fix compiler warnings in nwfpe code.Paul Brook
2008-12-13Remove unnecessary trailing newlinesblueswir1
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir1
2008-09-06Fix most warnings that would be caused by gcc flag -Wundefblueswir1
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir1
2008-04-09Move target-arm/nwfpe into linux-user/arm/nwfpeaurel32