On Mon, Jul 22, 2024 at 4:01 PM Philippe Mathieu-Daudé
wrote:
> Hi Warner,
>
> On 22/7/24 23:43, Warner Losh wrote:
> > We include the files that define PR_MTE_TCF_SHIFT only on Linux, but use
> > them unconditionally. Restrict its use to Linux-only.
>
> We should check that in meson, i.e.:
>
> c
On 7/23/24 07:43, Warner Losh wrote:
We include the files that define PR_MTE_TCF_SHIFT only on Linux, but use
them unconditionally. Restrict its use to Linux-only.
Signed-off-by: Warner Losh
---
target/arm/gdbstub64.c | 4
1 file changed, 4 insertions(+)
Reviewed-by: Richard Henderson
Philippe Mathieu-Daudé writes:
> Hi Warner,
>
> On 22/7/24 23:43, Warner Losh wrote:
>> We include the files that define PR_MTE_TCF_SHIFT only on Linux, but use
>> them unconditionally. Restrict its use to Linux-only.
>
> We should check that in meson, i.e.:
>
> config_host_data.set('CONFIG_PRCTL
Hi Warner,
On 22/7/24 23:43, Warner Losh wrote:
We include the files that define PR_MTE_TCF_SHIFT only on Linux, but use
them unconditionally. Restrict its use to Linux-only.
We should check that in meson, i.e.:
config_host_data.set('CONFIG_PRCTL_PR_MTE_TCF_SHIFT',
cc.has
We include the files that define PR_MTE_TCF_SHIFT only on Linux, but use
them unconditionally. Restrict its use to Linux-only.
Signed-off-by: Warner Losh
---
target/arm/gdbstub64.c | 4
1 file changed, 4 insertions(+)
diff --git a/target/arm/gdbstub64.c b/target/arm/gdbstub64.c
index 2e2bc