diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-10 05:41:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-10 05:41:26 +0000 |
commit | e79137b2fb8bda5e06ee2a618964604831d440cc (patch) | |
tree | 61d03e961c9a7849ba641fb20b2c032d1f0f5d13 /ChangeLog | |
parent | 918736844a6d9250240d5c0ddb67577f1dd29758 (diff) | |
download | glibc-e79137b2fb8bda5e06ee2a618964604831d440cc.tar.gz glibc-e79137b2fb8bda5e06ee2a618964604831d440cc.tar.xz glibc-e79137b2fb8bda5e06ee2a618964604831d440cc.zip |
Update.
1999-08-09 Scott Bambrough <scottb@netwinder.org> * elf/elf.h: Added definition of ELFOSABI_ARM. * elf/dl-load.c (_dl_map_object_from_fd): Use VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION to decide whether an object's header and ABI values are acceptable. (VALID_ELF_HEADER): New macro; provide default definition. (VALID_ELF_OSABI): New macro; provide default definition. (VALID_ELF_ABIVERSION): New macro; provide default definition. * sysdeps/arm/dl-machine.h Define ARM specific versions of VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION. 1999-08-09 Andreas Schwab <schwab@suse.de> * inet/tst-ipnode.c (main): Don't compare integer with NULL. 1999-08-09 Thorsten Kukuk <kukuk@suse.de> * sunrpc/svc_run.c (svc_run): Free my_pollfd. 1999-08-09 Andreas Schwab <schwab@suse.de> * sunrpc/svc.c (svc_getreq_poll): Fix argument of xprt_unregister.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 76aa414071..7d3e361b45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +1999-08-09 Scott Bambrough <scottb@netwinder.org> + + * elf/elf.h: Added definition of ELFOSABI_ARM. + * elf/dl-load.c (_dl_map_object_from_fd): Use VALID_ELF_HEADER, + VALID_ELF_OSABI, VALID_ELF_ABIVERSION to decide whether an + object's header and ABI values are acceptable. + (VALID_ELF_HEADER): New macro; provide default definition. + (VALID_ELF_OSABI): New macro; provide default definition. + (VALID_ELF_ABIVERSION): New macro; provide default definition. + * sysdeps/arm/dl-machine.h Define ARM specific versions of + VALID_ELF_HEADER, VALID_ELF_OSABI, VALID_ELF_ABIVERSION. + +1999-08-09 Andreas Schwab <schwab@suse.de> + + * inet/tst-ipnode.c (main): Don't compare integer with NULL. + +1999-08-09 Thorsten Kukuk <kukuk@suse.de> + + * sunrpc/svc_run.c (svc_run): Free my_pollfd. + +1999-08-09 Andreas Schwab <schwab@suse.de> + + * sunrpc/svc.c (svc_getreq_poll): Fix argument of xprt_unregister. + 1999-08-08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/ieee754/ieee754.h: Handle platforms with special |