cpu_limits.h (__glibcpp_long_bits): Add definition.

2002-01-09  Bo Thorsen  <bo@suse.co.uk>

	* config/cpu/x86-64/bits/cpu_limits.h (__glibcpp_long_bits): Add
	definition.

From-SVN: r48683
This commit is contained in:
Bo Thorsen 2002-01-09 13:45:47 +00:00 committed by Bo Thorsen
parent c73a5e94e8
commit 2dd1d259ae
2 changed files with 7 additions and 0 deletions

View 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

View 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