From patchwork Mon Jun 29 11:34:25 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 489288 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A53091402B0 for ; Mon, 29 Jun 2015 21:34:38 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=WOEKWIJv; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=vjppflSvQ0ck5g4QkUbGZfo9DmBsZWxj5lUZSD5UKMhjPXony6MP0 J9LVpasvlp6R83vxCjZnWCsopW3FLcCb/Y+hzouVe1Juon8g/YU3kL9Ce4AJZX1m tRAdbqSQMEDBFd35ZADJMWIlm7ktA25b11DU0tZV99MkUWyNLNTE/w= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=L9JpIk816PB20K+z4Spvld4jluk=; b=WOEKWIJvXXDSWiF1vaDM Dv/Bw01Q2FDXxbDkdfbqR9Uxg8W2z+uJstMKGC6NJnZF5zbYeex2Z1xGXXB7vdMF kSWfSh1nfKNXsTNKpiFKaidu7pw/+ISCcq/A+4zPcOiNWk1E8ZbqWUynH/24PO86 ehZR7UsBQE8z+XRniEXC0D4= Received: (qmail 130131 invoked by alias); 29 Jun 2015 11:34:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 130120 invoked by uid 89); 29 Jun 2015 11:34:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL, BAYES_50, KAM_ASCII_DIVIDERS, SPF_PASS autolearn=no version=3.3.2 X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 29 Jun 2015 11:34:29 +0000 Received: from [192.168.0.133] (vie-188-118-253-070.dsl.sil.at [188.118.253.70]) by ainaz.pair.com (Postfix) with ESMTPSA id 1FA223F41D for ; Mon, 29 Jun 2015 07:34:20 -0400 (EDT) Date: Mon, 29 Jun 2015 13:34:25 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Knuth's pages have moved, adjust URLs Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Applied. Gerald Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.239 diff -u -r1.239 readings.html --- readings.html 27 Jun 2015 19:26:46 -0000 1.239 +++ readings.html 29 Jun 2015 11:30:46 -0000 @@ -209,13 +209,12 @@ [EM-micks]. The number stands for the average of numbers of "14 actual computers very similar to MMIX". The name may also be due to a predecessor appropriately named MIX. -
MMIX is used in program examples in Donald E. Knuth's - The Art +
MMIX is used in program examples in Donald E. Knuth's +
The Art of Computer Programming (ISBN 0-201-89683-4). -
Knuth's - MMIX page has more information about MMIX. Knuth also wrote a - book +
The
MMIX + page has more information about MMIX. Knuth also wrote a + book specifically about MMIX (MMIXware, ISBN 3-540-66938-8). Index: gcc-3.1/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v retrieving revision 1.68 diff -u -r1.68 changes.html --- gcc-3.1/changes.html 28 Jun 2014 07:45:10 -0000 1.68 +++ gcc-3.1/changes.html 29 Jun 2015 11:30:46 -0000 @@ -256,7 +256,7 @@
  • Hans-Peter Nilsson has contributed a port to MMIX, + href="http://www-cs-faculty.stanford.edu/~uno/mmix.html">MMIX, the CPU architecture used in new editions of Donald E. Knuth's The Art of Computer Programming.
  • Index: projects/prefetch.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/prefetch.html,v retrieving revision 1.25 diff -u -r1.25 prefetch.html --- projects/prefetch.html 30 Jan 2011 18:38:35 -0000 1.25 +++ projects/prefetch.html 29 Jun 2015 11:30:46 -0000 @@ -786,14 +786,14 @@

    [11] MMIX Op Codes, Don Knuth; - -http://www-cs-faculty.stanford.edu/~knuth/mmop.html.

    + +http://www-cs-faculty.stanford.edu/~uno/mmop.html.

    [12] The Art of Computer Programming, Fascicle 1: MMIX, Don Knuth, Addison Wesley Longman, 2001; -http://www-cs-faculty.stanford.edu/~knuth/fasc1.ps.gz.

    +http://www-cs-faculty.stanford.edu/~uno/fasc1.ps.gz.

    [13] PA-RISC 2.0 Instruction Set Architecture;