Changeset 650


Ignore:
Timestamp:
Sep 7, 2003, 8:16:12 AM (22 years ago)
Author:
zap
Message:

.

Location:
trunk/src/gcc/gcc/config/i386
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config/i386/emx-libgcc1.asm

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r649 r650  
    44//
    55
    6 //*******************************//
    7 // emx support functions for gcc //
    8 //*******************************//
    9 
    10 #include <emx/asm386.h>
     6// Avoid including emx/asm386.h
     7#define ALIGN   .align  2, 0x90
     8
     9#define LABEL0(name)    _##name
     10#define LABEL(name)     LABEL0(name)
     11
     12#if defined (__EPILOGUE__)
     13#define EPILOGUE_NO_RET(name) LABEL(__POST$##name):
     14#else
     15#define EPILOGUE_NO_RET(name)
     16#endif
    1117
    1218                .text
  • trunk/src/gcc/gcc/config/i386/emx.h

    • Property cvs2svn:cvs-rev changed from 1.16 to 1.17
    r649 r650  
    307307  "-lc_alias "                                                                 \
    308308  "%{!static:-lc_dll}"                                                         \
    309   "%{static*:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}"          \
     309  "%{static:-lc%{p|pg:_p} %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}"           \
    310310
    311311/* Override the default crt0 files.  */
  • trunk/src/gcc/gcc/config/i386/i386.c

    • Property cvs2svn:cvs-rev changed from 1.10 to 1.11
    r649 r650  
    23772377                  cum->ec_slots--;
    23782378                }
     2379#ifdef NOT_WORKING_YET
    23792380              else if (TREE_CODE (type) == REAL_TYPE)
    23802381                {
     
    23982399                    return;
    23992400                }
     2401#endif
    24002402              else
    24012403                {
Note: See TracChangeset for help on using the changeset viewer.