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:
Andrew Boie 2019-10-10 10:32:45 -07:00 committed by Andrew Boie
commit ccfccae3bc

View file

@ -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)