OSDN Git Service

Delete unused scripts.
authoramodra <amodra>
Tue, 22 Sep 2009 00:17:48 +0000 (00:17 +0000)
committeramodra <amodra>
Tue, 22 Sep 2009 00:17:48 +0000 (00:17 +0000)
ld/ChangeLog
ld/scripttempl/a29k.sc [deleted file]
ld/scripttempl/ebmon29k.sc [deleted file]
ld/scripttempl/m68klynx.sc [deleted file]
ld/scripttempl/sa29200.sc [deleted file]
ld/scripttempl/sparclynx.sc [deleted file]

index 9c16d6a..2267e8c 100644 (file)
@@ -1,3 +1,11 @@
+2009-09-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/a29k.sc: Delete.
+       * scripttempl/ebmon29k.sc: Delete.
+       * scripttempl/m68klynx.sc: Delete.
+       * scripttempl/sa29200.sc: Delete.
+       * scripttempl/sparclynx.sc: Delete.
+
 2009-09-21  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/ppc32elf.em (no_tls_get_addr_opt): New var.
diff --git a/ld/scripttempl/a29k.sc b/ld/scripttempl/a29k.sc
deleted file mode 100644 (file)
index 2825b1e..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
-${LIB_SEARCH_DIRS}
-
-SECTIONS
-{
-  .text : {
-    *(.text)
-    ${RELOCATING+ __etext  =  .};
-    ${CONSTRUCTING+ __CTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((__CTOR_END__ - __CTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.ctors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ __CTOR_END__ = .;}
-    ${CONSTRUCTING+ __DTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((__DTOR_END__ - __DTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.dtors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ __DTOR_END__ = .;}
-    *(.lit)
-    *(.shdata)
-  }
-  .shbss SIZEOF(.text) + ADDR(.text) : {
-    *(.shbss)
-  } 
-  .data  : {
-    *(.data)
-    ${RELOCATING+ __edata  =  .};
-  }
-  .bss   SIZEOF(.data) + ADDR(.data) :
-  {                                    
-   *(.bss)
-   *(COMMON)
-     ${RELOCATING+ __end = ALIGN(0x8)};
-  }
-}
-EOF
diff --git a/ld/scripttempl/ebmon29k.sc b/ld/scripttempl/ebmon29k.sc
deleted file mode 100644 (file)
index 5079488..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
-${RELOCATING+ENTRY (start)}
-
-SECTIONS {
-  .text ${RELOCATING+${TEXT_START_ADDR}} : 
-    {
-       *(.text);
-       ${RELOCATING+_etext = .};
-    }
-  data ${RELOCATING+0x80002000} :
-    {
-       *(.data);
-       *(.mstack); 
-       *(.shbss);
-       *(.rstack);
-       *(.mstack);
-       ${CONSTRUCTING+CONSTRUCTORS}
-    }
-  .bss  . :
-    { 
-       *(COMMON)       
-       *(.bss);
-       ${RELOCATING+_end = .};
-    } 
-}
-EOF
diff --git a/ld/scripttempl/m68klynx.sc b/ld/scripttempl/m68klynx.sc
deleted file mode 100644 (file)
index c624aad..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-test -z "$ENTRY" && ENTRY=_start
-cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
-${LIB_SEARCH_DIRS}
-
-${RELOCATING+ENTRY (${ENTRY})}
-
-SECTIONS
-{
-  .text ${RELOCATING+ SIZEOF_HEADERS} : {
-    *(.init)
-    *(.text)
-    ${RELOCATING+ etext  =  .;}
-    ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.ctors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ ___CTOR_END__ = .;}
-    ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.dtors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ ___DTOR_END__ = .;}
-    *(.fini)
-    ${RELOCATING+ etext  =  .};
-  }
-  .data ${RELOCATING+ 0x400000 + (. & 0xffc00fff)} : {
-    *(.data .data2)
-    ${RELOCATING+ edata  =  .};
-  }
-  .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
-  {                                    
-    *(.bss)
-    *(COMMON)
-    ${RELOCATING+ end = .};
-  }
-  .stab  0 ${RELOCATING+(NOLOAD)} : 
-  {
-    [ .stab ]
-  }
-  .stabstr  0 ${RELOCATING+(NOLOAD)} :
-  {
-    [ .stabstr ]
-  }
-}
-EOF
diff --git a/ld/scripttempl/sa29200.sc b/ld/scripttempl/sa29200.sc
deleted file mode 100644 (file)
index 96851d7..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
-${RELOCATING+ENTRY (start)}
-
-SECTIONS {
-  .text ${RELOCATING+${TEXT_START_ADDR}} : 
-    {
-       *(.text);
-       *(.text1);
-       *(.text2);
-       ${RELOCATING+_etext = .};
-    }
-  .lit ALIGN(4) :
-   {
-       *(.lit);
-       ${RELOCATING+_elit = .};
-   }
-  .data ALIGN(4) :
-    {
-       *(.data);
-       *(.data1);
-       *(.data2);
-       ${RELOCATING+_edata = .};
-       ${CONSTRUCTING+CONSTRUCTORS}
-       ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
-       ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
-       ${CONSTRUCTING+ *(.ctors)}
-       ${CONSTRUCTING+ LONG(0)}
-       ${CONSTRUCTING+ ___CTOR_END__ = .;}
-       ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
-       ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
-       ${CONSTRUCTING+ *(.dtors)}
-       ${CONSTRUCTING+ LONG(0)}
-       ${CONSTRUCTING+ ___DTOR_END__ = .;}
-    }
-
-  .bss  ALIGN(4) :
-    { 
-       *(COMMON)       
-       *(.bss)
-       ${RELOCATING+_end = .};
-    } 
-}
-EOF
diff --git a/ld/scripttempl/sparclynx.sc b/ld/scripttempl/sparclynx.sc
deleted file mode 100644 (file)
index d6ea110..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Linker script for Sparc LynxOS.
-test -z "$ENTRY" && ENTRY=_start
-cat <<EOF
-OUTPUT_FORMAT("${OUTPUT_FORMAT}")
-${LIB_SEARCH_DIRS}
-
-${RELOCATING+ENTRY (${ENTRY})}
-
-SECTIONS
-{
-  .text ${RELOCATING+ SIZEOF_HEADERS} : {
-    *(.init)
-    *(.text)
-    ${RELOCATING+ etext  =  .;}
-    ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.ctors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ ___CTOR_END__ = .;}
-    ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
-    ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
-    ${CONSTRUCTING+ *(.dtors)}
-    ${CONSTRUCTING+ LONG(0)}
-    ${CONSTRUCTING+ ___DTOR_END__ = .;}
-    *(.fini)
-    ${RELOCATING+ etext  =  .};
-  }
-  .data ${RELOCATING+ 0x400000 + (. & 0xffc00fff)} : {
-    *(.data)
-    ${RELOCATING+ edata  =  .};
-  }
-  .bss ${RELOCATING+ SIZEOF(.data) + ADDR(.data)} :
-  {                                    
-    *(.bss)
-    *(COMMON)
-    ${RELOCATING+ end = .};
-  }
-  .stab  0 ${RELOCATING+(NOLOAD)} : 
-  {
-    [ .stab ]
-  }
-  .stabstr  0 ${RELOCATING+(NOLOAD)} :
-  {
-    [ .stabstr ]
-  }
-}
-EOF