aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/scripttempl/pe.sc1
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 97cc36c..2098f2a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-01 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * scripttempl/pe.sc (.data): Add .jcr subsection.
+
2004-11-30 Paul Brook <paul@codesourcery.com>
* emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index 8cbfe35..69890f1 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)}
}