]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.h (MPROTECT_VDB): Don't define on Linux.
authorTom Tromey <tromey@cygnus.com>
Mon, 19 Jul 1999 19:23:29 +0000 (19:23 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 19 Jul 1999 19:23:29 +0000 (19:23 +0000)
From-SVN: r28177

boehm-gc/ChangeLog
boehm-gc/config.h

index 40db8f39f8600b1ff720f5945aaabb8bf86eb70c..5cea85f7cf12e62d34b2a0a0361213c7d721cc8a 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-19  Tom Tromey  <tromey@cygnus.com>
+
+       * config.h (MPROTECT_VDB): Don't define on Linux.
+
 1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * Makefile.am (.s.lo): Avoid `#line' directives.
index 89110a6b82472d1b4c66468f7c45ee805f5a1033..7791b6cacb98f232a40746eab6bf55f714574ce3 100644 (file)
        /* Appears to be 0xe0000000 for at least one 2.1.91 kernel.     */
        /* Probably needs to be more flexible, but I don't yet          */
        /* fully understand how flexible.                               */
-#      define MPROTECT_VDB
+
+       /* Linux threads don't interact well with the read() wrapper.
+          Not defining MPROTECT_VDB fixes this.  */
+       /* #    define MPROTECT_VDB*/
 #       ifdef __ELF__
 #            define DYNAMIC_LOADING
 #           ifdef UNDEFINED    /* includes ro data */