aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-01-15 13:45:24 +0000
committerMark Kettenis <kettenis@gnu.org>2006-01-15 13:45:24 +0000
commit469db0334575ee2ca988db263fb102b9a91ab3f9 (patch)
treeab627a666762bd4877851304928d4c9b85121a12 /gdb
parent081bf9da7d553463fabcf98e15ea9b57b4e4e018 (diff)
downloadgdb-469db0334575ee2ca988db263fb102b9a91ab3f9.zip
gdb-469db0334575ee2ca988db263fb102b9a91ab3f9.tar.gz
gdb-469db0334575ee2ca988db263fb102b9a91ab3f9.tar.bz2
* s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
* Makefile.in (s390-tdep.o): Update dependencies.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in7
-rw-r--r--gdb/s390-tdep.c6
3 files changed, 10 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 449d99f..32434a2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-15 Mark Kettenis <kettenis@gnu.org>
+
+ * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
+ * Makefile.in (s390-tdep.o): Update dependencies.
+
2006-01-14 Mark Kettenis <kettenis@gnu.org>
* sol2-tdep.h. sol2-tdep.c: New files.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index b6f0c98..d3dfb28 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2498,10 +2498,9 @@ s390-nat.o: s390-nat.c $(defs_h) $(tm_h) $(regcache_h) $(inferior_h) \
$(s390_tdep_h) $(target_h) $(linux_nat_h)
s390-tdep.o: s390-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
$(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(objfiles_h) \
- $(tm_h) $(__bfd_bfd_h) $(floatformat_h) $(regcache_h) \
- $(trad_frame_h) $(frame_base_h) $(frame_unwind_h) $(dwarf2_frame_h) \
- $(reggroups_h) $(regset_h) $(value_h) $(gdb_assert_h) $(dis_asm_h) \
- $(solib_svr4_h) $(s390_tdep_h)
+ $(floatformat_h) $(regcache_h) $(trad_frame_h) $(frame_base_h) \
+ $(frame_unwind_h) $(dwarf2_frame_h) $(reggroups_h) $(regset_h) \
+ $(value_h) $(gdb_assert_h) $(dis_asm_h) $(solib_svr4_h) $(s390_tdep_h)
scm-exp.o: scm-exp.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
$(parser_defs_h) $(language_h) $(value_h) $(c_lang_h) $(scm_lang_h) \
$(scm_tags_h)
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index 917aead..b5a92ca 100644
--- a/gdb/s390-tdep.c
+++ b/gdb/s390-tdep.c
@@ -1,7 +1,7 @@
/* Target-dependent code for GDB, the GNU debugger.
- Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
- Inc.
+ Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
+ Free Software Foundation, Inc.
Contributed by D.J. Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
for IBM Deutschland Entwicklung GmbH, IBM Corporation.
@@ -32,8 +32,6 @@
#include "gdbcore.h"
#include "gdbcmd.h"
#include "objfiles.h"
-#include "tm.h"
-#include "../bfd/bfd.h"
#include "floatformat.h"
#include "regcache.h"
#include "trad-frame.h"