summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c')
-rw-r--r--c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c b/c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c
index 8d17911abf..f99a38f7b5 100644
--- a/c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c
+++ b/c/src/lib/libbsp/mips/shared/gdbstub/rtems-stub-glue.c
@@ -1392,6 +1392,13 @@ int rtems_gdb_stub_get_offsets(
)
{
/*
+** These are the right symbols for the desired addresses,
+** but giving them causes gdb to have fits, so we leave
+** the reported values as 0. Doesn't hurt the stub's
+** operation as far as I've observed.
+*/
+
+/*
extern unsigned32 _ftext;
extern unsigned32 _fdata;
extern unsigned32 _bss_start;