linker: tool-gcc: remove gratuitous define
In binutils SORT is an alias for SORT_BY_NAME. Don't confuse people by replacing explicit use of the actual directive with an alias for that same directive. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
666949cda1
commit
fcf58d2bde
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@
|
||||||
#define SECTION_DATA_PROLOGUE(name, options, align) name options : align
|
#define SECTION_DATA_PROLOGUE(name, options, align) name options : align
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SORT_BY_NAME(x) SORT(x)
|
|
||||||
|
|
||||||
#define COMMON_SYMBOLS *(COMMON)
|
#define COMMON_SYMBOLS *(COMMON)
|
||||||
|
|
||||||
#endif /* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_GCC_H_ */
|
#endif /* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_GCC_H_ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue