From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: Petr Cervenka <grugh@domain.hid>, xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH 2/3] x86-64: Work around gcc issues with populating syscall registers
Date: Sun, 19 Jul 2009 15:42:57 +0200 [thread overview]
Message-ID: <4A6322E1.1030908@domain.hid> (raw)
In-Reply-To: <4A62D2B8.8030907@domain.hid>
Jan Kiszka wrote:
> +#define LOAD_ARGS_0() asm volatile ("" ::: "memory");
g++, at least some verions in the past, chokes on ::: so, you should do
: /* */ : /* */ :
--
Gilles.
next prev parent reply other threads:[~2009-07-19 13:42 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <4A62D1C1.9050807@domain.hid>
2009-07-19 8:00 ` [Xenomai-core] [PATCH 1/3] native: Align documentation to code Jan Kiszka
2009-07-19 8:00 ` [Xenomai-core] [PATCH 2/3] x86-64: Work around gcc issues with populating syscall registers Jan Kiszka
2009-07-19 13:42 ` Gilles Chanteperdrix [this message]
2009-07-19 14:31 ` Philippe Gerum
2009-07-19 15:12 ` Gilles Chanteperdrix
2009-07-19 15:23 ` Jan Kiszka
2009-07-19 15:35 ` Philippe Gerum
2009-07-20 6:37 ` Jan Kiszka
2009-07-19 8:01 ` [Xenomai-core] [PATCH 3/3] x86: Merge syscall_{32|64}.h into syscall.h Jan Kiszka
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=4A6322E1.1030908@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=grugh@domain.hid \
--cc=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.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.