OSDN Git Service

Allow yaml2obj to order implicit sections for ELF
authorDave Lee <davelee.com@gmail.com>
Tue, 7 Nov 2017 22:05:24 +0000 (22:05 +0000)
committerDave Lee <davelee.com@gmail.com>
Tue, 7 Nov 2017 22:05:24 +0000 (22:05 +0000)
commit595a4486c103fb5761e1f1354c9b8c7958781f77
tree435246b91b7bbbffac85604952e44cbe60ccc595
parentc7c5ad77745bc000751ee7a77d606ed0cb9ee3de
Allow yaml2obj to order implicit sections for ELF

Summary:
This change allows yaml input to control the order of implicitly added sections
(`.symtab`, `.strtab`, `.shstrtab`). The order is controlled by adding a
placeholder section of the given name to the Sections field.

This change is to support changes in D39582, where it is desirable to control
the location of the `.dynsym` section.

Reviewers: compnerd, jakehehrlich

Reviewed By: jakehehrlich

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D39749

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ObjectYAML/ELFYAML.cpp
test/tools/yaml2obj/section-ordering.yaml [new file with mode: 0644]
tools/yaml2obj/yaml2elf.cpp