This is an archive of the discontinued LLVM Phabricator instance.

[MC][ELF] Handle MIPS specific .sdata and .sbss directives
ClosedPublic

Authored by atanasyan on Feb 8 2016, 2:40 PM.

Details

Summary

MIPS specific .sdata and .sbss directives create corresponding sections with proper initialized ELF flags including ELF::SHF_MIPS_GPREL.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 47249.Feb 8 2016, 2:40 PM
atanasyan retitled this revision from to [MC][ELF] Handle MIPS specific .sdata and .sbss directives.
atanasyan updated this object.
atanasyan added a reviewer: dsanders.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: llvm-commits.
rafael accepted this revision.Feb 10 2016, 7:25 PM
rafael added a reviewer: rafael.
rafael added a subscriber: rafael.

LGTM

This revision is now accepted and ready to land.Feb 10 2016, 7:25 PM
This revision was automatically updated to reflect the committed changes.
llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp