/* * Copyright (c) 2016 Intel Corporation * Copyright (c) 2017 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Linker command/script file * * Linker script for the POSIX (native) platform */ #include #include #include #include SECTIONS { #include #include #include __data_ram_end = .; } INSERT AFTER .data; /* * Note that the INSERT command actually changes the meaning of the -T command * line switch: The script will now augment the default SECTIONS instead of * replacing it. */