* scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and

.mips16.call.* in .text.
This commit is contained in:
Ian Lance Taylor 1997-02-11 20:34:57 +00:00
parent a4183ba5c9
commit e7886d4ba1
2 changed files with 8 additions and 1 deletions

View file

@ -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
Fri Feb 7 13:16:53 1997 Gavin Koch <gavin@cygnus.com>

View file

@ -104,7 +104,9 @@ SECTIONS
*(.stub)
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)
${RELOCATING+*(.gnu.linkonce.t*)}
${RELOCATING+*(.mips16.fn.*)}
${RELOCATING+*(.mips16.call.*)}
} =${NOP-0}
${RELOCATING+_etext = .;}
${RELOCATING+PROVIDE (etext = .);}