diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-20 14:52:23 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-20 14:52:23 +0200 |
commit | f5dac0d772d88d78496319189d9578be5c0f486e (patch) | |
tree | 03ad2770eef9679ec18f3d353a7d8fbfe07c0163 /gcc/ada/adaint.c | |
parent | 323e61d0143866d73442b3574511d088ff681b0c (diff) | |
download | gcc-f5dac0d772d88d78496319189d9578be5c0f486e.zip gcc-f5dac0d772d88d78496319189d9578be5c0f486e.tar.gz gcc-f5dac0d772d88d78496319189d9578be5c0f486e.tar.bz2 |
s-winext.ads: Replace representation clause by pragma Pack.
* s-winext.ads: Replace representation clause by pragma Pack. Gives
equivalent representation, but has the advantage of allowing
compilation of this file under 64 bits platforms.
* s-os_lib.adb (Normalize_Pathname): Mark Cur_Dir constant.
* s-osinte-irix.ads: (Alternate_Stack_Size): Add dummy declaration.
* adaint.c:
Don't define dummy implementation of convert_addresses on ppc-linux.
From-SVN: r135649
Diffstat (limited to 'gcc/ada/adaint.c')
-rw-r--r-- | gcc/ada/adaint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/adaint.c b/gcc/ada/adaint.c index 62e540c..391a424 100644 --- a/gcc/ada/adaint.c +++ b/gcc/ada/adaint.c @@ -2882,6 +2882,7 @@ _flush_cache() && defined (__SVR4)) \ && ! (defined (linux) && (defined (i386) || defined (__x86_64__))) \ && ! (defined (linux) && defined (__ia64__)) \ + && ! (defined (linux) && defined (powerpc)) \ && ! defined (__FreeBSD__) \ && ! defined (__hpux__) \ && ! defined (__APPLE__) \ |