x86+arm: Remove symbols needed only by Diab toolchain

These symbols are no longer required.

Change-Id: I99f6afad0ffb116efde1e2ff28252a2e4d8b7fb4
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-10-15 14:58:28 -04:00 committed by Anas Nashif
commit 027ed5682b
2 changed files with 0 additions and 6 deletions

View file

@ -36,8 +36,6 @@ rest should not be triggered until the kernel is ready to handle them.
_ASM_FILE_PROLOGUE
/* Diab requires a __start symbol */
SECTION_SUBSEC_FUNC(exc_vector_table,_Start,__start)
SECTION_SUBSEC_FUNC(exc_vector_table,_Start,_VectorTableROM)
.word __CORTEXM_BOOT_MSP

View file

@ -81,13 +81,9 @@ OUTPUT_ARCH(i386)
#define SECTION_AT_PROLOGUE(name, options, align, addr) \
name options : align AT(addr)
/* Diab-isms */
#define SORT_BY_NAME(x) SORT(x)
#define OPTIONAL
/* see linker-tool-diab.h for description */
#define PGALIGN_ALIGN(x) ALIGN(x)
#define COMMON_SYMBOLS *(COMMON)
#endif /* !__LINKER_TOOL_GCC_H */