forked from Imagelibrary/rtems
@@ -37,8 +37,6 @@
|
|||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/score/threadimpl.h>
|
#include <rtems/score/threadimpl.h>
|
||||||
|
|
||||||
#include <bsp/linker-symbols.h>
|
|
||||||
|
|
||||||
#include "rtems-debugger-target.h"
|
#include "rtems-debugger-target.h"
|
||||||
#include "rtems-debugger-threads.h"
|
#include "rtems-debugger-threads.h"
|
||||||
|
|
||||||
@@ -946,6 +944,10 @@ target_exception_data_abort(void)
|
|||||||
*/
|
*/
|
||||||
static uint32_t text_section_flags;
|
static uint32_t text_section_flags;
|
||||||
|
|
||||||
|
/* Defined by linkcmds.base */
|
||||||
|
extern char bsp_section_text_begin[];
|
||||||
|
extern char bsp_section_text_end[];
|
||||||
|
|
||||||
static void
|
static void
|
||||||
rtems_debugger_target_set_vectors(void)
|
rtems_debugger_target_set_vectors(void)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user