qemu-intel64: add .note.gnu.* to linker script

this prevents section overlap linker errors which sometimes occurs:

  ld: section .rodata LMA [0000000000990000,00000000009c1f27] overlaps section .note.gnu.property LMA [000000000098ffe0,000000000099000f]
  make[1]: *** [Makefile:114: nuttx.elf] Error 1

Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com>
This commit is contained in:
p-szafonimateusz 2024-02-26 08:39:53 +01:00 committed by Alan Carvalho de Assis
parent b3c4f3afc3
commit b634798bd6

View file

@ -79,6 +79,7 @@ SECTIONS
*(.gcc_except_table)
*(.gnu.linkonce.r.*)
*(.eh_frame)
*(.note.gnu.*)
_erodata = ABSOLUTE(.);
}