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:
Peter Bigot 2021-02-09 09:03:49 -06:00 committed by Anas Nashif
commit fcf58d2bde

View file

@ -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_ */