public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add initial support for Hexagon
@ 2024-04-02 19:55 Matheus Tavares Bernardino
  2024-04-02 19:55 ` [PATCH v2 1/2] Add " Matheus Tavares Bernardino
  2024-04-02 19:55 ` [PATCH v2 2/2] Hexagon: implement machine flag check Matheus Tavares Bernardino
  0 siblings, 2 replies; 8+ messages in thread
From: Matheus Tavares Bernardino @ 2024-04-02 19:55 UTC (permalink / raw)
  To: elfutils-devel; +Cc: bcain, sidneym, mark, quic_apinski, quic_mathbern

v1: https://sourceware.org/pipermail/elfutils-devel/2024q1/006938.html

Changes in v2:

- Moved Hexagon constants to libelf/elf-knowledge.h
- Added link to Hexagon ABI spec at commit message
  (i.e. https://lists.llvm.org/pipermail/llvm-dev/attachments/20190916/21516a52/attachment-0001.pdf)
- Added hello_hexagon.ko test

Matheus Tavares Bernardino (2):
  Add support for Hexagon
  Hexagon: implement machine flag check

 backends/Makefile.am        |   7 +-
 backends/hexagon_init.c     |  52 ++++++++++++++
 backends/hexagon_reloc.def  | 130 +++++++++++++++++++++++++++++++++++
 backends/hexagon_symbol.c   |  66 ++++++++++++++++++
 libebl/eblopenbackend.c     |   2 +
 libelf/elf-knowledge.h      | 131 ++++++++++++++++++++++++++++++++++++
 src/elflint.c               |   2 +-
 tests/Makefile.am           |   2 +-
 tests/hello_hexagon.ko.bz2  | Bin 0 -> 11184 bytes
 tests/run-strip-reloc-ko.sh |   3 +-
 10 files changed, 390 insertions(+), 5 deletions(-)
 create mode 100644 backends/hexagon_init.c
 create mode 100644 backends/hexagon_reloc.def
 create mode 100644 backends/hexagon_symbol.c
 create mode 100644 tests/hello_hexagon.ko.bz2

-- 
2.37.2


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

end of thread, other threads:[~2024-04-04 16:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-02 19:55 [PATCH v2 0/2] Add initial support for Hexagon Matheus Tavares Bernardino
2024-04-02 19:55 ` [PATCH v2 1/2] Add " Matheus Tavares Bernardino
2024-04-04 16:51   ` Mark Wielaard
2024-04-02 19:55 ` [PATCH v2 2/2] Hexagon: implement machine flag check Matheus Tavares Bernardino
2024-04-02 21:38   ` Brian Cain
2024-04-04 16:29     ` Mark Wielaard
2024-04-04 16:31       ` Brian Cain
2024-04-04 16:54         ` Mark Wielaard

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).