summaryrefslogtreecommitdiff
path: root/bfd/elfxx-ia64.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-09-01 13:10:45 +0000
committerTristan Gingold <gingold@adacore.com>2009-09-01 13:10:45 +0000
commit273cd2d92bb76986db30ee5958354c5874b7eb4a (patch)
tree9a2782cb0d3156920f2eae7d7999bf6ceb7a5f0e /bfd/elfxx-ia64.c
parent11ccea965d0a6b53cd5ed1dc1189976a1194ded5 (diff)
downloadbinutils-redhat-273cd2d92bb76986db30ee5958354c5874b7eb4a.tar.gz
2009-09-01 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Ported to Itanium VMS. Remove useless variable and dependencies. Reindent. * configure.com: Ported to Itanium VMS. Now generates a build.com to build without make. Add messages but make edit silent. * hosts/alphavms.h: Add a prototype for stpcpy. * vms.c: Add a missing include for Alpha VMS. * elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
Diffstat (limited to 'bfd/elfxx-ia64.c')
-rw-r--r--bfd/elfxx-ia64.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-ia64.c b/bfd/elfxx-ia64.c
index b43eb12057..ff5b6f5013 100644
--- a/bfd/elfxx-ia64.c
+++ b/bfd/elfxx-ia64.c
@@ -6031,6 +6031,9 @@ elfNN_vms_close_and_cleanup (bfd *abfd)
#undef elf_backend_want_p_paddr_set_to_zero
+#undef ELF_OSABI
+#define ELF_OSABI ELFOSABI_OPENVMS
+
#undef ELF_MAXPAGESIZE
#define ELF_MAXPAGESIZE 0x10000 /* 64KB */