2008-03-14 Carlos O'Donell <carlos@codesourcery.com>
[glibc.git] / ChangeLog.powerpc
blob463dd291a560662f87ff1059ebcc131ca2b171b9
1 2007-08-29  Daniel Jacobowitz  <dan@codesourcery.com>
3         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag): Do not
4         clobber other exceptions.
5         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Raise new
6         exceptions.
7         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Handle
8         multiple new exceptions if some are disabled.
9         * sysdeps/powerpc/nofpu/sim-full.c (__simulate_exceptions): Likewise.
11 2007-07-13  Steven Munroe  <sjmunroe@us.ibm.com>
13         * sysdeps/powerpc/nofpu/Makefile: Remove fe_nomask from libm-support.
15 2007-05-23  Steven Munroe  <sjmunroe@us.ibm.com>
17         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Disable
18         exceptions.  Use the updated env in fesetenv().
19         Add libm_hidden_def.
21 2007-01-23  Steven Munroe  <sjmunroe@us.ibm.com>
23         [BZ #2749]
24         * sysdeps/powerpc/nofpu/fenv_libc.h: New file.
26 2007-01-08  Joseph Myers  <joseph@codesourcery.com>
28         * sysdeps/powerpc/nofpu/fesetenv.c (__sim_exceptions,
29         __sim_disabled_exceptions, __sim_round_mode): Remove declarations.
31 2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
33         [BZ #2749]
34         * sysdeps/powerpc/nofpu/Makefile
35         [subdirs-soft-fp] (sysdep_routines): Remove gcc-quad-routines.
36         [subdirs-math] (CPPFLAGS): Add -I../soft-fp.
37         [subdirs-math] (CFLAGS-e_powl.c): Add -fno-builtin-fabsl. 
38         [subdirs-math] (CFLAGS-s_ccoshl.c): Likewise.
39         [subdirs-math] (CFLAGS-s_csinhl.c): Likewise.
40         [subdirs-math] (CFLAGS-s_clogl.c): Likewise.
41         [subdirs-math] (CFLAGS-s_clog10l.c): Likewise.
42         [subdirs-math] (CFLAGS-s_csinl.c): Likewise.
43         [subdirs-math] (CFLAGS-s_csqrtl.c): Likewise.
44         * sysdeps/powerpc/nofpu/Versions (GLIBC_2.3.2): Remove __fixtfdi,
45         __fixtfsi, and __trunctfsf2.
46         (GLIBC_2.4): Remove  __floatunditf, __floatunsitf, and __unordtf2.
47         Add __nedf2, __nesf2, __gtdf2, __gtsf2, __ltdf2, __ltsf2.
48         * sysdeps/powerpc/nofpu/libm-test-ulps: Update for soft-fp.
49         * sysdeps/powerpc/soft-fp/sfp-machine.h: New file.
50         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: New file.
52         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S:
53         New file.
54         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S:
55         New file.
56         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S:
57         New file.
59 2006-01-27  Roland McGrath  <roland@redhat.com>
61         * sysdeps/powerpc/nofpu/Subdirs: New file.
63         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
64         (sysdep_routines): Add $(gcc-quad-routines) here.
66 2006-01-06  Roland McGrath  <roland@redhat.com>
68         * sysdeps/powerpc/nofpu/Versions (libc: GLIBC_2.4): New set.
69         Add __floatundidf, __floatundisf, __floatunditf, __floatunsidf,
70         __floatunsisf, __floatunsitf, __unorddf2, __unordsf2, __unordtf2.
72 2005-10-11  Steven Munroe  <sjmunroe@us.ibm.com>
74         * sysdeps/powerpc/nofpu/fesetround.c: Add libm_hidden_def.