forked from OSchip/llvm-project
[llvm-readobj] - Remove TODOs from gnu-hash-symbols.test and demangle.test test cases.
We can remove this TODOs now. Differential revision: https://reviews.llvm.org/D62846 llvm-svn: 362614
This commit is contained in:
parent
15c657d13d
commit
5da702308c
|
@ -117,18 +117,11 @@ FileHeader:
|
|||
Type: ET_DYN
|
||||
Machine: EM_X86_64
|
||||
Sections:
|
||||
## TODO: Replace the raw section contents with more meaningful dynamic
|
||||
## tags/symbols/etc, once yaml2obj supports it.
|
||||
## FIXME: yaml2obj does not currently allow custom addresses for .dynstr and
|
||||
## .dynsym if DynamicSymbols are specified.
|
||||
## See https://bugs.llvm.org/show_bug.cgi?id=40339
|
||||
- Name: .dynstr
|
||||
Type: SHT_STRTAB
|
||||
Flags: [ SHF_ALLOC ]
|
||||
AddressAlign: 0x100
|
||||
EntSize: 0x1
|
||||
## "\0_Z3fooi\0"
|
||||
Content: "005f5a33666f6f6900"
|
||||
- Name: .dynsym
|
||||
Type: SHT_DYNSYM
|
||||
Flags: [ SHF_ALLOC ]
|
||||
|
@ -136,10 +129,6 @@ Sections:
|
|||
Address: 0x100
|
||||
AddressAlign: 0x100
|
||||
EntSize: 0x18
|
||||
## Null symbol;
|
||||
## st_name: 1; st_info: Global | Func; st_other: 0;
|
||||
## st_shndx: .text.foo; st_value: 0x2000; st_size: 0
|
||||
Content: "000000000000000000000000000000000000000000000000010000001200050000200000000000000000000000000000"
|
||||
- Name: .rela.dyn
|
||||
Type: SHT_RELA
|
||||
Flags: [ SHF_ALLOC ]
|
||||
|
@ -218,6 +207,9 @@ Symbols:
|
|||
Type: STT_FUNC
|
||||
Section: .text.foo
|
||||
Binding: STB_GLOBAL
|
||||
DynamicSymbols:
|
||||
- Name: _Z3fooi
|
||||
Binding: STB_GLOBAL
|
||||
ProgramHeaders:
|
||||
- Type: PT_LOAD
|
||||
Flags: [ PF_R, PF_X ]
|
||||
|
|
|
@ -47,18 +47,11 @@ FileHeader:
|
|||
Type: ET_DYN
|
||||
Machine: EM_X86_64
|
||||
Sections:
|
||||
## TODO: Replace the raw section contents with more meaningful dynamic
|
||||
## tags/symbols/etc, once yaml2obj supports it.
|
||||
## FIXME: yaml2obj does not currently allow custom addresses for .dynstr and
|
||||
## .dynsym if DynamicSymbols are specified.
|
||||
## See https://bugs.llvm.org/show_bug.cgi?id=40339
|
||||
- Name: .dynstr
|
||||
Type: SHT_STRTAB
|
||||
Flags: [ SHF_ALLOC ]
|
||||
AddressAlign: 0x100
|
||||
EntSize: 0x1
|
||||
## "\0_Z3fooi\0"
|
||||
Content: "005f5a33666f6f6900"
|
||||
- Name: .dynsym
|
||||
Type: SHT_DYNSYM
|
||||
Flags: [ SHF_ALLOC ]
|
||||
|
@ -66,10 +59,6 @@ Sections:
|
|||
Address: 0x100
|
||||
AddressAlign: 0x100
|
||||
EntSize: 0x18
|
||||
## Null symbol;
|
||||
## st_name: 1; st_info: Global | Func; st_other: 0;
|
||||
## st_shndx: .text.foo; st_value: 0x2000; st_size: 0
|
||||
Content: "000000000000000000000000000000000000000000000000010000001200040000200000000000000000000000000000"
|
||||
- Name: .dynamic
|
||||
Type: SHT_DYNAMIC
|
||||
Flags: [ SHF_ALLOC ]
|
||||
|
@ -94,6 +83,9 @@ Sections:
|
|||
Size: 0x40
|
||||
Address: 0x2000
|
||||
AddressAlign: 0x2000
|
||||
DynamicSymbols:
|
||||
- Name: _Z3fooi
|
||||
Binding: STB_GLOBAL
|
||||
ProgramHeaders:
|
||||
- Type: PT_LOAD
|
||||
Flags: [ PF_R, PF_X ]
|
||||
|
|
Loading…
Reference in New Issue