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/s-osinte-irix.ads | |
parent | 323e61d0143866d73442b3574511d088ff681b0c (diff) | |
download | gcc-f5dac0d772d88d78496319189d9578be5c0f486e.tar.gz |
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/s-osinte-irix.ads')
-rw-r--r-- | gcc/ada/s-osinte-irix.ads | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ada/s-osinte-irix.ads b/gcc/ada/s-osinte-irix.ads index 15bd4007225..01b01b54222 100644 --- a/gcc/ada/s-osinte-irix.ads +++ b/gcc/ada/s-osinte-irix.ads @@ -261,6 +261,13 @@ package System.OS_Interface is PTHREAD_CREATE_DETACHED : constant := 1; + ----------- + -- Stack -- + ----------- + + Alternate_Stack_Size : constant := 0; + -- No alternate signal stack is used on this platform + --------------------------------------- -- Nonstandard Thread Initialization -- --------------------------------------- |