]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/host-solaris.c
Update copyright years.
[thirdparty/gcc.git] / gcc / config / host-solaris.c
index 835832b9c21f33be7e0df1c566c74b8bfacf82b2..c36d6687d3a0a62b06d8f54439c45ae8db149318 100644 (file)
@@ -1,5 +1,5 @@
 /* Solaris host-specific hook definitions.
-   Copyright (C) 2004, 2007, 2008, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2004-2017 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -20,7 +20,6 @@
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
-#include <sys/mman.h>
 #include "hosthooks.h"
 #include "hosthooks-def.h"
 
@@ -74,7 +73,7 @@ mmap_fixed (void *addr, size_t len, int prot, int flags, int fd, off_t off)
 #elif defined(__sparc__)
 # define TRY_EMPTY_VM_SPACE    0x80000000
 #elif defined(__x86_64__)
-# define TRY_EMPTY_VM_SPACE    0x8000000000000000
+# define TRY_EMPTY_VM_SPACE    0x80000000000
 #elif defined(__i386__)
 # define TRY_EMPTY_VM_SPACE    0xB0000000
 #else