summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-30 23:54:53 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2004-11-30 23:54:53 +0000
commit02f80eef3f88df03073ecead819322aa6b1d6096 (patch)
tree5072a2e8ee289f109c0eab51359312e9aa71c5bd /ld/scripttempl
parentb3f8a860a333c158488c4b6ea744af3bf94c8d6f (diff)
downloadbinutils-02f80eef3f88df03073ecead819322aa6b1d6096.tar.gz
binutils-02f80eef3f88df03073ecead819322aa6b1d6096.tar.bz2
binutils-02f80eef3f88df03073ecead819322aa6b1d6096.zip
* scripttempl/pe.sc (.data): Add .jcr subsection.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/pe.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index 8cbfe352e4a..69890f15f3e 100644
--- a/ld/scripttempl/pe.sc
+++ b/ld/scripttempl/pe.sc
@@ -88,6 +88,7 @@ SECTIONS
*(.data)
*(.data2)
${R_DATA}
+ *(.jcr)
${RELOCATING+__data_end__ = . ;}
${RELOCATING+*(.data_cygwin_nocopy)}
}