diff options
author | Roland McGrath <roland@gnu.org> | 2004-01-17 01:39:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-01-17 01:39:06 +0000 |
commit | 1db88b33daf3eb514bebc4cd38868e89916ec6e0 (patch) | |
tree | d9ff194cdeea430db80b9f36c85c35d27cfb212b | |
parent | 56f669b4d8d5288858d2eb7328dea6d482ca41d3 (diff) | |
download | glibc-1db88b33daf3eb514bebc4cd38868e89916ec6e0.tar glibc-1db88b33daf3eb514bebc4cd38868e89916ec6e0.tar.gz glibc-1db88b33daf3eb514bebc4cd38868e89916ec6e0.tar.bz2 glibc-1db88b33daf3eb514bebc4cd38868e89916ec6e0.zip |
* sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions)
(__sim_disabled_exceptions, __sim_round_mode): Declare with
hidden data and nocommon.
* sysdeps/powerpc/nofpu/soft-supp.h (__sim_exceptions)
(__sim_disabled_exceptions, __sim_round_mode): Use
libc_hidden_proto.
* sysdeps/powerpc/soft-fp/sfp-machine.h (__sim_exceptions)
(__sim_disabled_exceptions, __sim_round_mode): Likewise.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2004-01-13 Daniel Jacobowitz <drow@mvista.com> + + * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions) + (__sim_disabled_exceptions, __sim_round_mode): Declare with + hidden data and nocommon. + * sysdeps/powerpc/nofpu/soft-supp.h (__sim_exceptions) + (__sim_disabled_exceptions, __sim_round_mode): Use + libc_hidden_proto. + * sysdeps/powerpc/soft-fp/sfp-machine.h (__sim_exceptions) + (__sim_disabled_exceptions, __sim_round_mode): Likewise. + 2004-01-16 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Define PT_IA_64_HP_OPT_ANOT, PT_IA_64_HP_HSL_ANOT, and @@ -83,7 +94,6 @@ * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (SIGCONTEXT_V_REGS_PTR, SIGCONTEXT_V_RESERVE): Defined. - 2004-01-12 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: Add GLIBC_2.3.4 |