summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-09-30 13:12:50 +0000
committerTristan Gingold <gingold@adacore.com>2009-09-30 13:12:50 +0000
commitd55738ce0d40482f216c3375d3e8aae3330b05a6 (patch)
tree77626fc4bbdf31ebdf8e08f00cf8c5c42c130e29
parent91f142b2101a281c49f517a1bcfbce1a821b44cc (diff)
downloadbinutils-redhat-d55738ce0d40482f216c3375d3e8aae3330b05a6.tar.gz
2009-09-30 Tristan Gingold <gingold@adacore.com>
* configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/configure.com4
2 files changed, 7 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0b4c5e6d0d..140823fdff 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-30 Tristan Gingold <gingold@adacore.com>
+
+ * configure.com: Use hosts/alphavms.h on both alpha and ia64 VMS.
+
2009-09-29 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf64_x86_64_append_rela): New.
diff --git a/bfd/configure.com b/bfd/configure.com
index 04113aaa05..21024156eb 100644
--- a/bfd/configure.com
+++ b/bfd/configure.com
@@ -318,6 +318,9 @@ $ create []config.h
/* Disable NLS */
#undef ENABLE_NLS
$!
+$ write sys$output "Copy sysdep.h"
+$ copy [.hosts]alphavms.h sysdep.h
+$
$ write sys$output "Generate build.com"
$!
$ if ARCH.eqs."alpha"
@@ -362,7 +365,6 @@ $ write sys$output "Generate elf64-target.h from elfxx-target.h"
$ edit/tpu/nojournal/nosection/nodisplay/command=substxx.tpu -
[]elfXX-target.h /output=[]elf64-target.h
$ del substxx.tpu;*
-$ copy [.hosts]alphavms.h sysdep.h
$ endif
$ append sys$input build.com
$DECK