From 009631d0cb156c56728ca51a3b61d5e023064e2f Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 22 Jun 2017 13:31:28 +0200 Subject: [PATCH] Backport r248729 2017-06-22 Martin Liska Backport from mainline 2017-05-31 Martin Liska PR target/79155 * config/i386/cpuid.h: Fix typo in a comment in cpuid.h. From-SVN: r249538 --- gcc/ChangeLog | 8 ++++++++ gcc/config/i386/cpuid.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a5e4f536b5d..da3214403846 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2017-06-22 Martin Liska + + Backport from mainline + 2017-05-31 Martin Liska + + PR target/79155 + * config/i386/cpuid.h: Fix typo in a comment in cpuid.h. + 2017-06-22 Martin Liska Backport from mainline diff --git a/gcc/config/i386/cpuid.h b/gcc/config/i386/cpuid.h index c7778d989f56..1b6ab6d0a564 100644 --- a/gcc/config/i386/cpuid.h +++ b/gcc/config/i386/cpuid.h @@ -167,7 +167,7 @@ /* Return highest supported input value for cpuid instruction. ext can - be either 0x0 or 0x8000000 to return highest supported value for + be either 0x0 or 0x80000000 to return highest supported value for basic or extended cpuid information. Function returns 0 if cpuid is not supported or whatever cpuid returns in eax register. If sig pointer is non-null, then first four bytes of the signature -- 2.47.2