[PATCH] D48964: Add support for writing HermitCore (https://hermitcore.org) ELF binaries.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 14:18:55 PDT 2018


echristo added a comment.

In https://reviews.llvm.org/D48964#1158338, @ColinFinck wrote:

> In https://reviews.llvm.org/D48964#1158046, @echristo wrote:
>
> > Has ELFOSABI_HERMITCORE been officially allocated?
>
>
> I'm not aware of any official entity managing these ELFOSABI numbers, and have neither found references to one at the Binutils and LLVM websites.


Hmm.. I thought the gabi mailing list was.

> The number has been in use for HermitCore since 2016 (https://github.com/hermitcore/binutils/commit/c80f41d4b7ab58892112864110456d37eda6a2e3). It also looks to me like previously added ABIs just took unallocated numbers without any official confirmation.

The number you have there is from your own fork :)

That said, coordinate patches between gnu binutils here. If you can post there with the request for the same number and cc me I think that'll work for ad hoc official confirmation.

Thanks!

-eric


Repository:
  rL LLVM

https://reviews.llvm.org/D48964





More information about the llvm-commits mailing list