Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* elf/check-textrel.c: Add missing argument.
  • Loading branch information
Ulrich Drepper committed Jan 12, 2006
1 parent d9266ea commit 37169cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
2006-01-11 Ulrich Drepper <drepper@redhat.com>

* elf/check-textrel.c: Add missing argument.

* Makerules: Define build-module-asneeded.
* iconvdata/extra-module.mk: Use build-module-asneeded.
needed.
Expand Down
2 changes: 1 addition & 1 deletion elf/check-textrel.c
Expand Up @@ -87,7 +87,7 @@ AB(handle_file) (const char *fname, int fd)
&& (SWAP (phdr[cnt].p_flags) & (PF_X | PF_W)) == (PF_X | PF_W))
{
printf ("%s: segment %zu is executable and writable\n",
fname);
fname, cnt);
return 1;
}

Expand Down

0 comments on commit 37169cc

Please sign in to comment.