diff options
author | Roland McGrath <roland@gnu.org> | 2006-04-04 07:01:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-04-04 07:01:16 +0000 |
commit | 97d901a672d83124287565d1b6649dc76a8e8659 (patch) | |
tree | 79450631fb0ef9f09f5d79b4e73a5a45baf57bfd /ChangeLog | |
parent | 9b5e78fe899018a31302094de8f57433b26de963 (diff) | |
download | glibc-97d901a672d83124287565d1b6649dc76a8e8659.tar glibc-97d901a672d83124287565d1b6649dc76a8e8659.tar.gz glibc-97d901a672d83124287565d1b6649dc76a8e8659.tar.bz2 glibc-97d901a672d83124287565d1b6649dc76a8e8659.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Terminate FDE
before syscall.
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-04-03 Andreas Schwab <schwab@suse.de> + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Terminate FDE + before syscall. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise. + * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Test for <asm/elf.h> with [! _ASM_POWERPC_ELF_H] as well as [!__PPC64_ELF_H]. |