type Nanoseconds_T is new Interfaces.C.long;
thereby restoring compliance with POSIX.
I'm really sorry that I don't have the time to propose a proper patch
but if someone does, I'd be happy to review it.
--
Ludovic Brenta.
ong" patch solved the problem reported on Debian,
though).
2011-08-11 Ludovic Brenta
PR ada/50048
* gcc-interface/Makefile.in (INCLUDES): replace -I- with
-iquote.
Index: b/src/gcc/ada/gcc-interface/Makefile.in
===
OK to apply as trivial?
2011-08-11 Ludovic Brenta
PR ada/50048
* gcc-interface/Makefile.in (INCLUDES): replace -I- with
-iquote.
--- a/src/gcc/ada/gcc-interface/Makefile.in
+++ b/src/gcc/ada/gcc-interface/Makefile.in
@@ -247,7 +247,7 @@
# Both . and srcdir are used
ge you suggested in both files.
> OK with the above changes.
Thanks for your comments.
2011-08-05 Ludovic Brenta
PR ada/49944
* s-osinte-freebsd.ads: Update copyright years. Minor reformatting.
(Stack_Base_Available): Correct comments.
* s-osinte-kfreeb
d in the original place,
s-osinte-freebsd.ads. I hope the changelog entry is more correct, too.
2011-08-05 Ludovic Brenta
PR ada/49944
* s-osinte-freebsd.ads:
- update copyright years.
- minor reformatting.
(Stack_Base_Available): correct comments.
Pursuant to Arno's comments on PR ada/49444, here is another patch that
allows GCC to compile with Ada support on Debian GNU/kFreeBSD.
2011-08-04 Ludovic Brenta
* gcc/ada/gcc-interface/Makefile.in (kfreebsd%):
- use s-taprop-posix.ad[bs] instead of s-taprop-linux.ad[bs]
nction may be available or not,
+ -- depending on the version of the system.
private
Index: b/src/gcc/ada/ChangeLog
===
--- a/src/gcc/ada/ChangeLog
+++ b/src/gcc/ada/ChangeLog
@@ -0,0 +1,15 @@
+2011-08-02 Ludovic Brenta
+
+
rc/gcc/ada/ChangeLog
===
--- a/src/gcc/ada/ChangeLog
+++ b/src/gcc/ada/ChangeLog
@@ -0,0 +1,6 @@
+2011-08-02 Ludovic Brenta
+
+ PR ada/49940
+ * s-osinte-kfreebsd-gnu.ads (lwp_self): import pthread_self, as on
+ FreeBSD.
+
--
Ludovic Brenta.