1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu: cortex_common: Add entry point to tell gdb where to start

This commit is contained in:
Antoine Faure 2016-04-06 14:30:55 +02:00
parent 9ba2e5372d
commit 31e675b359

View File

@ -31,6 +31,9 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm)
SEARCH_DIR(.)
/* This is only used by gdb to understand where to start */
ENTRY(reset_handler_default)
/* Section Definitions */
SECTIONS
{