~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/s390/fpu/ftestexcept.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
/* Test exception in current environment.
2
 
   Copyright (C) 2000 Free Software Foundation, Inc.
 
2
   Copyright (C) 2000, 2010 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
5
5
 
31
31
  temp = (temp >> FPC_DXC_SHIFT) | (temp >> FPC_FLAGS_SHIFT);
32
32
  return temp & excepts & FE_ALL_EXCEPT;
33
33
}
 
34
libm_hidden_def (fetestexcept)