r158382 - in /trunk/gcc/ada: ChangeLog g-socket...
joel@gcc.gnu.org
joel@gcc.gnu.org
Thu Apr 15 15:39:00 GMT 2010
Author: joel
Date: Thu Apr 15 15:39:47 2010
New Revision: 158382
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158382
Log:
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.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/g-socket.adb
More information about the Gcc-cvs
mailing list