Include section name in strip warning message
This commit is contained in:
parent
9e7d291e9a
commit
17eee5222e
@ -762,8 +762,8 @@ resync_sections(struct elfcopy *ecp)
|
||||
s->off = roundup(off, s->align);
|
||||
} else {
|
||||
if (s->loadable)
|
||||
warnx("moving loadable section,"
|
||||
"is this intentional?");
|
||||
warnx("moving loadable section %s, "
|
||||
"is this intentional?", s->name);
|
||||
s->off = roundup(off, s->align);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user