commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] MIG branch, master, updated. v1.8-7-gecf5984


From: Samuel Thibault
Subject: [SCM] MIG branch, master, updated. v1.8-7-gecf5984
Date: Mon, 27 Jan 2020 18:39:45 -0500 (EST)

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 "MIG".

The branch, master has been updated
       via  ecf59842e472d28a54a16acffe4aaa2f882108c6 (commit)
      from  89298f4a0f61799b0a12e0ca297fe26a97c7e64e (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 ecf59842e472d28a54a16acffe4aaa2f882108c6
Author: Flavio Cruz <address@hidden>
Date:   Tue Apr 19 03:05:13 2016 -0400

    Make MIG recognize the basic C integral types.
    
    Also removed itMakeIntType which was not used anymore.
    
    Users can use char, int, and short types without having to define them.
    These types are defined using the builtin MACH_MSG_TYPE_* types and are
    architecture independent since they have the same size as the C char,
    short and int.
    
    If these basic types are redefined, MIG will still produce stub code but
    will produce a warning.
    
    * cpu.sym: Define sizeof_int, char, short.
    * tests/base_types.defs: Remove int.
    * tests/good/complex-types.defs: Use byte instead of char.
    * tests/good/directions: Remove char and int.
    * tests/good/types.defs: Remove char and also use short as a parameter
    in 'alltypes'.
    * type.c: Define itCIntTypeDecl. Remove itMakeIntType. Call itInsert for
    char, short and int.
    Message-Id: <20160419070513.GA12642@debian>

-----------------------------------------------------------------------

Summary of changes:
 cpu.sym                       |  3 +++
 tests/base_types.defs         |  1 -
 tests/good/complex-types.defs |  4 ++--
 tests/good/directions.defs    |  3 ---
 tests/good/types.defs         |  3 +--
 type.c                        | 56 ++++++++++++++++++++++++++++++-------------
 6 files changed, 45 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
MIG



reply via email to

[Prev in Thread] Current Thread [Next in Thread]