summaryrefslogtreecommitdiff
path: root/gcc/config/host-openbsd.c
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-20 01:20:34 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2012-09-20 01:20:34 +0000
commit07cf7615dafa0714bf2c4fc5bd37e52c16a2e9cb (patch)
tree5934c9676457a57d510172c9e44a0545dba622bb /gcc/config/host-openbsd.c
parentabf3cba6c0ad127ddfab9298e2d427c2e82a2721 (diff)
downloadgcc-07cf7615dafa0714bf2c4fc5bd37e52c16a2e9cb.tar.gz
libgcc/:
* config.host (hppa-*-openbsd*): New target. * config/pa/t-openbsd: New file. gcc:/ * config.gcc (hppa*-*-openbsd*): New target. * config/pa/pa-openbsd.h: New file. * config/pa/pa32-openbsd.h: New file. * config/host-openbsd.c: Update copyright year. (TRY_EXCEPT_VM_SPACE): Define for OpenBSD/hppa. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191508 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/host-openbsd.c')
-rw-r--r--gcc/config/host-openbsd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/host-openbsd.c b/gcc/config/host-openbsd.c
index 955deddc8b5..16c140e5006 100644
--- a/gcc/config/host-openbsd.c
+++ b/gcc/config/host-openbsd.c
@@ -1,5 +1,6 @@
/* OpenBSD host-specific hook definitions.
- Copyright (C) 2004, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2007, 2008, 2010, 2011, 2012
+ Free Software Foundation, Inc.
This file is part of GCC.
@@ -33,6 +34,8 @@
that's probably free. */
#if defined(__amd64__)
# define TRY_EMPTY_VM_SPACE 0x400000000000
+#elif defined(__hppa__)
+# define TRY_EMPTY_VM_SPACE 0xb0000000
#elif defined(__i386__)
# define TRY_EMPTY_VM_SPACE 0xb0000000
#else