aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/alphavms.h
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
commit11d73275f00b0546fd903e3c336806d61df198f5 (patch)
treee3058b490ba489de3d3fcf517c3d7e80e92cc1a6 /bfd/hosts/alphavms.h
parent817aadd2d90da8b4bb4fdf73ea72a476d264097a (diff)
downloadbinutils-11d73275f00b0546fd903e3c336806d61df198f5.zip
binutils-11d73275f00b0546fd903e3c336806d61df198f5.tar.gz
binutils-11d73275f00b0546fd903e3c336806d61df198f5.tar.bz2
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/hosts/alphavms.h')
-rw-r--r--bfd/hosts/alphavms.h3
1 files changed, 2 insertions, 1 deletions
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)