Add a comment saying .junk sections are discarded by the linker.
This commit is contained in:
parent
e7f2e923be
commit
781332facb
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ SECTIONS
|
|||
*(.edata) ;
|
||||
}
|
||||
|
||||
/* See coffcode.h. These are discarded. */
|
||||
.junk BLOCK(__section_alignment__) : {
|
||||
*(.debug\$S)
|
||||
*(.debug\$T)
|
||||
|
|
Loading…
Reference in a new issue