mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* scripttempl/pe.sc (.data): Add .jcr subsection.
This commit is contained in:
parent
b3f8a860a3
commit
02f80eef3f
@ -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.
|
||||||
|
@ -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)}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user