~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/x86_64/fpu/feupdateenv.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Install given floating-point environment and raise exceptions.
2
 
   Copyright (C) 1997,99,2000,01,07 Free Software Foundation, Inc.
 
2
   Copyright (C) 1997,99,2000,01,07,2010 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
5
5
 
48
48
compat_symbol (libm, __old_feupdateenv, feupdateenv, GLIBC_2_1);
49
49
#endif
50
50
 
 
51
libm_hidden_ver (__feupdateenv, feupdateenv)
51
52
versioned_symbol (libm, __feupdateenv, feupdateenv, GLIBC_2_2);