Home | History | Annotate | Line # | Download | only in rs6000
t-ppccomm revision 1.1.1.1.8.1
      1  1.1.1.1.8.1  tls LIB2ADD += $(srcdir)/config/rs6000/ibm-ldouble.c \
      2  1.1.1.1.8.1  tls 	   $(srcdir)/config/rs6000/tramp.S
      3  1.1.1.1.8.1  tls 
      4  1.1.1.1.8.1  tls # This can't end up in shared libgcc
      5  1.1.1.1.8.1  tls LIB2ADD_ST += \
      6  1.1.1.1.8.1  tls 	   $(srcdir)/config/rs6000/eabi.S
      7          1.1  mrg 
      8          1.1  mrg # We build {e,n}crti.o and {e,n}crtn.o, which serve to add begin and
      9          1.1  mrg # end labels to all of the special sections used when we link using gcc.
     10          1.1  mrg 
     11          1.1  mrg # Assemble startup files.
     12  1.1.1.1.8.1  tls ecrti$(objext): $(srcdir)/config/rs6000/eabi-ci.S
     13  1.1.1.1.8.1  tls 	$(crt_compile) -c $<
     14          1.1  mrg 
     15  1.1.1.1.8.1  tls ecrtn$(objext): $(srcdir)/config/rs6000/eabi-cn.S
     16  1.1.1.1.8.1  tls 	$(crt_compile) -c $<
     17          1.1  mrg 
     18  1.1.1.1.8.1  tls ncrti$(objext): $(srcdir)/config/rs6000/sol-ci.S
     19  1.1.1.1.8.1  tls 	$(crt_compile) -c $<
     20          1.1  mrg 
     21  1.1.1.1.8.1  tls ncrtn$(objext): $(srcdir)/config/rs6000/sol-cn.S
     22  1.1.1.1.8.1  tls 	$(crt_compile) -c $<
     23