[PATCH 0/2] Add initial support for Hexagon
Matheus Tavares Bernardino
quic_mathbern@quicinc.com
Thu Mar 21 21:09:08 GMT 2024
The patches were inspired by
https://sourceware.org/cgit/elfutils/commit?id=13a4d1279c5b7847049ca3045d04f2705c45ce31
Related to:
https://lore.kernel.org/all/6498586d7d0ed112e6c44be98d439abc549653c7.camel@klomp.org/t/#u
Matheus Tavares Bernardino (2):
Add support for Hexagon
Hexagon: implement machine flag check
backends/Makefile.am | 6 +-
backends/hexagon_init.c | 52 +++++++++++++++
backends/hexagon_reloc.def | 130 ++++++++++++++++++++++++++++++++++++
backends/hexagon_symbol.c | 66 +++++++++++++++++++
libebl/eblopenbackend.c | 2 +
libelf/elf.h | 131 +++++++++++++++++++++++++++++++++++++
src/elflint.c | 2 +-
7 files changed, 386 insertions(+), 3 deletions(-)
create mode 100644 backends/hexagon_init.c
create mode 100644 backends/hexagon_reloc.def
create mode 100644 backends/hexagon_symbol.c
--
2.37.2
More information about the Elfutils-devel
mailing list