libdebugger: Avoid use of <bsp/linker-symbols.h>

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 08:42:07 +01:00
parent 8e8cf723a3
commit 6ad3f47143

View File

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