* scripttempl/pe.sc (.data): Add .jcr subsection.
This commit is contained in:
parent
b3f8a860a3
commit
02f80eef3f
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -88,6 +88,7 @@ SECTIONS
|
|||
*(.data)
|
||||
*(.data2)
|
||||
${R_DATA}
|
||||
*(.jcr)
|
||||
${RELOCATING+__data_end__ = . ;}
|
||||
${RELOCATING+*(.data_cygwin_nocopy)}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue