Ignore some more sections, created by newer toolchains

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3854 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Patrick Georgi 2009-01-11 00:35:30 +00:00
parent 0afdea4e42
commit 4dad150849
3 changed files with 6 additions and 0 deletions

View File

@ -62,6 +62,8 @@ SECTIONS
/DISCARD/ : { /DISCARD/ : {
*(.comment) *(.comment)
*(.comment.*)
*(.note) *(.note)
*(.note.*)
} }
} }

View File

@ -52,5 +52,7 @@ SECTIONS
/DISCARD/ : { /DISCARD/ : {
*(.comment) *(.comment)
*(.note) *(.note)
*(.comment.*)
*(.note.*)
} }
} }

View File

@ -67,5 +67,7 @@ SECTIONS
/DISCARD/ : { /DISCARD/ : {
*(.comment) *(.comment)
*(.note) *(.note)
*(.comment.*)
*(.note.*)
} }
} }