about summary refs log tree commit diff
path: root/sysdeps/alpha/fpu/e_sqrt.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-12-10 05:45:29 +0000
committerAndreas Jaeger <aj@suse.de>2003-12-10 05:45:29 +0000
commite0f7a5cfaa3ed250283180de2fee53805a4a0fe8 (patch)
tree4d193b636241facf5663248e523354df87dd9332 /sysdeps/alpha/fpu/e_sqrt.c
parent9dd39f84a92f07dac033c5679ab8bd3518f65c22 (diff)
downloadglibc-e0f7a5cfaa3ed250283180de2fee53805a4a0fe8.tar.gz
glibc-e0f7a5cfaa3ed250283180de2fee53805a4a0fe8.tar.xz
glibc-e0f7a5cfaa3ed250283180de2fee53805a4a0fe8.zip
Mark sqrt_data as used.
Diffstat (limited to 'sysdeps/alpha/fpu/e_sqrt.c')
-rw-r--r--sysdeps/alpha/fpu/e_sqrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/fpu/e_sqrt.c b/sysdeps/alpha/fpu/e_sqrt.c
index a371896765..c5ab25f16f 100644
--- a/sysdeps/alpha/fpu/e_sqrt.c
+++ b/sysdeps/alpha/fpu/e_sqrt.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996,1997,1998,2002,2003 Free Software Foundation, Inc.
    Contributed by David Mosberger (davidm@cs.arizona.edu).
    This file is part of the GNU C Library.
 
@@ -33,7 +33,7 @@ const static struct sqrt_data_struct {
 	unsigned long dn, up, half, almost_three_half;
 	unsigned long one_and_a_half, two_to_minus_30, one, nan;
 	const int T2[64];
-} sqrt_data = {
+} sqrt_data __attribute__((used)) = {
 	0x3fefffffffffffff,	/* __dn = nextafter(1,-Inf) */
 	0x3ff0000000000001,	/* __up = nextafter(1,+Inf) */
 	0x3fe0000000000000,	/* half */