Annotation of gcc/config/tm-i386isc.h, revision 1.1.1.1

1.1       root        1: /* Definitions for Intel 386 running Interactive Unix System V.  */
                      2: 
                      3: /* Mostly it's like AT&T Unix System V. */
                      4: 
                      5: #include "tm-i386v.h"
                      6: 
                      7: /* Use crt0.o or crt1.o as a startup file and crtn.o as a closing file.  */
                      8: #undef STARTFILE_SPEC
                      9: #define STARTFILE_SPEC \
                     10:   "%{!shlib:%{posix:%{pg:mcrtp1.o%s}%{!pg:%{p:mcrtp1.o%s}%{!p:crtp0.o%s}}}\
                     11:    %{!posix:%{pg:mcrt0.o%s}%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}\
                     12:    %{p:-L/lib/libp} %{pg:-L/lib/libp}}}\
                     13:    %{shlib:%{posix:crtp1.o%s}%{!posix:crt1.o%s}} "
                     14: 
                     15: #define ENDFILE_SPEC "crtn.o%s"
                     16: 
                     17: /* Library spec */
                     18: #undef LIB_SPEC
                     19: #define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc"
                     20: 
                     21: /* caller has to pop the extra argument passed to functions that return
                     22:    structures. */
                     23: 
                     24: #define STRUCT_RETURN_CALLER_POP

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.