Jon Grimm - [PATCH] PR 14940 (original) (raw)

This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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]

[PATCH] PR 14940 - fix for linux/ppc


PCH largefile test fails on various platforms, including linux/ppc64. This patch fixes the testsuite failure in pch/largefile.c.This patch adds TRY_EMPTY_VM_SPACE definition for __power__.Bootstrapped mainline with c,c++ on linux/ppc64; make check'd with -m32 and -m64.Patch/fix OK?Thanks, Jon 2004-10-12 Jon Grimm jgrimm2@us.ibm.com * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for __power__

Index: gcc/config/host-linux.c

RCS file: /home/jgrimm/gcc-cvs/gcc/gcc/config/host-linux.c,v retrieving revision 1.2 diff -c -3 -p -r1.2 host-linux.c *** gcc/config/host-linux.c 24 Apr 2004 00:33:18 -0000 1.2 --- gcc/config/host-linux.c 12 Oct 2004 21:35:47 -0000


*** 75,80 **** --- 75,82 ----

define TRY_EMPTY_VM_SPACE 0x8000000000

#elif defined(s390)

define TRY_EMPTY_VM_SPACE 0x60000000


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