diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 00:13:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 00:13:29 +0000 |
commit | 5a384a9143afd73965e152cbbd13356b57d58c06 (patch) | |
tree | 9d8c5686a5509571361582d29afdf1fd97c32538 /ChangeLog | |
parent | 775106de7d28eed0139f76d76e7b1aab15d352df (diff) | |
download | glibc-5a384a9143afd73965e152cbbd13356b57d58c06.tar glibc-5a384a9143afd73965e152cbbd13356b57d58c06.tar.gz glibc-5a384a9143afd73965e152cbbd13356b57d58c06.tar.bz2 glibc-5a384a9143afd73965e152cbbd13356b57d58c06.zip |
Update.
* elf/Makefile: Add rules to build and run tst-pathopt.
* elf/tst-pathopt.c: New file.
* elf/tst-pathopt.sh: New file.
* elf/pathoptobj.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-10-29 Ulrich Drepper <drepper@redhat.com> + * elf/Makefile: Add rules to build and run tst-pathopt. + * elf/tst-pathopt.c: New file. + * elf/tst-pathopt.sh: New file. + * elf/pathoptobj.c: New file. + * elf/elf.h (SHN_XINDEX): Define. 2000-10-28 Ulrich Drepper <drepper@redhat.com> |