From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 6651D3858C36; Sat, 25 Nov 2023 14:45:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6651D3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700923504; bh=oXfjR8zADBoNVd4zsKdWrDzJK3AA2VaQsUcfRojLY0Y=; h=To:Subject:Date:From:From; b=fqIWvirKFEGl13k5uhLDlGCN1RUsj16nKoCYc6kuPy9YSF29ai2MBfTzp7tYOUOsv 9r/ZcDHa1YdUIp5uOuLFzZC7BkRaHcrN6HnbLLwTVGhoL442iB18z5IQz1mOrdf3E5 8YUFazIm7U2/6pSWjlDqmeTw2nKDJqopzRaVpLzE= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b5be97762e4a30a20eac60dd4b4532d8d8671e94 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 X-Git-Newrev: b5be97762e4a30a20eac60dd4b4532d8d8671e94 Message-Id: <20231125144504.6651D3858C36@sourceware.org> Date: Sat, 25 Nov 2023 14:45:04 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via b5be97762e4a30a20eac60dd4b4532d8d8671e94 (commit) from ed036af3cad2d5e793c8e121bbe1c0dadb81f1a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit b5be97762e4a30a20eac60dd4b4532d8d8671e94 Author: Gerald Pfeifer Date: Sat Nov 25 15:44:00 2023 +0100 reading: Update the MicroBlaze section MicroBlaze is now with AMD, spelt MicroBlaze not MicroBlace, and the docs have a new address. diff --git a/htdocs/readings.html b/htdocs/readings.html index 2e320945..e4e68909 100644 --- a/htdocs/readings.html +++ b/htdocs/readings.html @@ -192,9 +192,9 @@ names.
SID includes a MeP simulator. -
  • MicroBlace -
    Manufacturer: Xilinx -
    +
  • MicroBlaze +
    Manufacturer: AMD +
    MicroBlaze Processor Reference Guide
    GDB includes a simulator for an earlier version of the processor.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/readings.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs