1 # Copyright (C) 2014-2017 Free Software Foundation, Inc.
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.
10 /* Copyright (C) 2014-2017 Free Software Foundation, Inc.
12 Copying and distribution of this script, with or without modification,
13 are permitted in any medium without royalty provided the copyright
14 notice and this notice are preserved. */
16 /* Create a cp/m executable; load and execute at 0x100. */
17 OUTPUT_FORMAT("binary")
23 echo "OUTPUT_FORMAT(\"${OUTPUT_FORMAT}\")"
26 OUTPUT_ARCH("${OUTPUT_ARCH}")
32 ${RELOCATING+ __Htext = .;}
35 ${RELOCATING+ __Ldata = .;}
38 ${RELOCATING+ __Hdata = .;}
41 ${RELOCATING+ __Lbss = .;}
44 ${RELOCATING+ __Hbss = .;}