projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2af785
)
don't reset the default.
author
Chris Lattner
<sabre@nondot.org>
Sun, 4 Apr 2010 21:06:50 +0000
(21:06 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 4 Apr 2010 21:06:50 +0000
(21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100352
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCMCAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index b37aee804ac20a000c5d3803e79b2e9182886f61..0be1fa4d94f7a9e0799b170fd7fbbe6b75b96c42 100644
(file)
--- a/
lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/
lib/Target/PowerPC/PPCMCAsmInfo.cpp
@@
-49,7
+49,6
@@
PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
// Exceptions handling
if (!is64Bit)
ExceptionsType = ExceptionHandling::Dwarf;
- AbsoluteEHSectionOffsets = false;
ZeroDirective = "\t.space\t";
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;