This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r212087 - in /branches/google/gcc-4_9: gcc/conf...


Author: xur
Date: Fri Jun 27 20:41:25 2014
New Revision: 212087

URL: https://gcc.gnu.org/viewcvs?rev=212087&root=gcc&view=rev
Log:
2014-06-27  Rong Xu  <xur@google.com>

Apply the following patches from Android branch. They are all local patches.

    commit f1dea06dc38aa8375598dc0db365a82f0596edac
    Author: Andrew Hsieh <andrewhsieh@google.com>
    Date:   Mon Apr 14 17:08:26 2014 -0700
    
        [4.9] Use memalign instead of posix_memalign in GCC x86 mm_malloc.h
    
    commit d62f28ff5cd41632a14e8ba6e7d148a8c02b491b
    Author: Andrew Hsieh <andrewhsieh@google.com>
    Date:   Sun Apr 20 15:20:31 2014 -0700
    
        [4.9] Fix darwin gcc fails with -flto
        
        Since since 4.9 "-flto" is the default, but with it error reads:
        
          .../ld: error: .../libexec/gcc/arm-linux-androideabi/4.9/liblto_plugin.so
            Symbol not found: _environ
        
        Replace "environ" with "*_NSGetEnviron()"


Modified:
    branches/google/gcc-4_9/gcc/config/i386/pmm_malloc.h
    branches/google/gcc-4_9/libiberty/pex-unix.c
    branches/google/gcc-4_9/libiberty/xmalloc.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]