]> granicus.if.org Git - gc/commitdiff
2004-01-20 Andrew Haley <aph@redhat.com>
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 Jan 2004 15:18:33 +0000 (15:18 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:24 +0000 (10:54 +0400)
        * include/private/gcconfig.h (USE_MMAP): Define for all Linux.

        * configure.in: Comment change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76210 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in
include/private/gcconfig.h

index b590a1ff7253e81d465837e110ec65b339878cb7..ebdb8dd4afef400427cb5479e8c83fd9d152f9f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-01-20  Andrew Haley  <aph@redhat.com>
+
+       * include/private/gcconfig.h (USE_MMAP): Define for all Linux.
+
+       * configure.in: Comment change.
+
 2004-01-16  Andrew Haley  <aph@redhat.com>
 
        * configure.in (NO_EXECUTE_PERMISSION): Remove global declaration;
index ba5ccb9678d5ac35afb69a1ade51c2f8d3ba8a65..f109c9003edce1c794bfd1aaa85e484df07c1f13 100644 (file)
@@ -248,7 +248,7 @@ esac
 #
 # We don't set NO_EXECUTE_PERMISSION by default because gcj (and
 # anything else that creates trampolines in gc-allocated memory)
-# always needs exec permission.  The exception to this is IA-64 and
+# always needs exec permission.  The exceptions to this are IA-64 and
 # some variations of Power PC, where trampolines don't contain
 # executable code.
 #
index 65e71479892c22e0d5e255ce2f19a5f3f023c86f..a13ad2ef835fb3bc334f17418b21825a2ee9b3e2 100644 (file)
 #       define OS_TYPE "LINUX"
 #       define STACKBOTTOM ((ptr_t)0xf0000000)
 #       define USE_GENERIC_PUSH_REGS
-               /* We never got around to the assembly version. */
+#           define USE_MMAP
+             /* We never got around to the assembly version. */
 /* #       define MPROTECT_VDB - Reported to not work  9/17/01 */
 #       ifdef __ELF__
 #            define DYNAMIC_LOADING