public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
@ 2003-05-26  5:57 inaoka.kazuhiro@renesas.com
  2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: inaoka.kazuhiro@renesas.com @ 2003-05-26  5:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: [m32r-elf] miss install crtini.o crtfini.o for m32rx
                    target.
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: inaoka.kazuhiro@renesas.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m32r-elf

Crtini.o and crtfini.o for m32rx target are built, but not installed.

sample file:
hello.c
int main()
{
  return 0;
}

command line:
m32r-elf-gcc -m32rx hello.c

status log:
/usr/local/m32r-org/lib/gcc-lib/m32r-elf/3.3/../../../../m32r-elf/bin/ld: 
cannot open m32rx/crtinit.o: No such file or directory
collect2: ld returned 1 exit status

The following was a patch:(on gcc-3.2.3)
http://gcc.gnu.org/ml/gcc-patches/2003-04/msg01202.html



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
@ 2003-05-26  6:42 ` dhazeghi@yahoo.com
  2003-05-26 10:54 ` inaoka.kazuhiro@renesas.com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-26  6:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-26 06:18 -------
Hello,

does the proposed patch you sent work with gcc 3.3 and mainline? Can you attach it to this PR so 
it doesn't get lost? Perhaps you should try resending it to the gcc-patches list this Monday 
(hopefully it won't be overlooked again). Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
  2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
@ 2003-05-26 10:54 ` inaoka.kazuhiro@renesas.com
  2003-05-26 14:43 ` pinskia@physics.uc.edu
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: inaoka.kazuhiro@renesas.com @ 2003-05-26 10:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From inaoka.kazuhiro@renesas.com  2003-05-26 10:09 -------
Created an attachment (id=4075)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4075&action=view)
PATCH

Patch for gcc-3.3.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
  2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
  2003-05-26 10:54 ` inaoka.kazuhiro@renesas.com
@ 2003-05-26 14:43 ` pinskia@physics.uc.edu
  2003-06-01  2:57 ` bangerth@dealii.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-26 14:43 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-26 14:34:40
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-26 14:34 -------
still an issue for 3.3, updated patch there.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
                   ` (2 preceding siblings ...)
  2003-05-26 14:43 ` pinskia@physics.uc.edu
@ 2003-06-01  2:57 ` bangerth@dealii.org
  2003-06-02 11:49 ` nickc@redhat.com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bangerth@dealii.org @ 2003-06-01  2:57 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth@dealii.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc@redhat.com


------- Additional Comments From bangerth@dealii.org  2003-06-01 02:57 -------
Nick, you're the maintainer of this port -- are you aware of the patch in
this PR?

Thanks
  W.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
                   ` (3 preceding siblings ...)
  2003-06-01  2:57 ` bangerth@dealii.org
@ 2003-06-02 11:49 ` nickc@redhat.com
  2003-06-02 17:38 ` dhazeghi@yahoo.com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: nickc@redhat.com @ 2003-06-02 11:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From nickc@redhat.com  2003-06-02 11:49 -------
Subject: Re:  [m32r-elf] miss install crtini.o crtfini.o
 for m32rx target.

Hi Bangerth,

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

> Nick, you're the maintainer of this port -- are you aware of the
> patch in this PR?

No I wasn't.  Thanks very much for pointing it out.  I have now
applied the patch.

Cheers
        Nick
        





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
                   ` (4 preceding siblings ...)
  2003-06-02 11:49 ` nickc@redhat.com
@ 2003-06-02 17:38 ` dhazeghi@yahoo.com
  2003-06-03  8:52 ` nickc@redhat.com
  2003-06-03 10:36 ` dhazeghi@yahoo.com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02 17:38 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 17:38 -------
Fixes committed on mainline by Nick Clifton:
http://gcc.gnu.org/ml/gcc-cvs/2003-06/msg00047.html
http://gcc.gnu.org/ml/gcc-cvs/2003-06/msg00046.html

Should these fixes also go into 3.3 branch as well?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
                   ` (5 preceding siblings ...)
  2003-06-02 17:38 ` dhazeghi@yahoo.com
@ 2003-06-03  8:52 ` nickc@redhat.com
  2003-06-03 10:36 ` dhazeghi@yahoo.com
  7 siblings, 0 replies; 9+ messages in thread
From: nickc@redhat.com @ 2003-06-03  8:52 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From nickc@redhat.com  2003-06-03 08:52 -------
Subject: Re:  [m32r-elf] miss install crtini.o crtfini.o
 for m32rx target.

> "dhazeghi@yahoo.com" <gcc-bugzilla@gcc.gnu.org> writes:

> Should these fixes also go into 3.3 branch as well?

Yup - done.

Cheers
        Nick
        





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug target/10978] [m32r-elf] miss install crtini.o crtfini.o for m32rx target.
  2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
                   ` (6 preceding siblings ...)
  2003-06-03  8:52 ` nickc@redhat.com
@ 2003-06-03 10:36 ` dhazeghi@yahoo.com
  7 siblings, 0 replies; 9+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-03 10:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

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


------- Additional Comments From dhazeghi@yahoo.com  2003-06-03 10:32 -------
Fixes committed to both branches. Closed. Thanks for the quick review Nick!



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2003-06-03 10:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26  5:57 [Bug target/10978] New: [m32r-elf] miss install crtini.o crtfini.o for m32rx target inaoka.kazuhiro@renesas.com
2003-05-26  6:42 ` [Bug target/10978] " dhazeghi@yahoo.com
2003-05-26 10:54 ` inaoka.kazuhiro@renesas.com
2003-05-26 14:43 ` pinskia@physics.uc.edu
2003-06-01  2:57 ` bangerth@dealii.org
2003-06-02 11:49 ` nickc@redhat.com
2003-06-02 17:38 ` dhazeghi@yahoo.com
2003-06-03  8:52 ` nickc@redhat.com
2003-06-03 10:36 ` dhazeghi@yahoo.com

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