public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/53314] New: m32r-rtems does not provide crtinit.o and crtfini.o
@ 2012-05-10 22:18 joel at gcc dot gnu.org
  2012-05-16 22:17 ` [Bug target/53314] " joel at gcc dot gnu.org
  2015-01-02 22:36 ` joel at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: joel at gcc dot gnu.org @ 2012-05-10 22:18 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53314

             Bug #: 53314
           Summary: m32r-rtems does not provide crtinit.o and crtfini.o
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: joel@gcc.gnu.org


Unfortunately libgcc is not a component to select. :(

The extra_parts line was lost in the move of libgcc configuration to its own
directory.

m32r-*-rtems*)
    tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
    extra_parts="$extra_parts crtinit.o crtfini.o"
    ;;

Is this OK for the 4.7 branch and the head? RTEMS builds using this on the
head.

diff --git a/libgcc/config.host b/libgcc/config.host
index 14c705b..b79f321 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -679,6 +682,7 @@ m32r-*-elf*)
        ;;
 m32r-*-rtems*)
        tmake_file="$tmake_file m32r/t-m32r t-fdpbit"
+       extra_parts="$extra_parts crtinit.o crtfini.o"
        ;;
 m32rle-*-elf*)
        tmake_file=t-fdpbit


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

* [Bug target/53314] m32r-rtems does not provide crtinit.o and crtfini.o
  2012-05-10 22:18 [Bug target/53314] New: m32r-rtems does not provide crtinit.o and crtfini.o joel at gcc dot gnu.org
@ 2012-05-16 22:17 ` joel at gcc dot gnu.org
  2015-01-02 22:36 ` joel at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: joel at gcc dot gnu.org @ 2012-05-16 22:17 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53314

--- Comment #1 from Joel Sherrill <joel at gcc dot gnu.org> 2012-05-16 20:38:44 UTC ---
Forgot the ChangeLog entry.

2012-05-16  Joel Sherrill <joel.sherrill@oarcorp.com>

    * config.host (m32r-*-rtems*): Include crtinit.o and crtfinit.o
    as extra_parts.


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

* [Bug target/53314] m32r-rtems does not provide crtinit.o and crtfini.o
  2012-05-10 22:18 [Bug target/53314] New: m32r-rtems does not provide crtinit.o and crtfini.o joel at gcc dot gnu.org
  2012-05-16 22:17 ` [Bug target/53314] " joel at gcc dot gnu.org
@ 2015-01-02 22:36 ` joel at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: joel at gcc dot gnu.org @ 2015-01-02 22:36 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53314

Joel Sherrill <joel at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Joel Sherrill <joel at gcc dot gnu.org> ---
I committed a fix for this in 2012 but this PR didn't get closed.


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

end of thread, other threads:[~2015-01-02 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-10 22:18 [Bug target/53314] New: m32r-rtems does not provide crtinit.o and crtfini.o joel at gcc dot gnu.org
2012-05-16 22:17 ` [Bug target/53314] " joel at gcc dot gnu.org
2015-01-02 22:36 ` joel at gcc dot gnu.org

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).