> At some time, GCC may start a new .text section at the beginning of > each function. We do this on hpux but not linux. This will cause > multiple .text sections to be present in an object and allow finer grained > stub placement. arch/parisc/Makefile: # Without this, "ld -r" results in .text sections that are too big # (> 0x40000) for branches to reach stubs. ifndef CONFIG_FUNCTION_TRACER cflags-y += -ffunction-sections endif -- 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