compiler-rt: prefer .rodata for non MachO targets
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 1 Jun 2014 04:07:07 +0000 (04:07 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 1 Jun 2014 04:07:07 +0000 (04:07 +0000)
commit2fd910dc72c1993846fc964d4d56ea2622d0cacf
treecc297ffdd64981163231e2222e4285000c76713d
parent57aa97f53a76478c405b3d0900134a27130163e0
compiler-rt: prefer .rodata for non MachO targets

Place constants into .rdata if targeting ELF or COFF/PE.  This should be
functionally identical, however, the data would be placed into a different
section.  This is purely a cleanup change.

llvm-svn: 209986
compiler-rt/lib/builtins/x86_64/floatundidf.S
compiler-rt/lib/builtins/x86_64/floatundisf.S
compiler-rt/lib/builtins/x86_64/floatundixf.S