diff options
author | Roland McGrath <roland@gnu.org> | 2001-11-10 00:37:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-11-10 00:37:59 +0000 |
commit | 7d0c5823985d8d2be48cbc23b5099633bedceef4 (patch) | |
tree | 74f4b2b676d08cccbfa7bc926f5a061fbb6dac7a /NEWS | |
parent | d0bf7991d6e87ffd4f378b2f7af4b3f16dfa96ee (diff) | |
download | glibc-7d0c5823985d8d2be48cbc23b5099633bedceef4.tar.gz |
Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
* NEWS: Mention it.
* sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
* sysdeps/mach/hurd/powerpc/init-first.c: New file.
* sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
* sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
* sysdeps/mach/hurd/powerpc/register-dump.h: New file.
* sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
* sysdeps/mach/hurd/powerpc/static-start.S: New file.
* sysdeps/mach/hurd/powerpc/trampoline.c: New file.
* sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
* sysdeps/mach/hurd/powerpc/Dist: New file.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,12 +16,14 @@ Version 2.2.5 * Andreas Jaeger contributed a port to x86_64/Linux. +* Peter Bruin contributed a port to PowerPC/Hurd. + * libc functions using I/O streams now can handle wide-oriented streams as well. * optimizations in the dynamic linker. binaries created by recent binutils versions start up quicker due to reduced time spend on relocations. - + Version 2.2.4 * Stephen Moshier implemented cosh, expm1, log1p, acos, sinh, tanh, |