diff options
Diffstat (limited to 'recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch')
| -rw-r--r-- | recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch b/recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch new file mode 100644 index 00000000..78067c87 --- /dev/null +++ b/recipes-devtools/gdb/files/0014-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | From: David Holsgrove <david.holsgrove@xilinx.com> | ||
| 2 | Date: Mon, 16 Dec 2013 16:37:32 +1000 | ||
| 3 | Subject: microblaze: Add build_gdbserver=yes to top level configure.tgt | ||
| 4 | |||
| 5 | For Microblaze linux toolchains, set the build_gdbserver=yes | ||
| 6 | to allow driving gdbserver configuration from the upper level | ||
| 7 | |||
| 8 | This patch has been absorbed into the original patch to add | ||
| 9 | linux gdbserver support for Microblaze. | ||
| 10 | |||
| 11 | Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com> | ||
| 12 | Upstream-Status: Pending | ||
| 13 | --- | ||
| 14 | gdb/configure.tgt | 1 + | ||
| 15 | 1 file changed, 1 insertion(+) | ||
| 16 | |||
| 17 | diff --git a/gdb/configure.tgt b/gdb/configure.tgt | ||
| 18 | index 1285aac..6ea10a2 100644 | ||
| 19 | --- a/gdb/configure.tgt | ||
| 20 | +++ b/gdb/configure.tgt | ||
| 21 | @@ -342,6 +342,7 @@ microblaze*-linux-*|microblaze*-*-linux*) | ||
| 22 | gdb_target_obs="microblaze-tdep.o microblaze-linux-tdep.o microblaze-rom.o glibc-tdep.o \ | ||
| 23 | monitor.o dsrec.o solib-svr4.o symfile-mem.o linux-tdep.o" | ||
| 24 | gdb_sim=../sim/microblaze/libsim.a | ||
| 25 | + build_gdbserver=yes | ||
| 26 | ;; | ||
| 27 | microblaze*-*-*) | ||
| 28 | # Target: Xilinx MicroBlaze running standalone | ||
| 29 | -- | ||
| 30 | 1.7.9.5 | ||
| 31 | |||
