From: David MacKenzie Date: Thu, 17 Jun 1993 21:21:21 +0000 (+0000) Subject: Moved to scripttempl subdir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fa11e9f43dee979026d9915fd9b2eb7265e7f7e;p=binutils-gdb.git Moved to scripttempl subdir. --- diff --git a/ld/a29k.sc-sh b/ld/a29k.sc-sh deleted file mode 100755 index a43a5ebb7df..00000000000 --- a/ld/a29k.sc-sh +++ /dev/null @@ -1,38 +0,0 @@ -cat < text} - .shbss SIZEOF(.text) + ADDR(.text) : { - *(.shbss) - } - .talias : { } ${RELOCATING+ > talias} - .data : { - *(.data) - ${RELOCATING+ __edata = .}; - } ${RELOCATING+ > data} - .bss SIZEOF(.data) + ADDR(.data) : - { - *(.bss) - *(COMMON) - ${RELOCATING+ __end = ALIGN(0x8)}; - } - .mstack : { } ${RELOCATING+ > mstack} - .rstack : { } ${RELOCATING+ > rstack} -} -EOF diff --git a/ld/aout.sc-sh b/ld/aout.sc-sh deleted file mode 100755 index 06439252dd1..00000000000 --- a/ld/aout.sc-sh +++ /dev/null @@ -1,32 +0,0 @@ -cat < ram} -.data : - { - *(.data) - ${RELOCATING+ _edata = . ; } - } ${RELOCATING+ > ram} -.bss : - { - ${RELOCATING+ _bss_start = . ;} - *(.bss) - *(COMMON) - ${RELOCATING+ _end = . ; } - } ${RELOCATING+ >ram} -.stack : - { - ${RELOCATING+ _stack = . ; } - *(.stack) - } ${RELOCATING+ > topram} -} -EOF - - - - diff --git a/ld/h8500hms.sc-sh b/ld/h8500hms.sc-sh deleted file mode 100755 index ed2d44f83e0..00000000000 --- a/ld/h8500hms.sc-sh +++ /dev/null @@ -1,43 +0,0 @@ -cat < ram} -.data : - { - *(.data) - ${RELOCATING+ _edata = . ; } - } ${RELOCATING+ > ram} -.bss : - { - ${RELOCATING+ _bss_start = . ;} - *(.bss) - *(COMMON) - ${RELOCATING+ _end = . ; } - } ${RELOCATING+ >ram} -.stack : - { - ${RELOCATING+ _stack = . ; } - *(.stack) - } ${RELOCATING+ > topram} -} -EOF - - - - diff --git a/ld/hppaosf.sc-sh b/ld/hppaosf.sc-sh deleted file mode 100644 index 30e3c6e3a73..00000000000 --- a/ld/hppaosf.sc-sh +++ /dev/null @@ -1,29 +0,0 @@ -cat <. -cat < text} - .shbss SIZEOF(.text) + ADDR(.text) : { - *(.shbss) - } - .talias : { } ${RELOCATING+ > talias} - .data : { - *(.data) - ${RELOCATING+ edata = .}; - } ${RELOCATING+ > data} - .bss SIZEOF(.data) + ADDR(.data) : - { - ${RELOCATING+ __bss_start = .}; - *(.bss) - *(COMMON) - ${RELOCATING+ end = ALIGN(0x8)}; - ${RELOCATING+ _end = ALIGN(0x8)}; - } - .mstack : { } ${RELOCATING+ > mstack} - .rstack : { } ${RELOCATING+ > rstack} -} -EOF diff --git a/ld/m88kbcs.sc-sh b/ld/m88kbcs.sc-sh deleted file mode 100755 index c7fe189611d..00000000000 --- a/ld/m88kbcs.sc-sh +++ /dev/null @@ -1,41 +0,0 @@ -cat <. -# These variables may be overridden by the emulation file. The -# defaults are appropriate for a DECstation running Ultrix. -test -z "$ENTRY" && ENTRY=__start -test -z "$TEXT_START_ADDR" && TEXT_START_ADDR="0x400000 + SIZEOF_HEADERS" -test -z "$DATA_ADDR" && DATA_ADDR=0x10000000 -test -z "$BSS_VAR" && BSS_VAR= -cat < ram} -.data : - { - *(.data) - ${RELOCATING+ _edata = . ; } - } ${RELOCATING+ > ram} -.bss : - { - ${RELOCATING+ _bss_start = . ;} - *(.bss) - *(COMMON) - ${RELOCATING+ _end = . ; } - } ${RELOCATING+ >ram} -.stack : - { - ${RELOCATING+ _stack = . ; } - *(.stack) - } ${RELOCATING+ > ram} -} -EOF - - - - diff --git a/ld/st2000.sc-sh b/ld/st2000.sc-sh deleted file mode 100755 index 7ee132a8b26..00000000000 --- a/ld/st2000.sc-sh +++ /dev/null @@ -1,26 +0,0 @@ -cat <