mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
linker: Remove .note section from discard list
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
e23e793574
commit
b3f304f2c5
@ -85,6 +85,5 @@ SECTIONS
|
|||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.comment*)
|
*(.comment*)
|
||||||
*(.note*)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -124,6 +124,5 @@ SECTIONS
|
|||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.comment*)
|
*(.comment*)
|
||||||
*(.note*)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -124,6 +124,5 @@ SECTIONS
|
|||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.comment*)
|
*(.comment*)
|
||||||
*(.note*)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user