public inbox for debugedit@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: 代凡 <daifan@uniontech.com>, debugedit <debugedit@sourceware.org>
Subject: Re: 0001-debugedit-Add-support-for-loongarch
Date: Thu, 12 Jan 2023 15:48:56 +0100	[thread overview]
Message-ID: <4fc68997ad9274e5b39c1ebac4c5d89905958516.camel@klomp.org> (raw)
In-Reply-To: <tencent_398539125B6FB26304EA3933@qq.com>

Hi daifan,

On Tue, 2023-01-10 at 06:21 +0000, 代凡 wrote:
> diff --git a/tools/debugedit.c b/tools/debugedit.c
> index 9cb5775..b3422d7 100644
> --- a/tools/debugedit.c
> +++ b/tools/debugedit.c
> @@ -612,6 +612,12 @@ setup_relbuf (DSO *dso, debug_section *sec, int
> *reltype)
>  	  if (rtype != R_E2K_32_ABS)
>  		  goto fail;
>  	  break;
> +#endif
> +#if defined(EM_LOONGARCH) && defined(R_LARCH_32)
> +  case EM_LOONGARCH:
> +    if (rtype != R_LARCH_32)
> +      goto fail;
> +    break;
>  #endif

Thanks, that looks good. Pushed.

Cheers,

Mark

      reply	other threads:[~2023-01-12 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-10  6:21 0001-debugedit-Add-support-for-loongarch 代凡
2023-01-12 14:48 ` Mark Wielaard [this message]

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=4fc68997ad9274e5b39c1ebac4c5d89905958516.camel@klomp.org \
    --to=mark@klomp.org \
    --cc=daifan@uniontech.com \
    --cc=debugedit@sourceware.org \
    /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).