cc Andrew

> -----Original Message-----
> From: Matheus Bernardino (QUIC) <quic_mathb...@quicinc.com>
> Sent: Thursday, March 21, 2024 4:09 PM
> To: elfutils-devel@sourceware.org
> Cc: Brian Cain <bc...@quicinc.com>; Sid Manning <sidn...@quicinc.com>;
> m...@klomp.org
> Subject: [PATCH 0/2] Add initial support for Hexagon
> 
> The patches were inspired by
> https://sourceware.org/cgit/elfutils/commit?id=13a4d1279c5b7847049ca30
> 45d04f2705c45ce31
> 
> Related to:
> https://lore.kernel.org/all/6498586d7d0ed112e6c44be98d439abc549653c7.
> ca...@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

Reply via email to