Be nice to Xcore and the XMOS assembler and avoid quoting section names
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 4 Mar 2011 20:03:14 +0000 (20:03 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 4 Mar 2011 20:03:14 +0000 (20:03 +0000)
commit89e0f386f3c8bafbbae05d7d32695ce571617397
tree48a913bd301ef70a058a001df5b2b00889afa66d
parentca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8
Be nice to Xcore and the XMOS assembler and avoid quoting section names
that contain only letters, digits and the characters "_" and ".".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127028 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
lib/MC/MCSectionELF.cpp
test/CodeGen/ARM/ctors_dtors.ll
test/CodeGen/ARM/section.ll
test/CodeGen/Blackfin/jumptable.ll
test/CodeGen/CellSPU/bss.ll
test/CodeGen/Mips/2008-07-15-InternalConstant.ll
test/CodeGen/Mips/2008-07-22-Cstpool.ll
test/CodeGen/PowerPC/sections.ll
test/CodeGen/X86/attribute-sections.ll
test/CodeGen/X86/bss_pagealigned.ll
test/CodeGen/X86/global-sections-tls.ll
test/CodeGen/X86/global-sections.ll
test/CodeGen/X86/pic_jumptable.ll
test/CodeGen/XCore/constants.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/tls.ll
test/MC/ELF/section-quoting.s