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:
parent
b3c4f3afc3
commit
b634798bd6
@ -79,6 +79,7 @@ SECTIONS
|
||||
*(.gcc_except_table)
|
||||
*(.gnu.linkonce.r.*)
|
||||
*(.eh_frame)
|
||||
*(.note.gnu.*)
|
||||
_erodata = ABSOLUTE(.);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user