# Copyright (C) 2014-2024 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. # This script fragment gathers together some of the more miscellaneous # sections that might appear in a linker's input. It can be invoked # with a single parameter which is the memory region into which loadable # sections should be placed. If the parameter is missing, no memory # section placement is used. if test "x$2" = "x" ; then REGION="" else REGION="> $2" fi cat <