[PATCH] D23750: [ELF] Define __ehdr_start symbol

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 16:16:44 PST 2017


phosek added a comment.

In https://reviews.llvm.org/D23750#685190, @pcc wrote:

> Is this correct? It looks like the other linkers define `__ehdr_start` to the address of the ELF file header, rather than the program headers.


You're right, this is incorrect, I'll send a patch shortly.


Repository:
  rL LLVM

https://reviews.llvm.org/D23750





More information about the llvm-commits mailing list