Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/include/aout/aout64.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    323323#define N_WEAKD 0x10            /* Weak data symbol.  */
    324324#define N_WEAKB 0x11            /* Weak bss symbol.  */
     325
     326/* emx-specific symbols.  */
     327#define N_IMP1 0x68             /* Import reference (emx specific) */
     328#define N_IMP2 0x6a             /* Import definition (emx specific) */
    325329
    326330/* Relocations
Note: See TracChangeset for help on using the changeset viewer.