Changeset 810 for trunk/src/gcc


Ignore:
Timestamp:
Oct 6, 2003, 2:55:10 AM (22 years ago)
Author:
bird
Message:

#608: High memory support.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.21 to 1.22
    r809 r810  
    267267  "%(cpp_cpu) "                                                                \
    268268  "%{posix:-D_POSIX_SOURCE} "                                                  \
    269   "%{Zmt*:} "                                                                  \
     269  "%{Zmt*:} %{Zlow-mem:} "                                                     \
    270270  "%{pg:-D__GPROF__} "                                                         \
    271271  "%{mepilogue:-D__EPILOGUE__} "                                               \
     
    315315/* Override the default crt0 files.  */
    316316#define STARTFILE_SPEC                                                         \
    317   "%{Zdll:dll0%O%{Zomf:bj}%s}"                                                 \
     317  "%{Zdll:dll0%{Zhigh-mem:hi}%O%{Zomf:bj}%s}"                                  \
    318318  "%{!Zdll:%{pg:gcrt0%O%{Zomf:bj}%s}"                                          \
    319           "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}%{!p:crt0%O%{Zomf:bj}%s}}}"\
     319          "%{!pg:%{pn:gcrt0%O%{Zomf:bj}%s}%{!pn:%{p:mcrt0%O%{Zomf:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%O%{Zomf:bj}%s}}}"\
    320320         " %{Zbin-files:binmode%O%{Zomf:bj}%s} %{Zsmall-conv:smallcnv%O%{Zomf:bj}%s}}"
    321321
     
    348348  "%(cpp_cpu) "                                                                \
    349349  "%{posix:-D_POSIX_SOURCE} "                                                  \
    350   "%{Zmt*:} "                                                                  \
     350  "%{Zmt*:} %{Zlow-mem:} "                                                     \
    351351  "%{pg:-D__GPROF__} "                                                         \
    352352  "%{mepilogue:-D__EPILOGUE__} "                                               \
     
    396396/* Override the default crt0 files.  */
    397397#define STARTFILE_SPEC                                                         \
    398   "%{Zdll:dll0%O%{!Zaout:bj}%s}"                                               \
     398  "%{Zdll:dll0%{Zhigh-mem:hi}%O%{!Zaout:bj}%s}"                                        \
    399399  "%{!Zdll:%{pg:gcrt0%O%{!Zaout:bj}%s}"                                        \
    400           "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%O%{!Zaout:bj}%s}}}"\
     400          "%{!pg:%{pn:gcrt0%O%{!Zaout:bj}%s}%{!pn:%{p:mcrt0%O%{!Zaout:bj}%s}%{!p:crt0%{Zhigh-mem:hi}%O%{!Zaout:bj}%s}}}"\
    401401         " %{Zbin-files:binmode%O%{!Zaout:bj}%s} %{Zsmall-conv:smallcnv%O%{!Zaout:bj}%s}}"
    402402
Note: See TracChangeset for help on using the changeset viewer.