Changeset 1448
- Timestamp:
- Aug 1, 2004, 9:05:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/config/i386/emx.h
-
Property cvs2svn:cvs-rev
changed from
1.30
to1.31
r1447 r1448 198 198 /* Write a function name in assembly (bad i386.c forces this here). */ 199 199 #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ 200 ASM_OUTPUT_LABEL (FILE, NAME); 200 ASM_OUTPUT_LABEL (FILE, NAME); 201 201 202 202 /* Use `#' instead of `/' as assembler comments */ … … 234 234 /* Use FUNCTION_EPILOGUE */ 235 235 #define TARGET_EPILOGUE (target_flags & MASK_EPILOGUE) 236 236 237 237 238 238 /* By default, target has a 80387, uses IEEE compatible arithmetic, … … 313 313 "%{pg:-D__GPROF__} " \ 314 314 "%{mepilogue:-D__EPILOGUE__} " \ 315 "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} " 315 "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} " 316 316 317 317 /* -s to -Zstrip and -Zomf must be passed down. */ … … 347 347 "%{!shared-libgcc:%{!static-libgcc:%{!static*:-lgcc%v1%v2%v3}}}" \ 348 348 "%{!shared-libgcc:%{static-libgcc|static:-lgcc_eh -lgcc}}" 349 #endif 349 #endif 350 350 351 351 /* We have a shared libgcc, but don't need this extra handling. */ … … 359 359 "-los2%{p|pg:_p}" 360 360 361 /* Override the default crt0 files. 361 /* Override the default crt0 files. 362 362 bird: we might consider kicking gcrt & mcrt stuff now... */ 363 363 #define STARTFILE_SPEC \ … … 400 400 "%{pg:-D__GPROF__} " \ 401 401 "%{mepilogue:-D__EPILOGUE__} " \ 402 "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} " 402 "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} " 403 403 404 404 /* -s to -Zstrip and -Zomf must be passed down. */ … … 433 433 "-lc_alias " \ 434 434 "%{!static:-lc_dll}" \ 435 "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}" \435 "%{static:-lc%{p|pg:_p}_s %{!Zdll:-lc_app%{pg:_p}}} -los2%{p|pg:_p}" 436 436 437 437 /* Override the default crt0 files. */ 438 438 #define STARTFILE_SPEC \ 439 "%{Zdll:dll0%{Zhigh-mem:hi}% O%{!Zaout:bj}%s}"\439 "%{Zdll:dll0%{Zhigh-mem:hi}%{Zfork:fork}%O%{!Zaout:bj}%s}" \ 440 440 "%{!Zdll:%{pg:gcrt0%O%{!Zaout:bj}%s}" \ 441 "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}% O%{!Zaout:bj}%s}}}"\441 "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%{Zfork:fork}%O%{!Zaout:bj}%s}}}"\ 442 442 " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}" 443 443 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.