mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +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:
parent
d65dfd8342
commit
512685dacf
@ -48,6 +48,9 @@ void printProgramHeaders(
|
||||
case ELF::PT_PHDR:
|
||||
outs() << " PHDR ";
|
||||
break;
|
||||
case ELF::PT_TLS:
|
||||
outs() << " TLS ";
|
||||
break;
|
||||
default:
|
||||
outs() << " UNKNOWN ";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user