summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-09 13:45:47 +0000
committerbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-09 13:45:47 +0000
commitefb2ae3fb6df4768fc5d0d4882eab1983296df49 (patch)
treea0d9e055ab27d34ea817145ba9e65258b7c43e4f
parentccd9e27d2c85f87f1668021ae9a6bd01ffbdc5ad (diff)
downloadppe42-gcc-efb2ae3fb6df4768fc5d0d4882eab1983296df49.tar.gz
ppe42-gcc-efb2ae3fb6df4768fc5d0d4882eab1983296df49.zip
2002-01-09 Bo Thorsen <bo@suse.co.uk>
* config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add definition. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48683 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 20367fb7dd1..4ae0797e510 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-09 Bo Thorsen <bo@suse.co.uk>
+
+ * config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
+ definition.
+
2002-01-08 Benjamin Kosnik <bkoz@redhat.com>
libstdc++/2913
diff --git a/libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h b/libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h
index be304e2d805..7de187e2080 100644
--- a/libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h
+++ b/libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h
@@ -28,6 +28,8 @@
#ifndef _GLIBCPP_CPU_LIMITS
#define _GLIBCPP_CPU_LIMITS 1
+#define __glibcpp_long_bits 64
+
#define __glibcpp_long_double_bits 80
#endif
OpenPOWER on IntegriCloud