From 59e33904dd1ce8048251f0fc727eaac51944802a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 14 Sep 1999 01:44:32 +0000 Subject: Update. 1999-08-09 Scott Bambrough * sysdeps/unix/sysv/linux/arm/sys/user.h: Added members 'unsigned char ftype[8]', and 'unsigned int init_flag' to struct user_fp. Tnese were added in version 2.2.12 of the ARM Linux kernel. * sysdeps/unix/sysv/linux/arm/sys/elf.h: New file. * sysdeps/unix/sysv/linux/arm/sys/procfs.h: New file. The generic procfs.h included . This causes structure redefinition errors when and are included in the same source file. Found when building GDB. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b63f1e..e7e5d0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-08-09 Scott Bambrough + + * sysdeps/unix/sysv/linux/arm/sys/user.h: Added members + 'unsigned char ftype[8]', and 'unsigned int init_flag' to + struct user_fp. Tnese were added in version 2.2.12 of the + ARM Linux kernel. + * sysdeps/unix/sysv/linux/arm/sys/elf.h: New file. + * sysdeps/unix/sysv/linux/arm/sys/procfs.h: New file. + The generic procfs.h included . This causes + structure redefinition errors when and + are included in the same source file. Found when building GDB. + 1999-09-13 Ulrich Drepper * locale/langinfo.h: Remove byte-order dependent names. -- cgit v1.1