• Alexander Sack's avatar
    Fix armel floating point endianess (LP: #541879) · e965b325
    Alexander Sack authored
    * on armel system floating poing data can have different endianess than
      rest of types; hence we fix arm endianess for defined(__VFP_FP__) to
      be big/native; this also applies for data parsing/writing
    * date parsing didnt flip the endianess back for little endian systems
      when reading the values causing test failures; we fix this by ensuring
      float endianess is applied when parsing
    e965b325
bplist.c 27.2 KB