OSDN Git Service

2010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>
authorjoel <joel@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 15 Apr 2010 15:39:47 +0000 (15:39 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 01:02:36 +0000 (10:02 +0900)
* g-socket.adb: A target can have multiple missing errno's.  This
will result in multiple errno's being defined as -1.  Because of this
we can not use a case but must use a series of if's to avoid
a duplicate case error in GNAT.Sockets.Resolve_Error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158382 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ada/ChangeLog

index a5ff222..0d75627 100644 (file)
@@ -1,3 +1,10 @@
+2010-04-15  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * g-socket.adb: A target can have multiple missing errno's.  This
+       will result in multiple errno's being defined as -1.  Because of this
+       we can not use a case but must use a series of if's to avoid 
+       a duplicate case error in GNAT.Sockets.Resolve_Error.
+
 2010-04-15  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc-interface/trans.c (call_to_gnu): Open a nesting level if this is