Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
linker-tool-lld.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023, Google, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_
16#define ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_
17
19
38#undef SECTION_PROLOGUE
39#define SECTION_PROLOGUE(name, options, align) \
40 name options : align
41
57#undef SECTION_DATA_PROLOGUE
58#define SECTION_DATA_PROLOGUE(name, options, align) \
59 SECTION_PROLOGUE(name, options, align)
60
61#endif /* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_LLD_H_ */
GCC toolchain linker defs.