trylink: gold may not support --sort-common (yet)
[oweals/busybox.git] / modutils / modutils-24.c
index 05c1bf2b2ce4b9264dbd45f643e0d8e2d4191537..5c1611c293050ab4808a4573c034a68812117354 100644 (file)
@@ -3285,6 +3285,9 @@ static struct obj_file *obj_load(char *image, size_t image_size, int loadprogbit
                        case SHT_SYMTAB:
                        case SHT_STRTAB:
                        case SHT_RELM:
+#if defined(__mips__)
+                       case SHT_MIPS_DWARF:
+#endif
                                sec->contents = NULL;
                                if (sec->header.sh_size > 0) {
                                        sec->contents = xmalloc(sec->header.sh_size);