Changeset 1242


Ignore:
Timestamp:
Feb 15, 2004, 8:15:00 AM (21 years ago)
Author:
bird
Message:

Align using breakpoint instructions.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.26 to 1.27
    r1241 r1242  
    180180
    181181/* This is how to output an assembler line that says to advance the
    182    location counter to a multiple of 2**LOG bytes.  */
     182   location counter to a multiple of 2**LOG bytes.
     183   bird: Pad using int 3. */
    183184#undef ASM_OUTPUT_ALIGN
    184185#define ASM_OUTPUT_ALIGN(FILE,LOG)      \
    185     if ((LOG)!=0) fprintf ((FILE), "\t.align %d\n", LOG)
     186    if ((LOG)!=0) fprintf ((FILE), "\t.align %d,0xcc\n", LOG)
    186187
    187188/* Enabling aliasing. This is wanted especially for weak externals with
Note: See TracChangeset for help on using the changeset viewer.