From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id A3EDC38381DF; Mon, 28 Nov 2022 16:14:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3EDC38381DF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669652078; bh=33bZWfvGYu2ptzsSWBtQL7LH2u2t/kE+UEA40NGuhv0=; h=From:To:Subject:Date:From; b=GKO6LaUOxsMuv687fi6c4+Lln/UQPNOknrFTajihXGAzfrE5bBFGMs8zNYBu2HihN 8NViK6AONyujg9StEOSgNjoDWhPox88ITXGOZcvi96Eh0MYDnJQYF2YXBANmXhp58n QwMrV9H/5i1x2aYw+KHhbkHV7WdP44eLhNrTUeSA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: Update some mentions of x86 in documentation X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/master X-Git-Oldrev: 8080c856308919c06b4d6c5827cf0e34b78a5810 X-Git-Newrev: 17761a8ef493351cf0678e24975839e6b30f6736 Message-Id: <20221128161438.A3EDC38381DF@sourceware.org> Date: Mon, 28 Nov 2022 16:14:38 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D17761a8ef49= 3351cf0678e24975839e6b30f6736 commit 17761a8ef493351cf0678e24975839e6b30f6736 Author: Jon Turney Date: Sun Nov 27 13:50:19 2022 +0000 Cygwin: Update some mentions of x86 in documentation Diff: --- winsup/doc/faq-programming.xml | 2 +- winsup/doc/overview.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 89c309af2..6b5d28034 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -785,7 +785,7 @@ demonstrates the bug is always welcome). =20 Unfortunately, this will be difficult. Exception handling and signa= ls -support semantics and args have been designed for x86 so you would need +support semantics and args have been designed for x86_64 so you would need to write specific support for your platform. We don't know of any other incompatibilities. Please send us patches if you do this work! diff --git a/winsup/doc/overview.xml b/winsup/doc/overview.xml index 6fb759f45..aaaaef0cd 100644 --- a/winsup/doc/overview.xml +++ b/winsup/doc/overview.xml @@ -13,7 +13,7 @@ Cygwin is a Linux-like environment for Windows. It consis= ts of a DLL providing substantial POSIX (Portable Operating System Interface) system call functionality, and a collection of tools, which provide a Linux look and feel. The Cygwin DLL -works with all x86 and AMD64 versions of Windows NT since Windows XP SP3. +works with all AMD64 versions of Windows NT since Windows Vista/Server 200= 8. The API follows the = Single Unix Specification as much as possible, and then Linux practice.