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
Peter Kjellerstedt 2005-03-30 16:36:40 +00:00
parent 354b527e03
commit 540769d566
1 changed files with 2 additions and 2 deletions

View File

@ -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)) {