Added the entry point definiton to all stm32 linker scripts. This allows gdb to reset the target correctly on exit.

This commit is contained in:
Piotr Esden-Tempski 2012-01-16 23:46:56 -08:00
parent 9532195e65
commit 1a3ad6e998
3 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,9 @@
/* Enforce emmition of the vector table. */
EXTERN (vector_table)
/* Define the entry point of the output file. */
ENTRY(reset_handler)
/* Define sections. */
SECTIONS
{

View File

@ -24,6 +24,9 @@
/* Enforce emmition of the vector table. */
EXTERN (vector_table)
/* Define the entry point of the output file. */
ENTRY(reset_handler)
/* Define sections. */
SECTIONS
{

View File

@ -24,6 +24,9 @@
/* Enforce emmition of the vector table. */
EXTERN (vector_table)
/* Define the entry point of the output file. */
ENTRY(reset_handler)
/* Define sections. */
SECTIONS
{