Changeset 1448


Ignore:
Timestamp:
Aug 1, 2004, 9:05:45 PM (21 years ago)
Author:
bird
Message:

-Zfork for the aout version too.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.30 to 1.31
    r1447 r1448  
    198198/* Write a function name in assembly (bad i386.c forces this here). */
    199199#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL)  \
    200       ASM_OUTPUT_LABEL (FILE, NAME);                                   
     200      ASM_OUTPUT_LABEL (FILE, NAME);
    201201
    202202/* Use `#' instead of `/' as assembler comments */
     
    234234/* Use FUNCTION_EPILOGUE */
    235235#define TARGET_EPILOGUE                 (target_flags & MASK_EPILOGUE)
    236                                    
     236
    237237
    238238/* By default, target has a 80387, uses IEEE compatible arithmetic,
     
    313313  "%{pg:-D__GPROF__} "                                                         \
    314314  "%{mepilogue:-D__EPILOGUE__} "                                               \
    315   "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} "                             
     315  "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} "
    316316
    317317/* -s to -Zstrip and -Zomf must be passed down. */
     
    347347  "%{!shared-libgcc:%{!static-libgcc:%{!static*:-lgcc%v1%v2%v3}}}"             \
    348348  "%{!shared-libgcc:%{static-libgcc|static:-lgcc_eh -lgcc}}"
    349 #endif 
     349#endif
    350350
    351351/* We have a shared libgcc, but don't need this extra handling. */
     
    359359  "-los2%{p|pg:_p}"
    360360
    361 /* Override the default crt0 files. 
     361/* Override the default crt0 files.
    362362   bird: we might consider kicking gcrt & mcrt stuff now... */
    363363#define STARTFILE_SPEC                                                         \
     
    400400  "%{pg:-D__GPROF__} "                                                         \
    401401  "%{mepilogue:-D__EPILOGUE__} "                                               \
    402   "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} "                             
     402  "%{mprobe|mstack-arg-probe:-D__STACK_PROBE__} "
    403403
    404404/* -s to -Zstrip and -Zomf must be passed down. */
     
    433433  "-lc_alias "                                                                 \
    434434  "%{!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}"
    436436
    437437/* Override the default crt0 files.  */
    438438#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}"                   \
    440440  "%{!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}}}"\
    442442         " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}"
    443443
Note: See TracChangeset for help on using the changeset viewer.