Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: jaydeep.patil@imgtec.com
Cc: gdb-patches@sourceware.org, aburgess@redhat.com,
	joseph.faulls@imgtec.com, bhushan.attarde@imgtec.com
Subject: Re: [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation
Date: Mon, 18 Dec 2023 11:29:38 -0500	[thread overview]
Message-ID: <ZYBzcgsO1NJrL6Y-@vapier> (raw)
In-Reply-To: <20231217065218.3799535-3-jaydeep.patil@imgtec.com>

[-- Attachment #1: Type: text/plain, Size: 568 bytes --]

On 17 Dec 2023 06:52, jaydeep.patil@imgtec.com wrote:
> Added support for compressed integer instruction set ("c").

you haven't responded to feedback in previous patches.  please do that
before posting new ones, or clearly document in the patch the feedback
you've addressed as is standard git behavior.

> --- a/sim/riscv/sim-main.c
> +++ b/sim/riscv/sim-main.c
>  
> +/* Return address register.  */
> +#define REG_RA 1
> +
> +/* Stack pointer register.  */
> +#define REG_SP 2

we already have SIM_RISCV_xxx_REGNUM.  don't invent new ones.
-mike

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2023-12-18 16:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-17  6:52 [PATCH v3 0/3] sim: riscv: Compressed instruction simulation and semi-hosting support jaydeep.patil
2023-12-17  6:52 ` [PATCH v3 1/3] [sim/riscv] Fix crash during instruction decoding jaydeep.patil
2023-12-18 16:26   ` Mike Frysinger
2023-12-19  6:14     ` [EXTERNAL] " Jaydeep Patil
2023-12-17  6:52 ` [PATCH v3 2/3] [sim/riscv] Add support for compressed integer instruction set simulation jaydeep.patil
2023-12-18 16:29   ` Mike Frysinger [this message]
2023-12-19  6:15     ` [EXTERNAL] " Jaydeep Patil
2023-12-17  6:52 ` [PATCH v3 3/3] [sim/riscv] Add semi-hosting support jaydeep.patil
2023-12-18 16:30   ` Mike Frysinger
2023-12-19  6:16     ` [EXTERNAL] " Jaydeep Patil

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=ZYBzcgsO1NJrL6Y-@vapier \
    --to=vapier@gentoo.org \
    --cc=aburgess@redhat.com \
    --cc=bhushan.attarde@imgtec.com \
    --cc=gdb-patches@sourceware.org \
    --cc=jaydeep.patil@imgtec.com \
    --cc=joseph.faulls@imgtec.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