+#ifdef CONFIG_HAVE_LD_DEAD_CODE_DATA_ELIMINATION
+#define RELOC_TEXT_NONE (.reloc .text, R_ARM_NONE, .)
+#else
+#define RELOC_TEXT_NONE
+#endif
+
Hi all,
After merging the arm tree, today's linux-next build (arm
multi_v7_defconfig) failed like this:
arch/arm/kernel/entry-armv.S: Assembler messages:
arch/arm/kernel/entry-armv.S:1074: Error: junk at end of line, first unrecognized character is `('
arch/arm/kernel/entry-armv.S:1088: Error: junk at end of line, first unrecognized character is `('
arch/arm/kernel/entry-armv.S:1101: Error: junk at end of line, first unrecognized character is `('
Caused by commit
471fc0d32ab5 ("ARM: 9413/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION")
I have used the arm tree from next-20240820 for today.