Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr."" | Tim Northover | 2016-04-26 | 1 | -1/+5 |
| | | | | | | | A latent bug in llvm-objdump used the wrong format specifier on 32-bit targets, causing the test to fail. This fixes the issue. llvm-svn: 267582 | ||||
* | Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr." | Renato Golin | 2016-04-26 | 1 | -5/+1 |
| | | | | | | This reverts commit r267488, as it broke some ARM buildbots. llvm-svn: 267541 | ||||
* | ARM: put correct symbol index on indirect pointers in __thread_ptr. | Tim Northover | 2016-04-25 | 1 | -1/+5 |
| | | | | | | Otherwise the linker has no idea what should be resolved. llvm-svn: 267488 | ||||
* | ARM: put extern __thread stubs in a special section. | Tim Northover | 2016-04-25 | 1 | -0/+46 |
The linker needs to know that the symbols are thread-local to do its job properly. llvm-svn: 267473 |