commit-hurd
[Top][All Lists]
Advanced

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

[SCM] GNU Mach branch, master, updated. a12a10679017d89194c0dd873f44804b


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. a12a10679017d89194c0dd873f44804b64f71102
Date: Sun, 22 Jan 2012 00:32:00 +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  a12a10679017d89194c0dd873f44804b64f71102 (commit)
      from  4362d1a0c20b8490ffc3115ac4bd93183a670af6 (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 a12a10679017d89194c0dd873f44804b64f71102
Author: Samuel Thibault <address@hidden>
Date:   Sun Jan 22 01:28:18 2012 +0100

    Fix build on 64bit host
    
    When stealing the memset function from the 32bit host libc on a 64bit host
    system, glibc tends to bring unwanted references to _Unwind_Resume,
    __gcc_personality_v0, etc. So let's stop stealing memset.
    
    * kern/strings.c (memset): New function.
    * Makefile.am (clib_routines): Remove memset.

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

Summary of changes:
 Makefile.am    |    2 +-
 kern/strings.c |   19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

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