about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-11-10 00:37:59 +0000
committerRoland McGrath <roland@gnu.org>2001-11-10 00:37:59 +0000
commit7d0c5823985d8d2be48cbc23b5099633bedceef4 (patch)
tree74f4b2b676d08cccbfa7bc926f5a061fbb6dac7a /NEWS
parentd0bf7991d6e87ffd4f378b2f7af4b3f16dfa96ee (diff)
downloadglibc-7d0c5823985d8d2be48cbc23b5099633bedceef4.tar.gz
glibc-7d0c5823985d8d2be48cbc23b5099633bedceef4.tar.xz
glibc-7d0c5823985d8d2be48cbc23b5099633bedceef4.zip
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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f282e53a87..37f71b364f 100644
--- a/NEWS
+++ b/NEWS
@@ -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,