Browse Source

Force link-time references despite optimizations done by g++.

master
Bruno Haible 23 years ago
parent
commit
9d39b1f00e
  1. 24
      ChangeLog
  2. 4
      include/cln/GV_integer.h
  3. 4
      include/cln/GV_number.h
  4. 4
      include/cln/SV_number.h
  5. 4
      include/cln/SV_ringelt.h
  6. 4
      include/cln/dfloat.h
  7. 8
      include/cln/ffloat.h
  8. 8
      include/cln/integer.h
  9. 4
      include/cln/lfloat.h
  10. 4
      include/cln/modinteger.h
  11. 22
      include/cln/modules.h
  12. 4
      include/cln/rational.h
  13. 4
      include/cln/real.h
  14. 4
      include/cln/ring.h
  15. 8
      include/cln/sfloat.h
  16. 4
      include/cln/string.h
  17. 4
      include/cln/univpoly.h
  18. 2
      src/float/base/cl_ieee.h

24
ChangeLog

@ -1,5 +1,29 @@
2002-05-05 Bruno Haible <bruno@clisp.org>
Force link-time references despite optimizations done by g++ 2.95
and newer.
* include/cln/modules.h (CL_FORCE_LINK): New macro.
* Use CL_FORCE_LINK.
* include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise.
* include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise.
* include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise.
* include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise.
* include/cln/dfloat.h (cl_DF_debug_dummy): Likewise.
* include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy):
Likewise.
* include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy):
Likewise.
* include/cln/lfloat.h (cl_LF_debug_dummy): Likewise.
* include/cln/modinteger.h (cl_MI_debug_dummy): Likewise.
* include/cln/rational.h (cl_RA_debug_dummy): Likewise.
* include/cln/real.h (cl_R_debug_dummy): Likewise.
* include/cln/ring.h (cl_ring_debug_dummy): Likewise.
* include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy):
Likewise.
* include/cln/string.h (cl_string_debug_dummy): Likewise.
* include/cln/univpoly.h (cl_UP_debug_dummy): Likewise.
* src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise.
Avoid g++ 3.1 warnings.
* src/base/cl_offsetof.h (offsetof): Redefine each time.
* src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>.

4
include/cln/GV_integer.h

@ -78,9 +78,7 @@ CL_DEFINE_PRINT_OPERATOR(cl_GV_I)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_GV_I_debug_module;
static void* const cl_GV_I_debug_dummy[] = { &cl_GV_I_debug_dummy,
&cl_GV_I_debug_module
};
CL_FORCE_LINK(cl_GV_I_debug_dummy, cl_GV_I_debug_module)
#endif
} // namespace cln

4
include/cln/GV_number.h

@ -40,9 +40,7 @@ extern const cl_GV_number copy (const cl_GV_number&);
// Debugging support.
#ifdef CL_DEBUG
extern int cl_GV_number_debug_module;
static void* const cl_GV_number_debug_dummy[] = { &cl_GV_number_debug_dummy,
&cl_GV_number_debug_module
};
CL_FORCE_LINK(cl_GV_number_debug_dummy, cl_GV_number_debug_module)
#endif
} // namespace cln

4
include/cln/SV_number.h

@ -52,9 +52,7 @@ inline const cl_SV_number copy (const cl_SV_number& vector)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_SV_number_debug_module;
static void* const cl_SV_number_debug_dummy[] = { &cl_SV_number_debug_dummy,
&cl_SV_number_debug_module
};
CL_FORCE_LINK(cl_SV_number_debug_dummy, cl_SV_number_debug_module)
#endif
} // namespace cln

4
include/cln/SV_ringelt.h

@ -56,9 +56,7 @@ extern void fprint (std::ostream& stream, const cl_ring& R, const cl_SV_ringelt&
// Debugging support.
#ifdef CL_DEBUG
extern int cl_SV_ringelt_debug_module;
static void* const cl_SV_ringelt_debug_dummy[] = { &cl_SV_ringelt_debug_dummy,
&cl_SV_ringelt_debug_module
};
CL_FORCE_LINK(cl_SV_ringelt_debug_dummy, cl_SV_ringelt_debug_module)
#endif
} // namespace cln

4
include/cln/dfloat.h

@ -297,9 +297,7 @@ extern cl_class cl_class_dfloat;
// Debugging support.
#ifdef CL_DEBUG
extern int cl_DF_debug_module;
static void* const cl_DF_debug_dummy[] = { &cl_DF_debug_dummy,
&cl_DF_debug_module
};
CL_FORCE_LINK(cl_DF_debug_dummy, cl_DF_debug_module)
#endif
} // namespace cln

8
include/cln/ffloat.h

@ -293,18 +293,14 @@ CL_REQUIRE(cl_ieee)
// Runtime typing support.
extern cl_class cl_class_ffloat;
#ifdef CL_WIDE_POINTERS
static const void* const cl_FF_classes_dummy[] = { &cl_FF_classes_dummy,
&cl_class_ffloat
};
CL_FORCE_LINK(cl_FF_classes_dummy, cl_class_ffloat)
#endif
// Debugging support.
#ifdef CL_DEBUG
extern int cl_FF_debug_module;
static void* const cl_FF_debug_dummy[] = { &cl_FF_debug_dummy,
&cl_FF_debug_module
};
CL_FORCE_LINK(cl_FF_debug_dummy, cl_FF_debug_module)
#endif
} // namespace cln

8
include/cln/integer.h

@ -586,17 +586,13 @@ inline cl_I& operator%= (cl_I& x, const cl_I& y) { return x = x % y; }
// Runtime typing support.
extern cl_class cl_class_fixnum;
extern cl_class cl_class_bignum;
static const void* const cl_I_classes_dummy[] = { &cl_I_classes_dummy,
&cl_class_fixnum
};
CL_FORCE_LINK(cl_I_classes_dummy, cl_class_fixnum)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_I_debug_module;
static void* const cl_I_debug_dummy[] = { &cl_I_debug_dummy,
&cl_I_debug_module
};
CL_FORCE_LINK(cl_I_debug_dummy, cl_I_debug_module)
#endif
} // namespace cln

4
include/cln/lfloat.h

@ -403,9 +403,7 @@ extern cl_class cl_class_lfloat;
// Debugging support.
#ifdef CL_DEBUG
extern int cl_LF_debug_module;
static void* const cl_LF_debug_dummy[] = { &cl_LF_debug_dummy,
&cl_LF_debug_module
};
CL_FORCE_LINK(cl_LF_debug_dummy, cl_LF_debug_module)
#endif
} // namespace cln

4
include/cln/modinteger.h

@ -456,9 +456,7 @@ inline const cl_MI operator* (const cl_MI& x, const cl_I& y)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_MI_debug_module;
static void* const cl_MI_debug_dummy[] = { &cl_MI_debug_dummy,
&cl_MI_debug_module
};
CL_FORCE_LINK(cl_MI_debug_dummy, cl_MI_debug_module)
#endif
} // namespace cln

22
include/cln/modules.h

@ -248,4 +248,26 @@
#define CL_REQUIRE(module)
#endif
// Sometimes a link time dependency is needed, but without requirements
// on initialization order.
//
// CL_FORCE_LINK(dummy,external_variable)
// forces a link time reference to the external_variable.
#include <stdlib.h>
#if 0
// This definition does not work. It gets optimized away by g++ 3.1.
#define CL_FORCE_LINK(dummy,external_variable) \
static const void* const dummy[] = { &dummy, &external_variable };
#else
#define CL_FORCE_LINK(dummy,external_variable) \
static const \
struct dummy { \
inline dummy () { \
if ((void*) &external_variable == (void*) this) \
abort(); \
} \
} \
dummy##_instance;
#endif
#endif /* _CL_MODULES_H */

4
include/cln/rational.h

@ -294,9 +294,7 @@ extern cl_class cl_class_ratio;
// Debugging support.
#ifdef CL_DEBUG
extern int cl_RA_debug_module;
static void* const cl_RA_debug_dummy[] = { &cl_RA_debug_dummy,
&cl_RA_debug_module
};
CL_FORCE_LINK(cl_RA_debug_dummy, cl_RA_debug_module)
#endif
} // namespace cln

4
include/cln/real.h

@ -511,9 +511,7 @@ inline const cl_R conjugate (const cl_R& x)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_R_debug_module;
static void* const cl_R_debug_dummy[] = { &cl_R_debug_dummy,
&cl_R_debug_module
};
CL_FORCE_LINK(cl_R_debug_dummy, cl_R_debug_module)
#endif
} // namespace cln

4
include/cln/ring.h

@ -434,9 +434,7 @@ inline cl_boolean instanceof (const cl_number& x, const cl_number_ring& R)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_ring_debug_module;
static void* const cl_ring_debug_dummy[] = { &cl_ring_debug_dummy,
&cl_ring_debug_module
};
CL_FORCE_LINK(cl_ring_debug_dummy, cl_ring_debug_module)
#endif
} // namespace cln

8
include/cln/sfloat.h

@ -288,17 +288,13 @@ inline cl_SF& operator/= (cl_SF& x, const cl_SF& y) { return x = x / y; }
// Runtime typing support.
extern cl_class cl_class_sfloat;
static const void* const cl_SF_classes_dummy[] = { &cl_SF_classes_dummy,
&cl_class_sfloat
};
CL_FORCE_LINK(cl_SF_classes_dummy, cl_class_sfloat)
// Debugging support.
#ifdef CL_DEBUG
extern int cl_SF_debug_module;
static void* const cl_SF_debug_dummy[] = { &cl_SF_debug_dummy,
&cl_SF_debug_module
};
CL_FORCE_LINK(cl_SF_debug_dummy, cl_SF_debug_module)
#endif
} // namespace cln

4
include/cln/string.h

@ -163,9 +163,7 @@ extern cl_class cl_class_string;
// Debugging support.
#ifdef CL_DEBUG
extern int cl_string_debug_module;
static void* const cl_string_debug_dummy[] = { &cl_string_debug_dummy,
&cl_string_debug_module
};
CL_FORCE_LINK(cl_string_debug_dummy, cl_string_debug_module)
#endif
} // namespace cln

4
include/cln/univpoly.h

@ -457,9 +457,7 @@ inline cl_UP::cl_UP ()
// Debugging support.
#ifdef CL_DEBUG
extern int cl_UP_debug_module;
static void* const cl_UP_debug_dummy[] = { &cl_UP_debug_dummy,
&cl_UP_debug_module
};
CL_FORCE_LINK(cl_UP_debug_dummy, cl_UP_debug_module)
#endif
} // namespace cln

2
src/float/base/cl_ieee.h

@ -10,7 +10,7 @@ namespace cln {
#if (defined(linux) || defined(__linux)) // only needed on Linux
#define NEED_IEEE_FLOATS() \
CL_REQUIRE(cl_ieee) \
static void* const CONCAT(cl_ieee_dummy_,__LINE__) = &cl_ieee_module;
CL_FORCE_LINK(CONCAT(cl_ieee_dummy_,__LINE__), cl_ieee_module)
#else
#define NEED_IEEE_FLOATS()
#endif

Loading…
Cancel
Save