[mips] .ent and .end should also set the type and size of the symbol respectively.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 23 Nov 2015 16:08:03 +0000 (16:08 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 23 Nov 2015 16:08:03 +0000 (16:08 +0000)
commit8452e84d36329276ab755269896bd61bb994461e
tree346267fd8fdfa1161cca89e09d857817458338a0
parentf2bc179203d0e17bfcfa28bd5b9c1ba1d04cd6fe
[mips] .ent and .end should also set the type and size of the symbol respectively.

Reviewers: vkalintiris

Subscribers: llvm-commits, seanbruno, emaste, vkalintiris, dsanders

Differential Revision: http://reviews.llvm.org/D14221

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253875 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
test/MC/Mips/directive-ent.s [new file with mode: 0644]