162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ciSECTIONS {
362306a36Sopenharmony_ci	/* Group unwind sections into a single section: */
462306a36Sopenharmony_ci	.IA_64.unwind_info : { *(.IA_64.unwind_info*) }
562306a36Sopenharmony_ci	.IA_64.unwind : { *(.IA_64.unwind*) }
662306a36Sopenharmony_ci	/*
762306a36Sopenharmony_ci	 * Create place-holder sections to hold the PLTs, GOT, and
862306a36Sopenharmony_ci	 * official procedure-descriptors (.opd).
962306a36Sopenharmony_ci	 */
1062306a36Sopenharmony_ci	.core.plt : { BYTE(0) }
1162306a36Sopenharmony_ci	.init.plt : { BYTE(0) }
1262306a36Sopenharmony_ci	.got : { BYTE(0) }
1362306a36Sopenharmony_ci	.opd : { BYTE(0) }
1462306a36Sopenharmony_ci}
15