* scripttempl/elfmips.sc: When relocating, put .mips16.fn.* and
authorIan Lance Taylor <ian@airs.com>
Tue, 11 Feb 1997 20:34:57 +0000 (20:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 11 Feb 1997 20:34:57 +0000 (20:34 +0000)
.mips16.call.* in .text.

ld/ChangeLog
ld/scripttempl/elfmips.sc

index 4ab3f5fce5cb9ba43ffa30418b1b79b19095d0ce..9ba140fa7c1b4f65616950fbc9b04a58801b7649 100644 (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>
         
index 535310fb1b6a94ebbd5674e363ab6dae68868e9a..ec23a36027ace90bf168bbbb63dfea3036cddb64 100644 (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 = .);}
This page took 0.02972 seconds and 4 git commands to generate.