On Fri, 2018-04-20 at 23:07 +1000, Nicholas Piggin wrote: > Does parisc still need to use -ffunction-sections flag, now that we > build with thin archives and don't use `ld -r`? I think it should not > be required anymore. I think we may have some modules that are too big. The original problem is that without -ffunction-sections, the linker doesn't have any way of inserting trampolines in the middle of the text code, and our relative jumps are comparatively short distance, so to get from the code to the PLT is sometimes to far for a single relative jump. James -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html