~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to gas/config/obj-vms.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-03-18 13:07:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050318130752-j4i37zgqclj53b94
Tags: 2.15-5ubuntu2
debian/rules: Call pkgstriptranslations if present (the package does not
use debhelper, thus it does not happen automatically).

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
/*
129
129
 *  Macros to extract information from a symbol table entry.
130
 
 *  This syntaxic indirection allows independence regarding a.out or coff.
 
130
 *  This syntactic indirection allows independence regarding a.out or coff.
131
131
 *  The argument (s) of all these macros is a pointer to a symbol table entry.
132
132
 */
133
133
 
217
217
#define obj_symbol_new_hook(s)  {;}
218
218
 
219
219
/* Force structure tags into scope so that their use in prototypes
220
 
   will never be their first occurance.  */
 
220
   will never be their first occurrence.  */
221
221
struct fix;
222
222
struct frag;
223
223