This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove core-sol2.c


Andrew's DEPRECATED_NPC_REGNUM removal patches made me realise that
this file is no longer used, so I've removed it.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* Makefile.in (ALLDEPFILES): Remove core-sol2.c.
	(core-sol2.o): Remove dependency.
	* core-sol2.c: Remove file.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.475
diff -u -p -r1.475 Makefile.in
--- Makefile.in 3 Jan 2004 10:08:44 -0000 1.475
+++ Makefile.in 18 Jan 2004 14:46:28 -0000
@@ -1266,7 +1266,7 @@ ALLDEPFILES = \
 	armnbsd-nat.c armnbsd-tdep.c \
 	avr-tdep.c \
 	coff-solib.c \
-	core-sol2.c core-regset.c core-aout.c corelow.c \
+	core-regset.c core-aout.c corelow.c \
 	dcache.c delta68-nat.c dpx2-nat.c exec.c fork-child.c \
 	glibc-tdep.c \
 	go32-nat.c h8300-tdep.c \
@@ -1668,8 +1668,6 @@ corelow.o: corelow.c $(defs_h) $(gdb_str
 	$(gdbthread_h) $(regcache_h) $(symfile_h) $(exec_h)
 core-regset.o: core-regset.c $(defs_h) $(command_h) $(gdbcore_h) \
 	$(inferior_h) $(target_h) $(gdb_string_h) $(gregset_h)
-core-sol2.o: core-sol2.c $(defs_h) $(gdb_string_h) $(regcache_h) \
-	$(inferior_h) $(target_h) $(command_h) $(gdbcore_h) $(gregset_h)
 cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(command_h) $(gdbcmd_h) \
 	$(ui_out_h) $(gdb_string_h)
 cp-namespace.o: cp-namespace.c $(defs_h) $(cp_support_h) $(gdb_obstack_h) \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]