16 Jun 2012 16:42
[PATCH] GCC Ada/GNAT configuration for GNU/Hurd
Thomas Schwinge <thomas <at> codesourcery.com>
2012-06-16 14:42:38 GMT
2012-06-16 14:42:38 GMT
Hi!
Here is a patch that adds a basic GCC Ada/GNAT configuration for x86
GNU/Hurd. This has originally been created by Svante Signell for use
with Debian's GCC 4.6 package, and now I have ported it to trunk, and
also applied some further changes.
2012-06-16 Svante Signell <svante.signell <at> telia.com>
Thomas Schwinge <thomas <at> codesourcery.com>
gcc/ada/
* gcc-interface/Makefile.in: Add configuration for x86 GNU/Hurd.
* gsocket.h [__GNU__] (Has_Sockaddr_Len): #define to 1.
* s-oscons-tmplt.c: Add checks for __GNU__ next to several __linux__
and linux conditionals.
* terminals.c [__GNU__]: Don't #include <termio.h>. #define USE_GETPT.
* s-osinte-gnu.ads: New file.
* s-taprop-gnu.adb: Likewise.
There is still room for improvement (and I plan to work on that), but the
test results look very good already, so I'd like to check this in, OK?
=== acats Summary ===
# of expected passes 2311
# of unexpected failures 9
*** FAILURES: c23003b c23003g c23003i c52103x c52104x c52104y cb1010a cb1010c cb1010d
=== gnat Summary ===
# of expected passes 1101
(Continue reading)
RSS Feed