builtins: move the readonly constants into rodata
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 26 Jul 2014 21:08:41 +0000 (21:08 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 26 Jul 2014 21:08:41 +0000 (21:08 +0000)
commit12ae9a8704c5ad3f99d55fbf8b813de79c19d510
treeeae9e14d7cc3cbe8133eaad0b61349d785292a75
parent15a906cf37481c4897942f267c41ada2af44414b
builtins: move the readonly constants into rodata

Place the floating point constants into the read-only data section.  This was
already being done for x86_64, this simply mirrors the behaviour for i686.

llvm-svn: 214034
compiler-rt/lib/builtins/i386/floatdidf.S
compiler-rt/lib/builtins/i386/floatundidf.S
compiler-rt/lib/builtins/i386/floatundisf.S
compiler-rt/lib/builtins/i386/floatundixf.S