Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Simon Marchi <simon.marchi@polymtl.ca>
To: Michael Sturm <michael.sturm@intel.com>
Cc: mark.kettenis@xs4all.nl, palves@redhat.com, eliz@gnu.org,
	gdb-patches@sourceware.org
Subject: Re: [PATCH 5/5] Add support for Intel PKRU register to GDB and  GDBserver.
Date: Mon, 19 Jun 2017 20:15:00 -0000	[thread overview]
Message-ID: <b1aa5ba9bac9989251fcba737441ffa6@polymtl.ca> (raw)
In-Reply-To: <1485954205-18536-6-git-send-email-michael.sturm@intel.com>

On 2017-02-01 14:03, Michael Sturm wrote:
> @@ -281,10 +281,12 @@ $(outdir)/i386/i386-avx-avx512.dat:
> i386/32bit-core.xml i386/32bit-avx.xml \
>  			       i386/32bit-avx512.xml
>  $(outdir)/i386/i386-avx-avx512-linux.dat: i386/32bit-core.xml
> i386/32bit-avx.xml \
>  			       i386/32bit-linux.xml i386/32bit-avx512.xml
> -$(outdir)/i386/i386-avx-mpx-avx512.dat: i386/32bit-core.xml
> i386/32bit-avx.xml \
> -			       i386/32bit-mpx.xml i386/32bit-avx512.xml
> -$(outdir)/i386/i386-avx-mpx-avx512-linux.dat: i386/32bit-core.xml
> i386/32bit-avx.xml \
> -			       i386/32bit-linux.xml i386/32bit-mpx.xml 
> i386/32bit-avx512.xml
> +$(outdir)/i386/i386-avx-mpx-avx512-pku.dat: i386/32bit-core.xml

Hi Michael,

I just noticed that there is a backslash missing at the end of a line 
here ^ (in features/Makefile).  That causes an error when doing make 
clean; make.  I would have added it myself, but it also changes the 
resulting dat files, so I think it's better if you have a look and see 
if that's right.

Thanks,

Simon

> +			       i386/32bit-avx.xml i386/32bit-mpx.xml i386/32bit-avx512.xml 
> \
> +			       i386/32bit-pkeys.xml
> +$(outdir)/i386/i386-avx-mpx-avx512-pku-linux.dat: i386/32bit-core.xml 
> \
> +			       i386/32bit-avx.xml i386/32bit-mpx.xml i386/32bit-avx512.xml 
> \
> +			       i386/32bit-pkeys.xml i386/32bit-linux.xml
>  $(outdir)/i386/i386-mmx.dat: i386/32bit-core.xml
>  $(outdir)/i386/i386-mmx-linux.dat: i386/32bit-core.xml 
> i386/32bit-linux.xml
>  $(outdir)/i386/amd64-avx.dat: i386/64bit-core.xml i386/64bit-avx.xml




  parent reply	other threads:[~2017-06-19 20:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 13:04 [PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer Michael Sturm
2017-02-01 13:03 ` [PATCH 3/5] Rename target descriptions to reflect actual content of description Michael Sturm
2017-02-01 13:03 ` [PATCH 1/5] Sync up x86-gcc-cpuid.h with cpuid.h from gcc-6 branch Michael Sturm
2017-02-01 13:03 ` [PATCH 2/5] Change xstate_bv handling to use 8 bytes of data Michael Sturm
2017-02-01 13:04 ` [PATCH 4/5] Add target description for avx-avx512 Michael Sturm
2017-02-10 15:44   ` Pedro Alves
2017-02-01 13:04 ` [PATCH 5/5] Add support for Intel PKRU register to GDB and GDBserver Michael Sturm
2017-02-01 13:09   ` Eli Zaretskii
2017-02-03  9:20     ` Sturm, Michael
2017-02-10 15:46   ` Pedro Alves
2017-06-19 20:15   ` Simon Marchi [this message]
2017-06-20  7:07     ` Tedeschi, Walfred
2017-06-20  8:49       ` Simon Marchi
2017-06-20 10:07       ` Yao Qi
2017-06-20 10:53         ` Tedeschi, Walfred
2017-06-20 11:03           ` Yao Qi
2017-06-20 11:04             ` Tedeschi, Walfred
2017-06-22 11:17             ` Tedeschi, Walfred
     [not found]               ` <CAH=s-POWw-duRWLMAGrU_gqWfH5HEo9eCiRK-y7NgBt8jFp0_Q@mail.gmail.com>
2017-06-22 11:53                 ` Tedeschi, Walfred
2017-02-07 14:29 ` [ping][PATCH v4 0/5] Add support for PKRU register to GDB and GDBServer Sturm, Michael
2017-02-17 13:47 ` [pushed] " Sturm, Michael

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=b1aa5ba9bac9989251fcba737441ffa6@polymtl.ca \
    --to=simon.marchi@polymtl.ca \
    --cc=eliz@gnu.org \
    --cc=gdb-patches@sourceware.org \
    --cc=mark.kettenis@xs4all.nl \
    --cc=michael.sturm@intel.com \
    --cc=palves@redhat.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