OSDN Git Service

Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data
authorChris Lattner <sabre@nondot.org>
Tue, 9 May 2006 05:12:53 +0000 (05:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 May 2006 05:12:53 +0000 (05:12 +0000)
commitdad9c5a14ff29cf4b5f7d7352da8f15337bae51f
treea012ec7962b56ed67247bb5380f23b7814f80ed9
parent4632d7a57008564c4b0f8246e85bd813a200d2c6
Fix the MASM asmprinter's lies.  It does not want to emit code to .text/.data
it wants it emitted to _text/_data.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28185 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86IntelAsmPrinter.cpp