* emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
.MIPS.events and .MIPS.content handling. * emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
This commit is contained in:
parent
f1a5f37efe
commit
0ca638235f
@ -1,3 +1,9 @@
|
|||||||
|
Mon Jul 19 14:19:14 1999 Mark P. Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
|
* emulparams/elf32bmipn32.sh (OTHER_RELOCATING_SECTIONS): Add
|
||||||
|
.MIPS.events and .MIPS.content handling.
|
||||||
|
* emulparams/elf64bmip.sh (OTHER_RELOCATING_SECTIONS): Likewise.
|
||||||
|
|
||||||
1999-07-17 Nick Clifton <nickc@cygnus.com>
|
1999-07-17 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* ldlang.c (get_target): New function: Return true iff the
|
* ldlang.c (get_target): New function: Return true iff the
|
||||||
|
@ -41,3 +41,35 @@ EXECUTABLE_SYMBOLS="
|
|||||||
# segment.
|
# segment.
|
||||||
WRITABLE_RODATA=
|
WRITABLE_RODATA=
|
||||||
|
|
||||||
|
OTHER_RELOCATING_SECTIONS='
|
||||||
|
.MIPS.events.text :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.text)
|
||||||
|
*(.MIPS.events.gnu.linkonce.t*)
|
||||||
|
}
|
||||||
|
.MIPS.content.text :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.text)
|
||||||
|
*(.MIPS.content.gnu.linkonce.t*)
|
||||||
|
}
|
||||||
|
.MIPS.events.data :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.data)
|
||||||
|
*(.MIPS.events.gnu.linkonce.d*)
|
||||||
|
}
|
||||||
|
.MIPS.content.data :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.data)
|
||||||
|
*(.MIPS.content.gnu.linkonce.d*)
|
||||||
|
}
|
||||||
|
.MIPS.events.rodata :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.rodata)
|
||||||
|
*(.MIPS.events.gnu.linkonce.r*)
|
||||||
|
}
|
||||||
|
.MIPS.content.rodata :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.rodata)
|
||||||
|
*(.MIPS.content.gnu.linkonce.r*)
|
||||||
|
}
|
||||||
|
'
|
||||||
|
@ -45,3 +45,35 @@ EXECUTABLE_SYMBOLS="
|
|||||||
WRITABLE_RODATA=
|
WRITABLE_RODATA=
|
||||||
|
|
||||||
|
|
||||||
|
OTHER_RELOCATING_SECTIONS='
|
||||||
|
.MIPS.events.text :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.text)
|
||||||
|
*(.MIPS.events.gnu.linkonce.t*)
|
||||||
|
}
|
||||||
|
.MIPS.content.text :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.text)
|
||||||
|
*(.MIPS.content.gnu.linkonce.t*)
|
||||||
|
}
|
||||||
|
.MIPS.events.data :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.data)
|
||||||
|
*(.MIPS.events.gnu.linkonce.d*)
|
||||||
|
}
|
||||||
|
.MIPS.content.data :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.data)
|
||||||
|
*(.MIPS.content.gnu.linkonce.d*)
|
||||||
|
}
|
||||||
|
.MIPS.events.rodata :
|
||||||
|
{
|
||||||
|
*(.MIPS.events.rodata)
|
||||||
|
*(.MIPS.events.gnu.linkonce.r*)
|
||||||
|
}
|
||||||
|
.MIPS.content.rodata :
|
||||||
|
{
|
||||||
|
*(.MIPS.content.rodata)
|
||||||
|
*(.MIPS.content.gnu.linkonce.r*)
|
||||||
|
}
|
||||||
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user