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

« back to all changes in this revision

Viewing changes to include/coff/internal.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:
235
235
#define C_ALIAS         105     /* duplicate tag                */
236
236
#define C_HIDDEN        106     /* ext symbol in dmert public lib */
237
237
 
238
 
#define C_WEAKEXT       127     /* weak symbol -- GNU extension */
 
238
#if defined _AIX52 || defined AIX_WEAK_SUPPORT
 
239
#define C_WEAKEXT       111     /* weak symbol -- AIX standard.  */
 
240
#else
 
241
#define C_WEAKEXT       127     /* weak symbol -- GNU extension.  */
 
242
#endif
239
243
 
240
244
/* New storage classes for TI COFF */
241
245
#define C_UEXT          19      /* Tentative external definition */