Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected .weak handling.
  • Loading branch information
JP Bonn committed Dec 4, 2012
1 parent 38080c0 commit 0afca4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Target/LM32/MCTargetDesc/LM32MCAsmInfo.cpp
Expand Up @@ -22,6 +22,7 @@ LM32MCAsmInfo::LM32MCAsmInfo(const Target &T, StringRef TT)
// AlignmentIsInBytes = false;
AlignmentIsInBytes = true;
PrivateGlobalPrefix = ".L";
WeakRefDirective = "\t.weak\t";
GPRel32Directive = "\t.gpword\t";

// Uses '.section' before '.bss' directive
Expand Down

0 comments on commit 0afca4b

Please sign in to comment.