x86: intel64: don't drop debug sections
Pull in a header specifically for suppressing orphan section messages. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
e340f8d22e
commit
ccfccae3bc
1 changed files with 2 additions and 2 deletions
|
@ -109,10 +109,10 @@ SECTIONS
|
||||||
_image_ram_end = .;
|
_image_ram_end = .;
|
||||||
_end = .;
|
_end = .;
|
||||||
|
|
||||||
|
#include <linker/debug-sections.ld>
|
||||||
|
|
||||||
/DISCARD/ :
|
/DISCARD/ :
|
||||||
{
|
{
|
||||||
*(.comment*)
|
|
||||||
*(.debug*)
|
|
||||||
*(.got)
|
*(.got)
|
||||||
*(.got.plt)
|
*(.got.plt)
|
||||||
*(.igot)
|
*(.igot)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue