add support for target-specific ELF section flags, add a new MCSectionXCore
authorChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 05:56:11 +0000 (05:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 05:56:11 +0000 (05:56 +0000)
commit7d996d907f593d9d1a4c9d79805b2b7adee63f24
treefcdc9ee08f11e76b5ebb8b5c522a305dd9f84625
parentbd51c677390d8e13560cbf3ea972b95a5fbc1f9a
add support for target-specific ELF section flags, add a new MCSectionXCore
class which represents the XCore cp/dp section flags.  No functionality
change yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79077 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSectionELF.h
lib/MC/MCSectionELF.cpp
lib/Target/XCore/MCSectionXCore.cpp [new file with mode: 0644]
lib/Target/XCore/MCSectionXCore.h [new file with mode: 0644]