PATCH: PR 8314

Mark Mitchell mark@codesourcery.com
Sun Nov 10 22:03:00 GMT 2002


At Joel Sherrill's request, I've committed the patch for PR 8314 that
was in the PR, to both the branch and the mainline.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2002-11-10  Joel Sherrill <joel@gcc.gnu.org>

	* config/m68k/t-crtstuff (crti.o): Use this...
	($(T)crti.o): ... instead.
	(crtn.o): Use this...
	($(T)crtn.o): ... instead.

Index: t-crtstuff
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/t-crtstuff,v
retrieving revision 1.1
diff -c -5 -p -r1.1 t-crtstuff
*** t-crtstuff	14 Sep 1999 09:52:09 -0000	1.1
--- t-crtstuff	11 Nov 2002 06:00:51 -0000
***************
*** 1,11 ****
- # from ../t-svr4
- EXTRA_PARTS=crtbegin.o crtend.o crti.o crtn.o
- 
  # Add flags here as required.
  CRTSTUFF_T_CFLAGS =
  
  # Assemble startup files.
! crti.o: $(srcdir)/config/m68k/crti.s $(GCC_PASSES)
! 	$(GCC_FOR_TARGET) -c -o crti.o $(srcdir)/config/m68k/crti.s
! crtn.o: $(srcdir)/config/m68k/crtn.s $(GCC_PASSES)
! 	$(GCC_FOR_TARGET) -c -o crtn.o $(srcdir)/config/m68k/crtn.s
--- 1,8 ----
  # Add flags here as required.
  CRTSTUFF_T_CFLAGS =
  
  # Assemble startup files.
! $(T)crti.o: $(srcdir)/config/m68k/crti.s $(GCC_PASSES)
!        $(GCC_FOR_TARGET) -c -o $(T)crti.o $(srcdir)/config/m68k/crti.s
! $(T)crtn.o: $(srcdir)/config/m68k/crtn.s $(GCC_PASSES)
!        $(GCC_FOR_TARGET) -c -o $(T)crtn.o $(srcdir)/config/m68k/crtn.s



More information about the Gcc-patches mailing list