ELF symbol table field st_other support,
authorJack Carter <jcarter@mips.com>
Tue, 19 Feb 2013 22:14:34 +0000 (22:14 +0000)
committerJack Carter <jcarter@mips.com>
Tue, 19 Feb 2013 22:14:34 +0000 (22:14 +0000)
commitc989c61798783f99abe7f8c27baf76bd2aea5067
treeb6ebb12172705b60536ffcd085dbd095ee89dc0a
parent4263ed33a77a3679545e784da1ab26e79032a467
ELF symbol table field st_other support,
excluding visibility bits.

Mips (Mips16) specific e_header setting.

EF_MIPS_ARCH_ASE_M16 needs to be set in the
ELF header flags for Mips16.

Contributer: Reed Kotler

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175566 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ELF.h
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
test/MC/Mips/elf_eflags.ll
test/MC/Mips/elf_st_other.ll [new file with mode: 0644]