projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f2e92
)
Add a comment saying .junk sections are discarded by the linker.
author
David Edelsohn
<dje.gcc@gmail.com>
Thu, 30 Nov 1995 17:15:12 +0000
(17:15 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Thu, 30 Nov 1995 17:15:12 +0000
(17:15 +0000)
ld/scripttempl/pe.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/pe.sc
b/ld/scripttempl/pe.sc
index 626885f50f71a983d631b18efd0cdecda6faf6c7..c80ed58e001f8f324b8da3b935360a4857aad5c9 100644
(file)
--- a/
ld/scripttempl/pe.sc
+++ b/
ld/scripttempl/pe.sc
@@
-51,6
+51,7
@@
SECTIONS
*(.edata) ;
}
+ /* See coffcode.h. These are discarded. */
.junk BLOCK(__section_alignment__) : {
*(.debug\$S)
*(.debug\$T)