~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to bfd/hosts/alphavms.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* alphavms.h -- BFD definitions for an openVMS host
2
 
   Copyright 1996, 2000, 2001, 2007 Free Software Foundation, Inc.
 
2
   Copyright 1996, 2000, 2001, 2005, 2007, 2008, 2009
 
3
   Free Software Foundation, Inc.
3
4
   Written by Klaus K�mpf (kkaempf@progis.de)
4
5
   of proGIS Softwareentwicklung, Aachen, Germany
5
6
 
67
68
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
68
69
#endif
69
70
 
70
 
extern int getpagesize PARAMS ((void));
 
71
extern int getpagesize (void);
 
72
extern char *stpcpy (char *, const char *);
71
73
 
72
74
/* No intl.  */
73
75
#define gettext(Msgid) (Msgid)