public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
From: Matheus Tavares Bernardino <quic_mathbern@quicinc.com>
To: <elfutils-devel@sourceware.org>
Cc: <bcain@quicinc.com>, <sidneym@quicinc.com>, <mark@klomp.org>,
	<quic_apinski@quicinc.com>, <quic_mathbern@quicinc.com>
Subject: [PATCH v2 0/2] Add initial support for Hexagon
Date: Tue, 2 Apr 2024 16:55:44 -0300	[thread overview]
Message-ID: <cover.1712087613.git.quic_mathbern@quicinc.com> (raw)

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


             reply	other threads:[~2024-04-02 19:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02 19:55 Matheus Tavares Bernardino [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1712087613.git.quic_mathbern@quicinc.com \
    --to=quic_mathbern@quicinc.com \
    --cc=bcain@quicinc.com \
    --cc=elfutils-devel@sourceware.org \
    --cc=mark@klomp.org \
    --cc=quic_apinski@quicinc.com \
    --cc=sidneym@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).