[Bug ada/40857] Ada broken on newlib-based platforms.

2009-07-25 Thread davek at gcc dot gnu dot org
--- Comment #2 from davek at gcc dot gnu dot org 2009-07-25 16:06 --- *** This bug has been marked as a duplicate of 40578 *** -- davek at gcc dot gnu dot org changed: What|Removed |Added --

[Bug ada/40857] Ada broken on newlib-based platforms.

2009-07-25 Thread davek at gcc dot gnu dot org
--- Comment #1 from davek at gcc dot gnu dot org 2009-07-25 15:09 --- This is how adaint.h uses the FOPEN, etc. macros to conceal the 32/64 file i/o selection: #if defined (__GLIBC__) || defined (sun) || defined (__sgi) #define FOPEN fopen64 #define STAT stat64 #define FSTAT fstat64 #d