Re: [PATCH, i386] Add native support for VIA C7, Eden and Nano CPUs

2016-06-06 Thread J. Mayer
On Mon, 2016-06-06 at 17:27 +, Joseph Myers wrote: > This patch is missing the invoke.texi changes to document all the new > CPU  > names. Hi, correct, please consider adding the following patch to fix this. Regards. --- diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index ce162a0..a

Re: [PATCH, i386] Add native support for VIA C7, Eden and Nano CPUs

2016-06-06 Thread Joseph Myers
This patch is missing the invoke.texi changes to document all the new CPU names. -- Joseph S. Myers jos...@codesourcery.com

[PATCH, i386] Add native support for VIA C7, Eden and Nano CPUs

2016-06-01 Thread J. Mayer
The following patch adds support and native detection for C7, Eden "Samuel2", Eden "Nehemiah", Eden "Esther", Eden x2, Eden x4, Nano 1xxx, Nano 2xxx, Nano 3xxx, Nano x2 and Nano x4 VIA CPUs. Please CC me to any comment / review / change request. --- diff --git a/gcc/config/i386/driver-i386.c b/g