commit | 4a90f57ef217677839f89976a1f4d3e6b5469422 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <[email protected]> | Thu Jun 16 16:28:50 2016 |
committer | Rui Ueyama <[email protected]> | Thu Jun 16 16:28:50 2016 |
tree | d3dd3314827ed774598aff3d2ff71808bf538689 | |
parent | 87f0d0e185c79d214c3b6bf2950ff4c8e8faf07b [diff] |
Rename PltZero -> PltHeader. PltZero (or PLT[0]) was an appropriate name for the little code we have at beginning of the PLT section when we only supported x86 since the code for x86 just fits in the first PLT slot. It's not the case anymore. The code for ARM64 occupies first two slots, so PltZero spans PLT[0] and PLT[1], for example. This patch renames it to avoid confusion. llvm-svn: 272913