From patchwork Mon Sep 10 08:28:50 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 967905 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-485388-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="xvSzAjk/"; 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 4281Vh6QBbz9s3x for ; Mon, 10 Sep 2018 18:31:55 +1000 (AEST) 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=C51kQ22Y5nP1Lu9lRTbP5z3L+GU2L1uIELcfSAgwX0/tw+9Q5QW+q kOzKBPSpQ7FsxcSr17BkXlmy2sxfQCdgQ8PFsm1E0D7DGbePzFLUVORiaWRXOF6Z vc6+AhY+KzP+sAU7kp3gyn/659SxCaPdpafeq+kVlUyG23RnvvSRZ8= 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=IoJ8Oh9bxdaZ/J59uTgGJyW+pPk=; b=xvSzAjk/g+8+QJ6z1raA 7+Ii7uBUXvxlbi3LTA09AYhP3juJKm1Up1u5BtG6EpBhVXZf4lmsR1F7EmDUTla9 QGWwAuiaZS9WWPPreW4ukhCFPK+OSdAkxYbUzdrRBGAr+SogCl7cnTNZUhKkLOuV VaIu3OWoek7UNOPv7RiHn08= Received: (qmail 75604 invoked by alias); 10 Sep 2018 08:29:36 -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 75039 invoked by uid 89); 10 Sep 2018 08:28:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Advanced, Description, Normal, Mode 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; Mon, 10 Sep 2018 08:28:54 +0000 Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C01B4B53EC9 for ; Mon, 10 Sep 2018 04:28:52 -0400 (EDT) Received: from anthias (vie-91-186-158-155.dsl.sil.at [91.186.158.155]) (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 52028B53EC7 for ; Mon, 10 Sep 2018 04:28:52 -0400 (EDT) Date: Mon, 10 Sep 2018 10:28:50 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] projects/h8300-abi.html formatting revamp Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Use CSS instead of presentational markup for tables, and properly mark up table headings instead of treating those like regular rows. Committed. Gerald Index: projects/h8300-abi.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/projects/h8300-abi.html,v retrieving revision 1.10 diff -u -r1.10 h8300-abi.html --- projects/h8300-abi.html 2 Sep 2018 16:59:49 -0000 1.10 +++ projects/h8300-abi.html 10 Sep 2018 08:26:15 -0000 @@ -66,7 +66,7 @@ downward. For example, if 2 bytes of data, 0x1234, are to be pushed onto the stack on H8/300H, 4 bytes are pushed like so:

- +
@@ -156,14 +156,14 @@

Immediately after the prologue is setup, the stack frame layout is as follows:

-
sp + 30x34
sp + 20x12
sp + 1padding (unknown value)
+
- - - - - - + + + + + + @@ -225,14 +225,14 @@

Currently, the stack frame layout, subject to change, is as follows:

-
AddressDescriptionSize on H8/300Size on H8/300H and H8S
(Normal Mode)
Size on H8/300H and H8S
(Advanced Mode)
Pointed to byAddressDescriptionSize on H8/300Size on H8/300H and H8S
(Normal Mode)
Size on H8/300H and H8S
(Advanced Mode)
Pointed to by
High
+
- - - - - - + + + + + +
AddressDescriptionSize on H8/300Size on H8/300H and H8S
(Normal Mode)
Size on H8/300H and H8S
(Advanced Mode)
Pointed to byAddressDescriptionSize on H8/300Size on H8/300H and H8S
(Normal Mode)
Size on H8/300H and H8S
(Advanced Mode)
Pointed to by
High