Skip to content

Commit

Permalink
linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.
Browse files Browse the repository at this point in the history
It looks like linux/arm and linux/mips have the same setting, which 
are probably wrong.  Someone who cares about ARM and MIPS should 
investigate with the testcase in PR6129.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94381 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Jan 24, 2010
1 parent 843cf18 commit 75f9b4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Target/PowerPC/PPCMCAsmInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
ZeroDirective = "\t.space\t";
SetDirective = "\t.set";
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
AlignmentIsInBytes = false;
HasLCOMMDirective = true;
AssemblerDialect = 0; // Old-Style mnemonics.
}
Expand Down

0 comments on commit 75f9b4b

Please sign in to comment.