1. Clean up code due to changes in SwitchTo*Section(2)
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 31 Oct 2006 08:31:24 +0000 (08:31 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 31 Oct 2006 08:31:24 +0000 (08:31 +0000)
commitab4022f196059745c0ca0780b71a80fa67e896be
tree742dfb8841ee2a9e5852a81bc3770321aaae38ea
parentd03f1581c8a854fdbe4f5a738e9322341c2bc77f
1. Clean up code due to changes in SwitchTo*Section(2)
2. Added partial debug support for mingw\cygwin targets (the same as
   Linux\ELF). Please note, that currently mingw\cygwin uses 'stabs' format
   for storing debug info by default, thus many (runtime) libraries has
   this information included. These formats shouldn't be mixed in one binary
   ('stabs' & 'DWARF'), otherwise binutils tools will be confused.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31311 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/DwarfWriter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86IntelAsmPrinter.cpp
lib/Target/X86/X86TargetAsmInfo.cpp