mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and
.mips16.call.* in .text.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Feb 11 15:34:26 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and
|
||||||
|
.mips16.call.* in .text.
|
||||||
|
|
||||||
start-sanitize-r5900
|
start-sanitize-r5900
|
||||||
Fri Feb 7 13:16:53 1997 Gavin Koch <gavin@cygnus.com>
|
Fri Feb 7 13:16:53 1997 Gavin Koch <gavin@cygnus.com>
|
||||||
|
|
||||||
|
@ -104,7 +104,9 @@ SECTIONS
|
|||||||
*(.stub)
|
*(.stub)
|
||||||
/* .gnu.warning sections are handled specially by elf32.em. */
|
/* .gnu.warning sections are handled specially by elf32.em. */
|
||||||
*(.gnu.warning)
|
*(.gnu.warning)
|
||||||
*(.gnu.linkonce.t*)
|
${RELOCATING+*(.gnu.linkonce.t*)}
|
||||||
|
${RELOCATING+*(.mips16.fn.*)}
|
||||||
|
${RELOCATING+*(.mips16.call.*)}
|
||||||
} =${NOP-0}
|
} =${NOP-0}
|
||||||
${RELOCATING+_etext = .;}
|
${RELOCATING+_etext = .;}
|
||||||
${RELOCATING+PROVIDE (etext = .);}
|
${RELOCATING+PROVIDE (etext = .);}
|
||||||
|
Reference in New Issue
Block a user