Two more hunks from the HP-UX patch at Bug#6811.
authorPeter O'Gorman <bug-gnu-emacs@mlists.thewrittenword.com>
Sun, 23 Jan 2011 22:00:22 +0000 (17:00 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 23 Jan 2011 22:00:22 +0000 (17:00 -0500)
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).

ChangeLog
configure
configure.in
src/ChangeLog
src/s/hpux11.h

index a4e2660..71ac292 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-23  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
+
+       * configure.in: Add HP-UX on IA64 (Bug#6811).
+
 2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
 
        * configure.in [netbsd systems]: Check for tputs definition
index c26ba81..66c9737 100755 (executable)
--- a/configure
+++ b/configure
@@ -3182,6 +3182,10 @@ $as_echo "#define HAVE_CRTIN /**/" >>confdefs.h
     CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
   ;;
 
+  ia64*-hp-hpux1[1-9]* )
+    machine=hp800 opsys=hpux11
+  ;;
+
   hppa*-*-linux-gnu* )
     machine=hp800 opsys=gnu-linux
   ;;
index b75f965..fd1c62c 100644 (file)
@@ -493,6 +493,10 @@ dnl see the `changequote' comment above.
     CFLAGS="-D_INCLUDE__STDC_A1_SOURCE $CFLAGS"
   ;;
 
+  ia64*-hp-hpux1[1-9]* )
+    machine=hp800 opsys=hpux11
+  ;;
+
   hppa*-*-linux-gnu* )
     machine=hp800 opsys=gnu-linux
   ;;
index 725ec63..874a3bc 100644 (file)
@@ -1,3 +1,6 @@
+2011-01-23  Peter O'Gorman  <bug-gnu-emacs@mlists.thewrittenword.com>  (tiny change)
+       * s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
+
 2011-01-22  Martin Rudalics  <rudalics@gmx.at>
 
        * window.c (select_window): New function.
index 3382395..f9ce5fa 100644 (file)
    then close and reopen it in the child.  */
 #define USG_SUBTTY_WORKS
 
+/* FIXME.  Peter O'Gorman reports that dumping using unexelf.o doesn't
+   work either: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6811 */
+#if __ia64
+#define CANNOT_DUMP 1
+#endif
+
 /* arch-tag: f5a3d780-82cd-4a9a-832e-a4031aab788b
    (do not change this comment) */