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:
Peter Kjellerstedt 2005-03-30 16:36:40 +00:00
parent 354b527e03
commit 540769d566

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