gdb: switch to 7.x for Blackfin
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 May 2014 22:07:19 +0000 (00:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 19 May 2014 22:30:19 +0000 (00:30 +0200)
commitdfc3cc23af3ceb715f322dcb63d82d9d9abfe3ac
treea5bf01f29e3aa3dbe42a236e67b8eff866756f9d
parent21aaa85608f1a98da7e6df76d1ce274076a03ef5
gdb: switch to 7.x for Blackfin

For some reason, we were keeping gdb version 6.6a specially for
Blackfin. However, it turns out that support for Blackfin was merged
in gdb 7.4 (cross-gdb and gdbserver, not native gdb on the
target). Therefore, we can simply remove the support for version 6.6a
and use 7.5 as the default.

Both 7.4 and 7.5 were built tested, including cross-gdb and gdbserver.

The original reason to switch to 7.x is that 6.6a doesn't build for
Blackfin FLAT, and while it builds for Blackfin FDPIC, it only builds
libiberty.a and does not actually build a cross debugger.

Fixes:

  http://autobuild.buildroot.org/results/b47/b47f85553336b7f63ee4ecdf8598374ce4a225a3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gdb/6.6a/100-uclibc-conf.patch [deleted file]
package/gdb/6.6a/600-fix-compile-flag-mismatch.patch [deleted file]
package/gdb/6.6a/gdb-6.6-bfin-gdbserver.patch [deleted file]
package/gdb/Config.in.host