X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=bfd%2Fhosts%2Falphavms.h;fp=bfd%2Fhosts%2Falphavms.h;h=2a3421200a16455046531ddb506b62154a5d61c7;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hp=b2a85c2d87cac8f983de2a03f32a1b06e3353556;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10;p=msp430-binutils.git diff --git a/bfd/hosts/alphavms.h b/bfd/hosts/alphavms.h index b2a85c2..2a34212 100644 --- a/bfd/hosts/alphavms.h +++ b/bfd/hosts/alphavms.h @@ -1,5 +1,6 @@ /* alphavms.h -- BFD definitions for an openVMS host - Copyright 1996, 2000, 2001, 2007 Free Software Foundation, Inc. + Copyright 1996, 2000, 2001, 2005, 2007, 2008, 2009 + Free Software Foundation, Inc. Written by Klaus Kämpf (kkaempf@progis.de) of proGIS Softwareentwicklung, Aachen, Germany @@ -34,6 +35,7 @@ #include #include "bfd.h" +#include "filenames.h" #ifndef BFD_HOST_64_BIT /* Make the basic types 64-bit quantities on the host. @@ -66,4 +68,14 @@ 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) +#define dgettext(Domainname, Msgid) (Msgid) +#define dcgettext(Domainname, Msgid, Category) (Msgid) +#define textdomain(Domainname) while (0) /* nothing */ +#define bindtextdomain(Domainname, Dirname) while (0) /* nothing */ +#define _(String) (String) +#define N_(String) (String)