Changeset 478


Ignore:
Timestamp:
Jul 30, 2003, 12:45:44 AM (22 years ago)
Author:
bird
Message:

#483: Enabled symbol aliases. (SET_ASM_OP)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r477 r478  
    164164#define ASM_OUTPUT_ALIGN(FILE,LOG)      \
    165165    if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", LOG)
     166
     167/* Enabling aliasing. This is wanted especially for weak externals with
     168   defaults. (#483) */
     169#define SET_ASM_OP      "\t.set\t"
     170
    166171
    167172/*******************************************************************
Note: See TracChangeset for help on using the changeset viewer.