Corrected the list of section names in add_ksymoops_symbols() so
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 30 Mar 2005 16:36:40 +0000 (16:36 -0000)
committerPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 30 Mar 2005 16:36:40 +0000 (16:36 -0000)
that the bss and sbss sections can be correctly identified.

modutils/insmod.c

index c0f60fd..dfb8a76 100644 (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)) {