diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-30 02:09:05 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-30 02:09:05 +0000 |
commit | 83d1a36ae4e69a3bc19f9aae6c009e7d91d31ad6 (patch) | |
tree | 9e5a0af5c1fd7606c22a5f9cae1c394d3e3960de /gdb/Makefile.in | |
parent | 0f1e5c9c084874ac48361a74a90e99b5fe06097f (diff) | |
download | gdb-83d1a36ae4e69a3bc19f9aae6c009e7d91d31ad6.zip gdb-83d1a36ae4e69a3bc19f9aae6c009e7d91d31ad6.tar.gz gdb-83d1a36ae4e69a3bc19f9aae6c009e7d91d31ad6.tar.bz2 |
gdb/
* Makefile.in (ALL_TARGET_OBS): Add tic6x-tdep.o tic6x-linux-tdep.o
and solib-dsbt.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a3bd1f9..826d339 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -565,6 +565,7 @@ ALL_TARGET_OBS = \ sparc-linux-tdep.o sparcnbsd-tdep.o sparcobsd-tdep.o \ sparc-sol2-tdep.o sparc-tdep.o \ spu-tdep.o spu-multiarch.o solib-spu.o \ + tic6x-tdep.o tic6x-linux-tdep.o \ v850-tdep.o \ vaxnbsd-tdep.o vaxobsd-tdep.o vax-tdep.o \ xstormy16-tdep.o \ @@ -574,7 +575,7 @@ ALL_TARGET_OBS = \ nbsd-tdep.o obsd-tdep.o \ sol2-tdep.o \ solib-frv.o solib-irix.o solib-svr4.o solib-target.o \ - solib-som.o solib-pa64.o solib-darwin.o \ + solib-som.o solib-pa64.o solib-darwin.o solib-dsbt.o \ dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \ remote-m32r-sdi.o remote-mips.o \ xcoffread.o \ |