public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: other/8314: m68k-elf/rtems should multilib crt[begin|end].o
@ 2002-11-19 15:10 Joel Sherrill
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Sherrill @ 2002-11-19 15:10 UTC (permalink / raw)
  To: law; +Cc: gcc-prs

The following reply was made to PR other/8314; it has been noted by GNATS.

From: Joel Sherrill <joel.sherrill@OARcorp.com>
To: mmitchel@gcc.gnu.org, ccj@acm.org, gcc-bugs@gcc.gnu.org,
 	gcc-prs@gcc.gnu.org, joel@gcc.gnu.org, law@gcc.gnu.org,
 	pirovano.thysys@tiscalinet.it, gcc-gnats@gcc.gnu.org
Cc:  
Subject: Re: other/8314: m68k-elf/rtems should multilib crt[begin|end].o
Date: Tue, 12 Nov 2002 08:14:24 -0600

 This also applies to the head.  Was it applied there as well?
 
 mmitchel@gcc.gnu.org wrote:
 > 
 > Synopsis: m68k-elf/rtems should multilib crt[begin|end].o
 > 
 > State-Changed-From-To: feedback->closed
 > State-Changed-By: mmitchel
 > State-Changed-When: Sun Nov 10 22:03:45 2002
 > State-Changed-Why:
 >     Fixed in GCC 3.2.1 by applying the patch in the audit trail.
 > 
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8314
 
 -- 
 Joel Sherrill, Ph.D.             Director of Research & Development
 joel@OARcorp.com                 On-Line Applications Research
 Ask me about RTEMS: a free RTOS  Huntsville AL 35805
 Support Available                (256) 722-9985


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: other/8314: m68k-elf/rtems should multilib crt[begin|end].o
@ 2002-11-10 22:03 mmitchel
  0 siblings, 0 replies; 5+ messages in thread
From: mmitchel @ 2002-11-10 22:03 UTC (permalink / raw)
  To: ccj, gcc-bugs, gcc-prs, joel, law, pirovano.thysys

Synopsis: m68k-elf/rtems should multilib crt[begin|end].o

State-Changed-From-To: feedback->closed
State-Changed-By: mmitchel
State-Changed-When: Sun Nov 10 22:03:45 2002
State-Changed-Why:
    Fixed in GCC 3.2.1 by applying the patch in the audit trail.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: other/8314: m68k-elf/rtems should multilib crt[begin|end].o
@ 2002-10-23 10:15 joel
  0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2002-10-23 10:15 UTC (permalink / raw)
  To: ccj, gcc-bugs, gcc-prs, joel, law, nobody, pirovano.thysys

Synopsis: m68k-elf/rtems should multilib crt[begin|end].o

Responsible-Changed-From-To: unassigned->law
Responsible-Changed-By: joel
Responsible-Changed-When: Wed Oct 23 10:15:25 2002
Responsible-Changed-Why:
    Jeff is listed as m68k maintainer.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: other/8314: m68k-elf/rtems should multilib crt[begin|end].o
@ 2002-10-22 15:50 joel
  0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2002-10-22 15:50 UTC (permalink / raw)
  To: ccj, gcc-bugs, gcc-prs, joel, nobody, pirovano.thysys

Synopsis: m68k-elf/rtems should multilib crt[begin|end].o

State-Changed-From-To: open->feedback
State-Changed-By: joel
State-Changed-When: Tue Oct 22 15:50:25 2002
State-Changed-Why:
    Original patch broken.  Testing this now:
    
    diff -uNr /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff gcc-3.2/gcc/config/m68k/t-crtstuff
    --- /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff  Tue Sep 14 04:52:09 1999
    +++ gcc-3.2/gcc/config/m68k/t-crtstuff  Tue Oct 22 17:47:14 2002
    @@ -1,11 +1,10 @@
    -# from ../t-svr4
    -EXTRA_PARTS=crtbegin.o crtend.o crti.o crtn.o
    +EXTRA_MULTILIB_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
    +$(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

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8314


^ permalink raw reply	[flat|nested] 5+ messages in thread

* other/8314: m68k-elf/rtems should multilib crt[begin|end].o
@ 2002-10-22 15:46 joel
  0 siblings, 0 replies; 5+ messages in thread
From: joel @ 2002-10-22 15:46 UTC (permalink / raw)
  To: gcc-gnats; +Cc: pirovano.thysys, ccj


>Number:         8314
>Category:       other
>Synopsis:       m68k-elf/rtems should multilib crt[begin|end].o
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 22 15:46:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     joel@gcc.gnu.org
>Release:        gcc 3.2
>Organization:
>Environment:
Target m68k-elf and m68k-rtems
>Description:
crtbegin.o and crtend.o are compiled from C and 
when must be compiled with appropriate CPU options
to generate correct code on coldfire models. 
>How-To-Repeat:

>Fix:
2002-10-22	Joel Sherrill <joel@OARcorp.com>

	* config/m68k/t-crtstuff: Include crti.o, crtn.o, crtbegin.o
	and crtend.o as multilib items.

diff -uNr /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff gcc-3.2/gcc/config/m68k/t-crtstuff
--- /usr1/rtems/work-tools/original/gcc-3.2/gcc/config/m68k/t-crtstuff  Tue Sep 14 04:52:09 1999
+++ gcc-3.2/gcc/config/m68k/t-crtstuff  Tue Oct 22 17:24:52 2002
@@ -1,5 +1,4 @@
-# from ../t-svr4
-EXTRA_PARTS=crtbegin.o crtend.o crti.o crtn.o
+EXTRA_MULTILIB_PARTS=crtbegin.o crtend.o crti.o crtn.o

 # Add flags here as required.
 CRTSTUFF_T_CFLAGS =
>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-12 14:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-19 15:10 other/8314: m68k-elf/rtems should multilib crt[begin|end].o Joel Sherrill
  -- strict thread matches above, loose matches on Subject: below --
2002-11-10 22:03 mmitchel
2002-10-23 10:15 joel
2002-10-22 15:50 joel
2002-10-22 15:46 joel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).