Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-objcopy] Add test to check that architecture specific values are not ↵ | Jake Ehrlich | 2017-09-19 | 1 | -1/+1 |
| | | | | | | | | | | | used on wrong architecture. This change adds a test that checks the an error is produced when a hexagon specific reserved section index is used but e_machine is not EM_HEXAGON. Differential Revision: https://reviews.llvm.org/D38017 llvm-svn: 313661 | ||||
* | [llvm-objcopy] Add support for special section indexes in symbol table ↵ | Petr Hosek | 2017-09-07 | 1 | -0/+15 |
greater than SHN_LORESERVE As is indexes above SHN_LORESERVE will not be handled correctly because they'll be treated as indexes of sections rather than special values that should just be copied. This change adds support to copy them though. Patch by Jake Ehrlich Differential Revision: https://reviews.llvm.org/D37393 llvm-svn: 312756 |