Re: [llvm-commits] ELF sections in X86AsmTargetAsm.cpp

2007-05-02 Thread Evan Cheng
Looks safe to me. :-) But I don't have access to a Linux box to verify. Anton, can you check? Evan On May 1, 2007, at 6:50 AM, Dan Gohman wrote: > The attached patch sets the section names for fixed-size constants for > ELF on x86 to match what GCC uses, and it uses the mergeable flag so > that

[llvm-commits] ELF sections in X86AsmTargetAsm.cpp

2007-05-01 Thread Dan Gohman
The attached patch sets the section names for fixed-size constants for ELF on x86 to match what GCC uses, and it uses the mergeable flag so that duplicate constants can be merged. This works for me with GAS; are there other assemblers (or linkers?) being used with LLVM on x86 ELF targets that don'