mirror of https://github.com/mirror/busybox.git
Corrected the list of section names in add_ksymoops_symbols() so
that the bss and sbss sections can be correctly identified.1_00_stable_10817
parent
354b527e03
commit
540769d566
|
@ -3453,8 +3453,8 @@ add_ksymoops_symbols(struct obj_file *f, const char *filename,
|
|||
".text",
|
||||
".rodata",
|
||||
".data",
|
||||
".bss"
|
||||
".sbss"
|
||||
".bss",
|
||||
".sbss"
|
||||
};
|
||||
|
||||
if (realpath(filename, real)) {
|
||||
|
|
Loading…
Reference in New Issue