]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/scripttempl/st2000.sc
Remove sony newsos3 support
[thirdparty/binutils-gdb.git] / ld / scripttempl / st2000.sc
CommitLineData
219d1afa 1# Copyright (C) 2014-2018 Free Software Foundation, Inc.
6c19b93b 2#
985743c7
NC
3# Copying and distribution of this file, with or without modification,
4# are permitted in any medium without royalty provided the copyright
5# notice and this notice are preserved.
6
252b5132 7cat <<EOF
219d1afa 8/* Copyright (C) 2014-2018 Free Software Foundation, Inc.
985743c7
NC
9
10 Copying and distribution of this script, with or without modification,
11 are permitted in any medium without royalty provided the copyright
12 notice and this notice are preserved. */
13
252b5132
RH
14OUTPUT_FORMAT("${OUTPUT_FORMAT}")
15OUTPUT_ARCH(${ARCH})
16
6c19b93b
AM
17SECTIONS
18{
252b5132 19.text :
6c19b93b
AM
20 {
21 *(.text)
252b5132 22 *(.strings)
6c19b93b 23 _etext = .;
252b5132
RH
24 *(.data)
25 _edata = .;
26 *(.bss)
27 *(COMMON)
28 _end = .;
985743c7 29 }
252b5132
RH
30}
31EOF
32
33
34
35