diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-22 05:23:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-22 05:23:51 +0000 |
commit | 4a32f19d57faae36a7fcd95c60c129c307f79182 (patch) | |
tree | b2822f544b5d5053159f808bf9c6867d992af25a /ChangeLog | |
parent | a241310659df2e79bcc67b48193ae648eb505f78 (diff) | |
download | glibc-4a32f19d57faae36a7fcd95c60c129c307f79182.zip glibc-4a32f19d57faae36a7fcd95c60c129c307f79182.tar.gz glibc-4a32f19d57faae36a7fcd95c60c129c307f79182.tar.bz2 |
* sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
and __unused3 fields.
* sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
[__WORDSIZE == 32]: Only PPC32 requires __unused1
and __unused2 fields.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
[__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
__unused3,and __unused4 fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2002-11-20 Steven Munroe <sjmunroe@us.ibm.com> + * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds) + [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2, + and __unused3 fields. + * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds) + [__WORDSIZE == 32]: Only PPC32 requires __unused1 + and __unused2 fields. + * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds) + [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2, + __unused3,and __unused4 fields. + * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to obtain lowest address for profiling in __monstartup call. |