/* * This file is a derivative work of arch/mips/cpu/u-boot.lds from the U-Boot * project and is licensed under GPL-2.0+. * * Copyright (C) 2003 Wolfgang Denk Engineering, */ SECTIONS { __test_runner_list_start = .; .test_runner_list : { KEEP(*(SORT(.test_runner_list*))); } __test_runner_list_end = .; } INSERT BEFORE .bss;