summaryrefslogtreecommitdiff
path: root/gcc/ada/system-hpux.ads
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-07 19:07:41 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-07 19:07:41 +0000
commit5698cf5c8bd7009c455b40630115856e85f78c59 (patch)
tree508f8d31da5388103ac4d6fca94b41cd0b4adde1 /gcc/ada/system-hpux.ads
parent9cd73117af31b9ef1dedfe74c1fbbf73999acfe1 (diff)
downloadgcc-5698cf5c8bd7009c455b40630115856e85f78c59.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97796 138bc75d-0d04-0410-961f-82ee72b054a4
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 5252fc5c393..0ac0bb7408e 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;