From b8eb021a303910329ef9fc7b22bfa8e3315e9fc9 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 23 Apr 2006 14:15:01 +0000 Subject: [PATCH] * rs6000-tdep.c: Include "reggroups.h" only once. * Makefile.in (rs6000-tdep.o): Update dependencies. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 2 +- gdb/rs6000-tdep.c | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 030d5829a17..5c0a04d687f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2006-04-23 Andreas Schwab + + * rs6000-tdep.c: Include "reggroups.h" only once. + * Makefile.in (rs6000-tdep.o): Update dependencies. + 2006-04-21 Frederic Riss * dwarf2read.c (dwarf2_start_subfile): Change prototype to accept diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f96c20cfe77..e27a718f3b2 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2515,7 +2515,7 @@ rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \ $(reggroups_h) $(libbfd_h) $(coff_internal_h) $(libcoff_h) \ $(coff_xcoff_h) $(libxcoff_h) $(elf_bfd_h) $(solib_svr4_h) \ $(ppc_tdep_h) $(gdb_assert_h) $(dis_asm_h) $(trad_frame_h) \ - $(frame_unwind_h) $(frame_base_h) $(reggroups_h) $(rs6000_tdep_h) + $(frame_unwind_h) $(frame_base_h) $(rs6000_tdep_h) rs6000-aix-tdep.o: rs6000-aix-tdep.c $(defs_h) $(osabi_h) $(rs6000_tdep_h) s390-nat.o: s390-nat.c $(defs_h) $(tm_h) $(regcache_h) $(inferior_h) \ $(s390_tdep_h) $(target_h) $(linux_nat_h) diff --git a/gdb/rs6000-tdep.c b/gdb/rs6000-tdep.c index f932b4c52a5..f22236c672f 100644 --- a/gdb/rs6000-tdep.c +++ b/gdb/rs6000-tdep.c @@ -59,7 +59,6 @@ #include "frame-unwind.h" #include "frame-base.h" -#include "reggroups.h" #include "rs6000-tdep.h" /* If the kernel has to deliver a signal, it pushes a sigcontext -- 2.30.2