diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-30 22:50:33 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-30 22:50:33 +0000 |
commit | ad527d2e20f167064a998e8f88051cbcdc401e4d (patch) | |
tree | 30c260ea15e087a215dce12de9cc83035a1676a1 /gdb/Makefile.in | |
parent | ed50f18f1854624ebbd68f3424e2101f86885e09 (diff) | |
download | gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.zip gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.tar.gz gdb-ad527d2e20f167064a998e8f88051cbcdc401e4d.tar.bz2 |
gdb/
* configure.tgt: Move mips*-*-pe and sh*-*-pe to
the obsoletion stanza.
* NEWS: Mention deleted targets.
* config/sh/tm-wince.h: Remove.
* config/sh/wince.mt: Remove.
* config/mips/tm-wince.h: Remove.
* config/mips/wince.mt: Remove.
* wince.c: Remove.
* wince-stub.c: Remove.
* wince-stub.h: Remove.
* Makefile.in (wince.o): Remove rule.
(wince-stub.o): Likewise.
* mips-tdep.c (mips_next_pc): Make static.
* mips-tdep.h (mips_next_pc): Remove declaration.
* arm-tdep.c (arm_pc_is_thumb): Make static.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
* arm-tdep.h (arm_pc_is_thumb_dummy): Remove declaration.
(arm_pc_is_thumb): Likewise.
(thumb_get_next_pc): Likewise.
(arm_get_next_pc): Likewise.
gdb/doc/
* gdb.texinfo (WinCE): Delete obsolete subsection.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c200ce9..002750c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -833,7 +833,6 @@ varobj_h = varobj.h $(symtab_h) $(gdbtypes_h) vax_tdep_h = vax-tdep.h vec_h = vec.h $(gdb_assert_h) $(gdb_string_h) version_h = version.h -wince_stub_h = wince-stub.h wrapper_h = wrapper.h $(gdb_h) xcoffsolib_h = xcoffsolib.h xml_support_h = xml-support.h $(gdb_obstack_h) $(vec_h) @@ -2866,11 +2865,6 @@ win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ $(regcache_h) $(top_h) $(buildsym_h) $(symfile_h) $(objfiles_h) \ $(gdb_string_h) $(gdbthread_h) $(gdbcmd_h) $(exec_h) $(solist_h) \ $(solib_h) $(i386_tdep_h) $(i387_tdep_h) -wince.o: wince.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ - $(exceptions_h) $(gdbcore_h) $(command_h) $(buildsym_h) $(symfile_h) \ - $(objfiles_h) $(gdb_string_h) $(gdbthread_h) $(gdbcmd_h) \ - $(wince_stub_h) $(regcache_h) $(mips_tdep_h) -wince-stub.o: wince-stub.c $(wince_stub_h) wrapper.o: wrapper.c $(defs_h) $(value_h) $(exceptions_h) $(wrapper_h) \ $(ui_out_h) xcoffread.o: xcoffread.c $(defs_h) $(bfd_h) $(gdb_string_h) $(gdb_stat_h) \ |