summaryrefslogtreecommitdiff
path: root/config/mh-pa
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:54 +0000
committerPaolo Bonzini <bonzini@gnu.org>2008-07-30 15:03:54 +0000
commit166880a34ca631faf20931fe210ff44866a8d73f (patch)
treee196903b6383f317f0b876ce428b254aba7c9d6e /config/mh-pa
parentde369f55b4eed589247fb5c9351c682dfd994f4a (diff)
downloadgdb-166880a34ca631faf20931fe210ff44866a8d73f.tar.gz
2008-07-30 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Add makefile fragments for hpux. * Makefile.def (flags_to_pass): Add ADA_CFLAGS. * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. * configure: Regenerate. * Makefile.in: Regenerate. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.tpl ($(srcdir)/configure): Update dependencies. * Makefile.in: Regenerate. * configure: Regenerate. config: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * mh-pa: New, from gcc/config/pa/x-ada. * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10. 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org> * tls.m4: Fix typos.
Diffstat (limited to 'config/mh-pa')
-rw-r--r--config/mh-pa4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-pa b/config/mh-pa
new file mode 100644
index 00000000000..b0005a25d4d
--- /dev/null
+++ b/config/mh-pa
@@ -0,0 +1,4 @@
+# The ada virtual array implementation requires that indexing be disabled on
+# hosts such as hpux that use a segmented memory architecture. Both the c
+# and ada files need to be compiled with this option for correct operation.
+ADA_CFLAGS = -mdisable-indexing