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 /elf/pathoptobj.c | |
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 'elf/pathoptobj.c')
-rw-r--r-- | elf/pathoptobj.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/pathoptobj.c b/elf/pathoptobj.c new file mode 100644 index 0000000000..fd0618e642 --- /dev/null +++ b/elf/pathoptobj.c @@ -0,0 +1,5 @@ +int +in_renamed (int a) +{ + return a - 10; +} |