mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* scripttempl/pe.sc: Don't include .gcc_except_table and
.eh_frame on partial links. * scripttempl/pep.sc: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2007-07-12 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* scripttempl/pe.sc: Don't include .gcc_except_table and
|
||||||
|
.eh_frame on partial links.
|
||||||
|
* scripttempl/pep.sc: Likewise.
|
||||||
|
|
||||||
2007-07-12 Alan Modra <amodra@bigpond.net.au>
|
2007-07-12 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
PR 4782
|
PR 4782
|
||||||
|
@ -71,7 +71,7 @@ SECTIONS
|
|||||||
/* ??? Why is .gcc_exc here? */
|
/* ??? Why is .gcc_exc here? */
|
||||||
${RELOCATING+ *(.gcc_exc)}
|
${RELOCATING+ *(.gcc_exc)}
|
||||||
${RELOCATING+PROVIDE (etext = .);}
|
${RELOCATING+PROVIDE (etext = .);}
|
||||||
*(.gcc_except_table)
|
${RELOCATING+ *(.gcc_except_table)}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Cygwin32 library uses a section to avoid copying certain data
|
/* The Cygwin32 library uses a section to avoid copying certain data
|
||||||
@ -95,7 +95,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
*(.rdata)
|
*(.rdata)
|
||||||
${R_RDATA}
|
${R_RDATA}
|
||||||
*(.eh_frame)
|
${RELOCATING+ *(.eh_frame)}
|
||||||
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
||||||
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
||||||
*(.rdata_runtime_pseudo_reloc)
|
*(.rdata_runtime_pseudo_reloc)
|
||||||
|
@ -71,7 +71,7 @@ SECTIONS
|
|||||||
/* ??? Why is .gcc_exc here? */
|
/* ??? Why is .gcc_exc here? */
|
||||||
${RELOCATING+ *(.gcc_exc)}
|
${RELOCATING+ *(.gcc_exc)}
|
||||||
${RELOCATING+PROVIDE (etext = .);}
|
${RELOCATING+PROVIDE (etext = .);}
|
||||||
*(.gcc_except_table)
|
${RELOCATING+ *(.gcc_except_table)}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Cygwin32 library uses a section to avoid copying certain data
|
/* The Cygwin32 library uses a section to avoid copying certain data
|
||||||
@ -95,7 +95,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
*(.rdata)
|
*(.rdata)
|
||||||
${R_RDATA}
|
${R_RDATA}
|
||||||
*(.eh_frame)
|
${RELOCATING+ *(.eh_frame)}
|
||||||
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
${RELOCATING+___RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
||||||
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
${RELOCATING+__RUNTIME_PSEUDO_RELOC_LIST__ = .;}
|
||||||
*(.rdata_runtime_pseudo_reloc)
|
*(.rdata_runtime_pseudo_reloc)
|
||||||
|
Reference in New Issue
Block a user