about summary refs log tree commit diff
path: root/sysdeps/powerpc/dl-start.S
diff options
context:
space:
mode:
authorGeoff Keating <geoffk@cygnus.com>2000-06-12 07:13:22 +0000
committerGeoff Keating <geoffk@cygnus.com>2000-06-12 07:13:22 +0000
commitb62990918e160fba3af6443dfc07f475bf0c3fc0 (patch)
treeb1a9d68547661bba5a3d439998a30a1edb47a48c /sysdeps/powerpc/dl-start.S
parent2b72ebac3fdf9991e797f788b8bf636b9fcb2c7b (diff)
downloadglibc-b62990918e160fba3af6443dfc07f475bf0c3fc0.tar.gz
glibc-b62990918e160fba3af6443dfc07f475bf0c3fc0.tar.xz
glibc-b62990918e160fba3af6443dfc07f475bf0c3fc0.zip
* sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the other header files. Mention about 128-byte cache line sizes. (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt. * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update for current calling sequence. * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
* sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
* sysdeps/powerpc/fpu/s_rintf.c: Likewise.

* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
and setrlimit syscalls for backwards compatibility.
2000-04-11  Geoff Keating  <geoffk@cygnus.com>

	* sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
	other header files.  Mention about 128-byte cache line sizes.
	(__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
	* sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
	for current calling sequence.
	* sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.

	* sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
	* sysdeps/powerpc/fpu/s_rintf.c: Likewise.

	* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
	and setrlimit syscalls for backwards compatibility.
Diffstat (limited to 'sysdeps/powerpc/dl-start.S')
-rw-r--r--sysdeps/powerpc/dl-start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/dl-start.S b/sysdeps/powerpc/dl-start.S
index 685c085ac9..1974c44e0d 100644
--- a/sysdeps/powerpc/dl-start.S
+++ b/sysdeps/powerpc/dl-start.S
@@ -56,7 +56,7 @@ ENTRY(_dl_start_user)
 	lwz	r29,_dl_argc@got(r31)
 	lwz	r27,_dl_argv@got(r31)
 
-/* Call _dl_init (_dl_loaded, _dl_argc, _dl_argv, _dl_argv+_dl_argc+1)
+/* Call _dl_init (_dl_loaded, _dl_argc, _dl_argv, _dl_argv+_dl_argc+1). */
 	lwz	r3,0(r28)
 	lwz	r4,0(r29)
 	lwz	r5,0(r27)