From: Danny Smith Date: Tue, 30 Nov 2004 23:54:53 +0000 (+0000) Subject: * scripttempl/pe.sc (.data): Add .jcr subsection. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02f80eef3f88df03073ecead819322aa6b1d6096;p=binutils-gdb.git * scripttempl/pe.sc (.data): Add .jcr subsection. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 97cc36cd7e0..2098f2adbef 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Danny Smith + + * scripttempl/pe.sc (.data): Add .jcr subsection. + 2004-11-30 Paul Brook * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge. 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)} }