mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
print TLS segment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176192 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -48,6 +48,9 @@ void printProgramHeaders(
|
|||||||
case ELF::PT_PHDR:
|
case ELF::PT_PHDR:
|
||||||
outs() << " PHDR ";
|
outs() << " PHDR ";
|
||||||
break;
|
break;
|
||||||
|
case ELF::PT_TLS:
|
||||||
|
outs() << " TLS ";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
outs() << " UNKNOWN ";
|
outs() << " UNKNOWN ";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user