Changeset 650
- Timestamp:
- Sep 7, 2003, 8:16:12 AM (22 years ago)
- 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
to1.3
r649 r650 4 4 // 5 5 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 11 17 12 18 .text -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.16
to1.17
r649 r650 307 307 "-lc_alias " \ 308 308 "%{!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}" \ 310 310 311 311 /* Override the default crt0 files. */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/gcc/gcc/config/i386/i386.c
-
Property cvs2svn:cvs-rev
changed from
1.10
to1.11
r649 r650 2377 2377 cum->ec_slots--; 2378 2378 } 2379 #ifdef NOT_WORKING_YET 2379 2380 else if (TREE_CODE (type) == REAL_TYPE) 2380 2381 { … … 2398 2399 return; 2399 2400 } 2401 #endif 2400 2402 else 2401 2403 { -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.