commit | 2aab9c3ca47dd4fcc19a8743c6e4d348640dd3fa | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.com> | Thu Oct 12 14:22:04 2017 +1100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 12 12:26:52 2017 -0700 |
tree | 9cbb926764c55f857ea6a367c96514a53d4b8897 | |
parent | 3206e7d5e25ef94b5a29e2c81e6fb8d5fb48422f [diff] |
scripts: fix faddr2line to work on last symbol If faddr2line is given a function name which is the last one listed by "nm -n", it will fail because it never finds the next symbol. So teach the awk script to catch that possibility, and use 'size' to provide the end point of the last function. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>