mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 04:35:43 +00:00
Reverted r260879 as it caused test failures in lld.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
77405b1467
commit
894a6f0e19
@ -611,7 +611,7 @@ void MipsTargetELFStreamer::emitDirectiveEnd(StringRef Name) {
|
||||
MCStreamer &OS = getStreamer();
|
||||
|
||||
MCSectionELF *Sec = Context.getELFSection(".pdr", ELF::SHT_PROGBITS,
|
||||
ELF::SHT_REL);
|
||||
ELF::SHF_ALLOC | ELF::SHT_REL);
|
||||
|
||||
MCSymbol *Sym = Context.getOrCreateSymbol(Name);
|
||||
const MCSymbolRefExpr *ExprRef =
|
||||
|
@ -18,8 +18,8 @@
|
||||
# OBJOUT: Section {
|
||||
# OBJOUT: Name: .pdr
|
||||
# OBJOUT: Type: SHT_PROGBITS (0x1)
|
||||
# OBJOUT: Flags [ (0x9)
|
||||
# OBJOUT-NOT: SHF_ALLOC (0x2)
|
||||
# OBJOUT: Flags [ (0xB)
|
||||
# OBJOUT: SHF_ALLOC (0x2)
|
||||
# OBJOUT: SHF_WRITE (0x1)
|
||||
# OBJOUT: ]
|
||||
# OBJOUT: Size: 64
|
||||
|
Loading…
x
Reference in New Issue
Block a user