commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. v1.5-45-g1e0429e


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. v1.5-45-g1e0429e
Date: Tue, 07 Jul 2015 15:50:51 +0000

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 "GNU Mach".

The branch, master has been updated
       via  1e0429e5f39ec219cbef3af2752528b8a29bc1be (commit)
      from  ba76c46181ca2bcbdf99bca0e2c23cc9e484de0d (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 1e0429e5f39ec219cbef3af2752528b8a29bc1be
Author: Samuel Thibault <address@hidden>
Date:   Tue Jul 7 17:44:41 2015 +0200

    Fix build with -O0
    
    * linux/src/include/linux/string.h (strcpy, strncpy, strcat, strncat,
    strchr, strrchr, strlen, strnlen, strcmp, strncmp, memmove,
    memscan): Comment out extern declarations.
    * linux/dev/include/asm-i386/string.h (strcpy, strncpy, strcat, strncat,
    strcmp, strncmp, strchr, strrchr, strlen, __memcpy, __constant_memcpy,
    memmove, memchr, __memset_generic, __constant_c_memset, strnlen,
    __constant_c_and_count_memset, memscan): Turn extern inline into static
    inline.
    * linux/dev/include/linux/fs.h (mark_buffer_uptodate): Likewise.
    * linux/src/include/asm-i386/bitops.h (set_bit, clear_bit, change_bit,
    test_and_set_bit, test_and_clear_bit, test_and_change_bit, test_bit,
    find_first_zero_bit, find_next_zero_bit, ffz, ffs): Likewise.
    * linux/src/include/asm-i386/io.h (virt_to_phys, phys_to_virt, __out##s,
    __in##s, ins##s, outs##s): Likewise.
    * linux/src/include/asm-i386/semaphore.h (down, down_interruptible, up):
    Likewise.
    * linux/src/include/asm-i386/segment.h [!__OPTIMIZE]: Emit an ud2 
instruction
    instead of an undefined reference.

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

Summary of changes:
 linux/dev/include/asm-i386/string.h    |   36 ++++++++++++++++----------------
 linux/dev/include/linux/fs.h           |    2 +-
 linux/src/include/asm-i386/bitops.h    |   22 +++++++++---------
 linux/src/include/asm-i386/io.h        |   12 +++++-----
 linux/src/include/asm-i386/segment.h   |    8 +++++++
 linux/src/include/asm-i386/semaphore.h |    6 ++--
 linux/src/include/linux/string.h       |    8 +++++++
 7 files changed, 55 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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