forked from OSchip/llvm-project
d82914c8d2
yaml2obj/obj2yaml previously supported SHT_LOOS, SHT_HIOS, and SHT_LOPROC for section types. These are simply values that delineate a range and don't really make sense as valid values. For example if a section has type value 0x70000000, obj2yaml shouldn't print this value as SHT_LOPROC. Additionally, this was missing the three other range markers (SHT_HIPROC, SHT_LOUSER and SHT_HIUSER). This change removes these three range markers. It also adds support for specifying the type as an integer, to allow section types that LLVM doesn't know about. Reviewed by: grimar Differential Revision: https://reviews.llvm.org/D58383 llvm-svn: 354344 |
||
---|---|---|
.. | ||
coff-arm64.yaml | ||
coff-symbol-index.yaml | ||
dynamic-section-i386.test | ||
dynamic-section.yaml | ||
dynamic-symbols.yaml | ||
dynsym-dynstr-addr.yaml | ||
elf-abiversion.yaml | ||
elf-comdat-broken-info.yaml | ||
elf-comdat-broken.yaml | ||
elf-ent-size.yaml | ||
empty-symbols.yaml | ||
invalid-symboless-relocation.yaml | ||
invalid_output_file.test | ||
lit.local.cfg | ||
missing_document_tag.yaml | ||
program-header-align.yaml | ||
program-header-nobits.yaml | ||
program-header.yaml | ||
reloc-sec-info.yaml | ||
section-link.yaml | ||
section-ordering.yaml | ||
section-type.yaml | ||
symbol-index-invalid.yaml | ||
symbol-index.yaml | ||
symbol-type.yaml | ||
symboless-relocation.yaml | ||
unnamed-section.yaml | ||
unsupported_document_tag.yaml | ||
verneed-section.yaml | ||
versym-section.yaml |