> My best guess would be that it has to do with the fact that the _end > symbol is attached to the .end section which is located before the debug > sections, but the .end section is empty, so the symbol has the same > address as the following debug section. Perhaps a good guess. Putting something (". = . + PAGE_SIZE;") into the .end section makes _end change type from "N" tp "B". -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html