Skip to content
Snippets Groups Projects
Commit 31e675b3 authored by Antoine Faure's avatar Antoine Faure
Browse files

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

parent 9ba2e537
Branches
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm") ...@@ -31,6 +31,9 @@ OUTPUT_FORMAT("elf32-littlearm", "elf32-littlearm", "elf32-littlearm")
OUTPUT_ARCH(arm) OUTPUT_ARCH(arm)
SEARCH_DIR(.) SEARCH_DIR(.)
/* This is only used by gdb to understand where to start */
ENTRY(reset_handler_default)
/* Section Definitions */ /* Section Definitions */
SECTIONS SECTIONS
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment