From patchwork Sun Mar 4 12:04:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 881164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-474258-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="LAOj/K2T"; dkim-atps=neutral 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 3zvMCc0H0Nz9s7C for ; Sun, 4 Mar 2018 23:04:25 +1100 (AEDT) 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=HP0fVqV8ISw9Wrh9V96qKNK+tjYvhQQIhmTdMKqljz91zm90w26EH YC98sr7FdobxioON+JpisiinwHsvmUbtXfdLJjhzmKIsGGpJhjKUHQTY6KcVSwZA 22chfpdxPfEGszMIt2E/kxDI0nfMgw8AAJL8GhIETLb3R6IU9U2RHI= 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=5gbYHRFhCeuUiE0GoOhUEkj574s=; b=LAOj/K2TxAoKo1wU6ZwT XYNrjtTPDhAfQ5yBjCCmNrRH2S0fAPAgpubkh3KHoWSGDiFe1y/Szf5h494cWy27 8v6szDTKh87SR6El1I5p3XAXMPhFi8sMVNpsZ48M9h1Vjm2Kgposz4FmVOI6rZS0 DQyfH9+HninVdPDqgNMJzjE= Received: (qmail 122615 invoked by alias); 4 Mar 2018 12:04:19 -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 122606 invoked by uid 89); 4 Mar 2018 12:04:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, SPF_PASS autolearn=ham version=3.3.2 spammy=prerequisiteshtml, prerequisites.html, UD:prerequisites.html 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 ESMTP; Sun, 04 Mar 2018 12:04:16 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 31B633F74F for ; Sun, 4 Mar 2018 07:04:15 -0500 (EST) Received: from anthias (ip-109-41-192-39.web.vodafone.de [109.41.192.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 83E613F750 for ; Sun, 4 Mar 2018 07:04:14 -0500 (EST) Date: Sun, 4 Mar 2018 13:04:12 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Adjust to new MPC homepage (gcc-4.5/changes.html) Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Not sure why they made this change, but the main address now redirects to an MPC-specific page. Committed. Gerald Index: gcc-4.5/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v retrieving revision 1.116 diff -u -r1.116 changes.html --- gcc-4.5/changes.html 28 Feb 2017 10:09:46 -0000 1.116 +++ gcc-4.5/changes.html 4 Mar 2018 12:03:03 -0000 @@ -15,7 +15,7 @@
  • GCC now requires the MPC library in order to + href="http://www.multiprecision.org/mpc/">MPC library in order to build. See the prerequisites page for version requirements.