From 11d73275f00b0546fd903e3c336806d61df198f5 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 1 Sep 2009 13:10:45 +0000 Subject: 2009-09-01 Tristan Gingold * 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. --- bfd/hosts/alphavms.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bfd/hosts') diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h index 0afda86..c94207b 100644 --- a/bfd/hosts/alphavms.h +++ b/bfd/hosts/alphavms.h @@ -67,7 +67,8 @@ typedef BFD_HOST_64_BIT int64_type; #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) #endif -extern int getpagesize PARAMS ((void)); +extern int getpagesize (void); +extern char *stpcpy (char *, const char *); /* No intl. */ #define gettext(Msgid) (Msgid) -- cgit v1.1