All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Bertrand Marquis <Bertrand.Marquis@arm.com>
Cc: "xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Anthony PERARD <anthony.perard@vates.tech>,
	Michal Orzel <michal.orzel@amd.com>,
	Jan Beulich <jbeulich@suse.com>, Julien Grall <julien@xen.org>,
	Stefano Stabellini <sstabellini@kernel.org>
Subject: Re: [PATCH] xen: always consider '/' as a division in assembly
Date: Tue, 10 Feb 2026 16:55:50 +0100	[thread overview]
Message-ID: <aYtVBuHVcfZE-L-a@Mac.lan> (raw)
In-Reply-To: <FE2A96EE-5D99-4CD4-82AE-7538B94DBB0F@arm.com>

On Tue, Feb 10, 2026 at 03:44:33PM +0000, Bertrand Marquis wrote:
> Hi Roger,
> 
> > On 10 Feb 2026, at 16:11, Roger Pau Monne <roger.pau@citrix.com> wrote:
> > 
> > GNU assembler will consider '/' as the start of comment marker on some
> > platforms.  This is incorrect with Xen's usage, which does use '/' in
> > assembly files as a mathematical operator.
> > 
> > The behavior of the assembler can be altered by passing the --divide
> > option; unconditionally pass this option when available to force the
> > expected behavior.
> 
> This is solving the issue and I can build for arm with what and further
> for x86 on mac os but it fails on check-endbr.sh:
> 
> /bin/sh ../tools/check-endbr.sh xen-syms
> stat: illegal option -- c

Yeah, I know.  I've fixed the stat issue, but there's a further one
about an illegal bit sequence in grep.  I'm looking into that.

Thanks, Roger.


  reply	other threads:[~2026-02-10 15:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-10 15:11 [PATCH] xen: always consider '/' as a division in assembly Roger Pau Monne
2026-02-10 15:27 ` Jan Beulich
2026-02-10 15:53   ` Roger Pau Monné
2026-02-10 16:09     ` Jan Beulich
2026-02-10 15:44 ` Bertrand Marquis
2026-02-10 15:55   ` Roger Pau Monné [this message]
2026-02-10 15:57     ` Bertrand Marquis
2026-02-10 16:09       ` Roger Pau Monné
2026-02-10 16:15         ` Jan Beulich
2026-02-10 16:19           ` Bertrand Marquis
2026-02-10 16:20         ` Bertrand Marquis

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=aYtVBuHVcfZE-L-a@Mac.lan \
    --to=roger.pau@citrix.com \
    --cc=Bertrand.Marquis@arm.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@vates.tech \
    --cc=jbeulich@suse.com \
    --cc=julien@xen.org \
    --cc=michal.orzel@amd.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.