diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 18:55:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-02 18:55:59 +0000 |
commit | 1331528f071d07ca1c4f02800a5fc8244f70adca (patch) | |
tree | dc424fde607d0197bde9f6f08f877a012d0efa0f /ChangeLog | |
parent | 686dfcd106e96e3f991cec76c8d0e434cf97fe54 (diff) | |
download | glibc-1331528f071d07ca1c4f02800a5fc8244f70adca.tar.gz glibc-1331528f071d07ca1c4f02800a5fc8244f70adca.tar.xz glibc-1331528f071d07ca1c4f02800a5fc8244f70adca.zip |
Update.
1999-04-14 Scott Bambrough <scottb@netwinder.org> * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr and struct ether_header must be packed on the ARM. The default alignment constraints add padding to the end of the structures. 1999-04-14 Scott Bambrough <scottb@netwinder.org> * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM. The default alignment constraints add padding to the end of the structure and between members.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bbd9700a62..8e7cefb1b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +1999-04-14 Scott Bambrough <scottb@netwinder.org> + + * sysdeps/unix/sysv/linux/arm/net/ethernet.h: struct ether_addr + and struct ether_header must be packed on the ARM. The default + alignment constraints add padding to the end of the structures. + +1999-04-14 Scott Bambrough <scottb@netwinder.org> + + * inet/arpa/tftp.h: struct tftphdr must be packed on the ARM. The + default alignment constraints add padding to the end of the + structure and between members. + 1999-05-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use |