aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-hpux.ads
diff options
context:
space:
mode:
authorLaurent GUERBY <laurent@guerby.net>2005-04-07 19:07:41 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2005-04-07 19:07:41 +0000
commitad9945b50ec36f020b8414555622d815977a08da (patch)
tree508f8d31da5388103ac4d6fca94b41cd0b4adde1 /gcc/ada/system-hpux.ads
parentc908c7683de626a6258463bcd57b54d51770f8bc (diff)
downloadgcc-ad9945b50ec36f020b8414555622d815977a08da.zip
gcc-ad9945b50ec36f020b8414555622d815977a08da.tar.gz
gcc-ad9945b50ec36f020b8414555622d815977a08da.tar.bz2
Makefile.in: Add make ifeq define for hppa linux tasking support.
* Makefile.in: Add make ifeq define for hppa linux tasking support. * system-hpux.ads: Define Signed_Zeros to be True. * system-linux-hppa.ads, s-osinte-linux-hppa.ads: New files. Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca> From-SVN: r97796
Diffstat (limited to 'gcc/ada/system-hpux.ads')
-rw-r--r--gcc/ada/system-hpux.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/system-hpux.ads b/gcc/ada/system-hpux.ads
index 5252fc5..0ac0bb7 100644
--- a/gcc/ada/system-hpux.ads
+++ b/gcc/ada/system-hpux.ads
@@ -130,7 +130,7 @@ private
Machine_Rounds : constant Boolean := True;
OpenVMS : constant Boolean := False;
Preallocated_Stacks : constant Boolean := False;
- Signed_Zeros : constant Boolean := False;
+ Signed_Zeros : constant Boolean := True;
Stack_Check_Default : constant Boolean := False;
Stack_Check_Probes : constant Boolean := False;
Support_64_Bit_Divides : constant Boolean := True;