diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-29 02:19:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-29 02:19:33 +0000 |
commit | ab0a3efc49493924133e9daf038d877598e03668 (patch) | |
tree | f079eca79a7a1a208b8dea2e426473e1c533fc47 /ChangeLog | |
parent | ec448f662fde093056e494e9d56798603d927f8b (diff) | |
download | glibc-ab0a3efc49493924133e9daf038d877598e03668.tar.gz glibc-ab0a3efc49493924133e9daf038d877598e03668.tar.xz glibc-ab0a3efc49493924133e9daf038d877598e03668.zip |
* sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): Move all these assembly-related definitions to ... * sysdeps/powerpc/elf/sysdep.h: ... this new file. * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten by Peter Bruin <pjbruin@dds.nl>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 08d2a10c50..af6b6eec09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2001-10-28 Roland McGrath <roland@frob.com> + * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG, + ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, + DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): + Move all these assembly-related definitions to ... + * sysdeps/powerpc/elf/sysdep.h: ... this new file. + + * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten + by Peter Bruin <pjbruin@dds.nl>. + * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when packing results for a `poll' call. |