OSDN Git Service

2002-01-09 Bo Thorsen <bo@suse.co.uk>
authorbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2002 13:45:47 +0000 (13:45 +0000)
committerbo <bo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2002 13:45:47 +0000 (13:45 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/config/cpu/x86-64/bits/cpu_limits.h

index 20367fb..4ae0797 100644 (file)
@@ -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
index be304e2..7de187e 100644 (file)
@@ -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