From patchwork Mon Feb 6 20:30:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 53491 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp2446101wrn; Mon, 6 Feb 2023 12:30:49 -0800 (PST) X-Google-Smtp-Source: AK7set/eWUjix5xC+IogCEKwxhGmMwLetNjga5HHgbN118v5quejGJ9EimyXresJWQR7xkGpkcy1 X-Received: by 2002:a17:907:20ac:b0:7c9:6e0e:1427 with SMTP id pw12-20020a17090720ac00b007c96e0e1427mr684234ejb.6.1675715449390; Mon, 06 Feb 2023 12:30:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675715449; cv=none; d=google.com; s=arc-20160816; b=T7Srt9D+A6JUkcUA4AWLwopu3Ifpq1fTeR1dmCFExk1kSoV5vnhgxy66u5fWISUI20 +yTuH4W8HtKdpHbH3eVzDj6ga1iqVlnuKdGSS6KrwfWnNpkNMcAA2dFMDL03gmklBNiq qTX+mHkvqpo4PxPa1fvebepHHmj89Wvr0ghRolDWoURUHJaYimZ12DFFanT0dIupa1L6 ItX9Npci0KGnJceufywA4udLVt+/kR1OocfscFL+bqFOFVmcjXX8+Z7wjo56NaZb3Q43 WsJMjR8eUiHv70b3fLUdn7oethVFd1gZwuQrjL1CVbaMf0eoKCrWkJiMqj0/HeiXrWg8 oCkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=ucP59BGrbPE2FRQA2Lm7ZhjqiLY2BRhc9g0UWsEhym8=; b=tdtQD+Go4WCMKh+BC6eohZTfMrlYPy+s3Pg6WFxPdSMebVbLvdeInrhOJjvOEvjxad LMPYZiyG/I4A7bTjcqujuPtdi/JoT5BUuwVFJFitsM2FxX3uZcUXy2NfA94NfPnJsvop aA13QqJ4Gd7Sh0ILHZl3gNszYg5AGLChkJOJ/aPCwAKfYzQaWpMBRKIyfI6NtILh1+y/ GUdZhBxU4eO85grpyK9OT9qqqWdgdIphCcbSMTt3d4l8o1wWndboVXQgQZNE7DYxXc5p A/Qo99gEETgMCF4vMy6Y+UIf0lIiYsXNJSd+WHO+7UFWYFBiqCHdv1MZfQEHxPzxBT8+ gCuQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id dz13-20020a0564021d4d00b004a2666230a6si12663365edb.11.2023.02.06.12.30.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Feb 2023 12:30:49 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9B661385B508 for ; Mon, 6 Feb 2023 20:30:42 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 388F13858425 for ; Mon, 6 Feb 2023 20:30:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 388F13858425 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id CA4B133ECF for ; Mon, 6 Feb 2023 15:30:17 -0500 (EST) Received: from naga.localdomain (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5C4D333EDB for ; Mon, 6 Feb 2023 15:30:17 -0500 (EST) Date: Mon, 6 Feb 2023 21:30:15 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] wwwdocs: readings: Update reference for Blackfin MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230206203017.CA4B133ECF@hamza.pair.com> X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1757115003326561392?= X-GMAIL-MSGID: =?utf-8?q?1757115003326561392?= For once a vendor link that got shorter. :-) Pushed. Gerald --- htdocs/readings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/readings.html b/htdocs/readings.html index 4bad7e26..29368a9a 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -94,7 +94,7 @@ names.
  • Blackfin
    Manufacturer: Analog Devices -
    Blackfin Documentation +
    Blackfin Documentation
  • c4x