Corrected the list of section names in add_ksymoops_symbols() so
that the bss and sbss sections can be correctly identified.
This commit is contained in:
parent
354b527e03
commit
540769d566
@ -3453,8 +3453,8 @@ add_ksymoops_symbols(struct obj_file *f, const char *filename,
|
|||||||
".text",
|
".text",
|
||||||
".rodata",
|
".rodata",
|
||||||
".data",
|
".data",
|
||||||
".bss"
|
".bss",
|
||||||
".sbss"
|
".sbss"
|
||||||
};
|
};
|
||||||
|
|
||||||
if (realpath(filename, real)) {
|
if (realpath(filename, real)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user