mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
* elf/check-textrel.c: Add missing argument.
This commit is contained in:
parent
d9266ea02f
commit
37169cccdd
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user