* scripttempl/pe.sc (.data): Add .jcr subsection.

This commit is contained in:
Danny Smith 2004-11-30 23:54:53 +00:00
parent b3f8a860a3
commit 02f80eef3f
2 changed files with 5 additions and 0 deletions

View File

@ -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> 2004-11-30 Paul Brook <paul@codesourcery.com>
* emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge. * emultempl/armelf.em: Ignore -p and -no-pipeline-knowledge.

View File

@ -88,6 +88,7 @@ SECTIONS
*(.data) *(.data)
*(.data2) *(.data2)
${R_DATA} ${R_DATA}
*(.jcr)
${RELOCATING+__data_end__ = . ;} ${RELOCATING+__data_end__ = . ;}
${RELOCATING+*(.data_cygwin_nocopy)} ${RELOCATING+*(.data_cygwin_nocopy)}
} }