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:
@@ -24,6 +24,9 @@
|
|||||||
/* Enforce emmition of the vector table. */
|
/* Enforce emmition of the vector table. */
|
||||||
EXTERN (vector_table)
|
EXTERN (vector_table)
|
||||||
|
|
||||||
|
/* Define the entry point of the output file. */
|
||||||
|
ENTRY(reset_handler)
|
||||||
|
|
||||||
/* Define sections. */
|
/* Define sections. */
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
/* Enforce emmition of the vector table. */
|
/* Enforce emmition of the vector table. */
|
||||||
EXTERN (vector_table)
|
EXTERN (vector_table)
|
||||||
|
|
||||||
|
/* Define the entry point of the output file. */
|
||||||
|
ENTRY(reset_handler)
|
||||||
|
|
||||||
/* Define sections. */
|
/* Define sections. */
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -24,6 +24,9 @@
|
|||||||
/* Enforce emmition of the vector table. */
|
/* Enforce emmition of the vector table. */
|
||||||
EXTERN (vector_table)
|
EXTERN (vector_table)
|
||||||
|
|
||||||
|
/* Define the entry point of the output file. */
|
||||||
|
ENTRY(reset_handler)
|
||||||
|
|
||||||
/* Define sections. */
|
/* Define sections. */
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user