* Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
(ALLDEPFILES): Add msp430-tdep.c. * configure.tgt (msp430*-*-elf): New target. * msp430-tdep.c: New file.
This commit is contained in:
parent
455780c26f
commit
586cf74920
4 changed files with 1055 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-06-24 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* Makefile.in (ALL_TARGET_OBS): Add msp430-tdep.o.
|
||||
(ALLDEPFILES): Add msp430-tdep.c.
|
||||
* configure.tgt (msp430*-*-elf): New target.
|
||||
* msp430-tdep.c: New file.
|
||||
|
||||
2013-06-24 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* mips-tdep.c (mips_elf_make_msymbol_special): Handle MIPS16 and
|
||||
|
|
|
@ -572,6 +572,7 @@ ALL_TARGET_OBS = \
|
|||
mipsnbsd-tdep.o mips-tdep.o \
|
||||
mn10300-linux-tdep.o mn10300-tdep.o \
|
||||
moxie-tdep.o \
|
||||
msp430-tdep.o \
|
||||
mt-tdep.o \
|
||||
nios2-tdep.o nios2-linux-tdep.o \
|
||||
nto-tdep.o \
|
||||
|
@ -1516,6 +1517,7 @@ ALLDEPFILES = \
|
|||
mips-tdep.c \
|
||||
mipsnbsd-nat.c mipsnbsd-tdep.c \
|
||||
mips64obsd-nat.c mips64obsd-tdep.c \
|
||||
msp430-tdep.c \
|
||||
nios2-tdep.c nios2-linux-tdep.c \
|
||||
nbsd-nat.c nbsd-tdep.c obsd-tdep.c \
|
||||
solib-osf.c \
|
||||
|
|
|
@ -391,6 +391,11 @@ mn10300-*-*)
|
|||
gdb_sim=../sim/mn10300/libsim.a
|
||||
;;
|
||||
|
||||
msp430*-*-elf)
|
||||
gdb_target_obs="msp430-tdep.o"
|
||||
gdb_sim=../sim/msp430/libsim.a
|
||||
;;
|
||||
|
||||
mt-*-*)
|
||||
# Target: Morpho Technologies ms1 processor
|
||||
gdb_target_obs="mt-tdep.o"
|
||||
|
|
1041
gdb/msp430-tdep.c
Normal file
1041
gdb/msp430-tdep.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue