summaryrefslogtreecommitdiff
path: root/bfd/hosts
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
commit1d36bd2ecfb24d2d1a808d8c207a385c52045d88 (patch)
tree3197406a994bb2a528c67e8c6cd7f288816e6588 /bfd/hosts
parent3d09318e9be0b222edc7eb3ba26d34a15976c46d (diff)
downloadgdb-1d36bd2ecfb24d2d1a808d8c207a385c52045d88.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/hosts')
-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 0afda86e6f4..c94207b4598 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)