s-winext.ads: Replace representation clause by pragma Pack.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 May 2008 12:52:23 +0000 (14:52 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 May 2008 12:52:23 +0000 (14:52 +0200)
commitf5dac0d772d88d78496319189d9578be5c0f486e
tree03ad2770eef9679ec18f3d353a7d8fbfe07c0163
parent323e61d0143866d73442b3574511d088ff681b0c
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
gcc/ada/adaint.c
gcc/ada/s-os_lib.adb
gcc/ada/s-osinte-irix.ads
gcc/ada/s-winext.ads