diff options
author | Kevin Buettner <kevinb@redhat.com> | 2013-06-25 01:16:31 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2013-06-25 01:16:31 +0000 |
commit | 586cf74920aadc3bb0c4fb1de26135b3fcdead9c (patch) | |
tree | 4224886a8368514fb5d40b679a13fc37e7248be8 /gdb/Makefile.in | |
parent | 455780c26f69d0cebd717d2b793df99eccccc3e8 (diff) | |
download | gdb-586cf74920aadc3bb0c4fb1de26135b3fcdead9c.zip gdb-586cf74920aadc3bb0c4fb1de26135b3fcdead9c.tar.gz gdb-586cf74920aadc3bb0c4fb1de26135b3fcdead9c.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a6658c4..c27c03a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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 \ |