mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-12-14 07:18:29 +00:00
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",
|
||||
".rodata",
|
||||
".data",
|
||||
".bss"
|
||||
".sbss"
|
||||
".bss",
|
||||
".sbss"
|
||||
};
|
||||
|
||||
if (realpath(filename, real)) {
|
||||
|
Loading…
Reference in New Issue
Block a user