mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
gdb: blackfin: enable simulator support
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ef016f835f
commit
5387a0c698
@ -1,3 +1,9 @@
|
||||
2011-03-05 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* bfin-tdep.c: Include sim-regno.h and gdb/sim-bfin.h.
|
||||
* configure.tgt (bfin-*-*linux*): Define gdb_sim.
|
||||
(bfin-*-*): Likewise.
|
||||
|
||||
2011-03-05 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* dwarf2expr.c (execute_stack_op): Delete superfluous semicolon.
|
||||
|
@ -32,6 +32,8 @@
|
||||
#include "trad-frame.h"
|
||||
#include "dis-asm.h"
|
||||
#include "gdb_assert.h"
|
||||
#include "sim-regno.h"
|
||||
#include "gdb/sim-bfin.h"
|
||||
#include "dwarf2-frame.h"
|
||||
#include "symtab.h"
|
||||
#include "elf-bfd.h"
|
||||
|
@ -109,11 +109,13 @@ avr-*-*)
|
||||
bfin-*-*linux*)
|
||||
# Target: Blackfin Linux
|
||||
gdb_target_obs="bfin-tdep.o bfin-linux-tdep.o linux-tdep.o"
|
||||
gdb_sim=../sim/bfin/libsim.a
|
||||
build_gdbserver=yes
|
||||
;;
|
||||
bfin-*-*)
|
||||
# Target: Blackfin processor
|
||||
gdb_target_obs="bfin-tdep.o"
|
||||
gdb_sim=../sim/bfin/libsim.a
|
||||
;;
|
||||
|
||||
cris*)
|
||||
|
Loading…
Reference in New Issue
Block a user