public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [OBVIOUS][PATCH] Fix typo in a comment in cpuid.h (PR target/79155).
@ 2017-05-31 11:46 Martin Liška
  0 siblings, 0 replies; only message in thread
From: Martin Liška @ 2017-05-31 11:46 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Hello.

Installing as obvious as it only touches comment.

Martin

[-- Attachment #2: 0001-Fix-typo-in-a-comment-in-cpuid.h-PR-target-79155.patch --]
[-- Type: text/x-patch, Size: 1043 bytes --]

From 4b0eebe5accdc7aa0782acccdd61a151c0a48378 Mon Sep 17 00:00:00 2001
From: marxin <mliska@suse.cz>
Date: Wed, 31 May 2017 13:35:41 +0200
Subject: [PATCH] Fix typo in a comment in cpuid.h (PR target/79155).

gcc/ChangeLog:

2017-05-31  Martin Liska  <mliska@suse.cz>

	PR target/79155
	* config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
---
 gcc/config/i386/cpuid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/cpuid.h b/gcc/config/i386/cpuid.h
index f915d2dbd5a..b3b0f912c98 100644
--- a/gcc/config/i386/cpuid.h
+++ b/gcc/config/i386/cpuid.h
@@ -179,7 +179,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.12.2


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-31 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-31 11:46 [OBVIOUS][PATCH] Fix typo in a comment in cpuid.h (PR target/79155) Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).