public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add initial support for Hexagon
@ 2024-03-21 21:09 Matheus Tavares Bernardino
  2024-03-21 21:09 ` [PATCH 1/2] Add " Matheus Tavares Bernardino
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Matheus Tavares Bernardino @ 2024-03-21 21:09 UTC (permalink / raw)
  To: elfutils-devel; +Cc: bcain, sidneym, mark

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-03-28 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 21:09 [PATCH 0/2] Add initial support for Hexagon Matheus Tavares Bernardino
2024-03-21 21:09 ` [PATCH 1/2] Add " Matheus Tavares Bernardino
2024-03-21 21:09 ` [PATCH 2/2] Hexagon: implement machine flag check Matheus Tavares Bernardino
2024-03-21 21:13 ` [PATCH 0/2] Add initial support for Hexagon Brian Cain
2024-03-28 13:45 ` Mark Wielaard
2024-03-28 22:20   ` Matheus Bernardino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).