public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/19488] New: RTEMS Ada RTS doesn't compile
@ 2005-01-17 17:57 joel at gcc dot gnu dot org
  2005-01-17 17:59 ` [Bug ada/19488] " joel at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2005-01-17 17:57 UTC (permalink / raw)
  To: gcc-bugs

There are some minor RTEMS specific issues in the Ada RTS which prevent any
RTEMS target from building.

2005-01-17  Joel Sherrill <joel.sherrill@oarcorp.com>

        * 5rtpopsp.adb: Initialize ATCB_Key and fix style.
        * gsocket.h: Do not include <sys/socket.h> with RTEMS either.

-- 
           Summary: RTEMS Ada RTS doesn't compile
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: joel at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org,laurent at guerby dot
                    net
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: *-rtems*


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


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

* [Bug ada/19488] RTEMS Ada RTS doesn't compile
  2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
@ 2005-01-17 17:59 ` joel at gcc dot gnu dot org
  2005-01-18  9:33 ` charlet at adacore dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2005-01-17 17:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From joel at gcc dot gnu dot org  2005-01-17 17:59 -------
Created an attachment (id=7974)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7974&action=view)
RTEMS specific fixes to Ada RTS to allow compilation

The RTEMS GNAT port does NOT use ATCB_Key but I had to find a way to initialize

it to make the compiler happy.	If there is a better way to initialize it, 
feel free to point it out.

The fixes are minor and only to eliminate compiler errors.

-- 


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


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

* [Bug ada/19488] RTEMS Ada RTS doesn't compile
  2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
  2005-01-17 17:59 ` [Bug ada/19488] " joel at gcc dot gnu dot org
@ 2005-01-18  9:33 ` charlet at adacore dot com
  2005-01-18 14:43 ` joel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: charlet at adacore dot com @ 2005-01-18  9:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at adacore dot com  2005-01-18 09:33 -------
Subject: Re:  RTEMS Ada RTS doesn't compile

Could you please submit your patch(es) for review on gcc-patches ?
Thanks in advance.

Arno


-- 


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


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

* [Bug ada/19488] RTEMS Ada RTS doesn't compile
  2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
  2005-01-17 17:59 ` [Bug ada/19488] " joel at gcc dot gnu dot org
  2005-01-18  9:33 ` charlet at adacore dot com
@ 2005-01-18 14:43 ` joel at gcc dot gnu dot org
  2005-01-27 11:53 ` cvs-commit at gcc dot gnu dot org
  2005-02-02 17:54 ` laurent@guerby.net
  4 siblings, 0 replies; 6+ messages in thread
From: joel at gcc dot gnu dot org @ 2005-01-18 14:43 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |19489
              nThis|                            |


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


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

* [Bug ada/19488] RTEMS Ada RTS doesn't compile
  2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2005-01-18 14:43 ` joel at gcc dot gnu dot org
@ 2005-01-27 11:53 ` cvs-commit at gcc dot gnu dot org
  2005-02-02 17:54 ` laurent@guerby.net
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-01-27 11:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-27 11:53 -------
Subject: Bug 19488

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	guerby@gcc.gnu.org	2005-01-27 11:52:50

Modified files:
	gcc/ada        : ChangeLog 5rosinte.ads 5rtpopsp.adb gsocket.h 

Log message:
	2005-01-27  Joel Sherrill <joel.sherrill@oarcorp.com>
	Laurent GUERBY <laurent@guerby.net>
	
	PR ada/19488
	* 5rosinte.ads: Add No_Key constant.
	* 5rtpopsp.adb: Initialize ATCB_Key with No_Key and fix style.
	* gsocket.h: Do not include <sys/socket.h> with RTEMS either.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.629&r2=1.630
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/5rosinte.ads.diff?cvsroot=gcc&r1=1.6&r2=1.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/5rtpopsp.adb.diff?cvsroot=gcc&r1=1.3&r2=1.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/gsocket.h.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


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

* [Bug ada/19488] RTEMS Ada RTS doesn't compile
  2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2005-01-27 11:53 ` cvs-commit at gcc dot gnu dot org
@ 2005-02-02 17:54 ` laurent@guerby.net
  4 siblings, 0 replies; 6+ messages in thread
From: laurent@guerby.net @ 2005-02-02 17:54 UTC (permalink / raw)
  To: gcc-bugs

------- Additional Comments From laurent at guerby dot net  2005-02-06 09:50 -------
Fixed by last commit
------- Additional Comments From laurent at guerby dot net  2005-02-06 09:57 -------
Fixed by last commit

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


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


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

end of thread, other threads:[~2005-02-02 17:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-17 17:57 [Bug ada/19488] New: RTEMS Ada RTS doesn't compile joel at gcc dot gnu dot org
2005-01-17 17:59 ` [Bug ada/19488] " joel at gcc dot gnu dot org
2005-01-18  9:33 ` charlet at adacore dot com
2005-01-18 14:43 ` joel at gcc dot gnu dot org
2005-01-27 11:53 ` cvs-commit at gcc dot gnu dot org
2005-02-02 17:54 ` laurent@guerby.net

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