This is the mail archive of the gdb-patches@sourceware.org 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]: Sparc/Linux build fix


I just checked in this obvious build fix for the two
Linux/Sparc targets.

2006-02-26  David S. Miller  <davem@sunset.davemloft.net>

	* config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
	* config/sparc/linux64.mt (TDEPFILES): Likewise.

--- ./config/sparc/linux.mt.~1~	2005-02-09 07:58:51.000000000 -0800
+++ ./config/sparc/linux.mt	2006-02-25 15:17:27.000000000 -0800
@@ -1,4 +1,4 @@
 # Target: GNU/Linux SPARC
-TDEPFILES= sparc-tdep.o sparc-sol2-tdep.o sparc-linux-tdep.o \
+TDEPFILES= sparc-tdep.o sparc-sol2-tdep.o sol2-tdep.o sparc-linux-tdep.o \
 	solib.o solib-svr4.o symfile-mem.o
 DEPRECATED_TM_FILE= solib.h
--- ./config/sparc/linux64.mt.~1~	2004-09-13 13:55:42.000000000 -0700
+++ ./config/sparc/linux64.mt	2006-02-25 15:17:34.000000000 -0800
@@ -1,5 +1,5 @@
 # Target: GNU/Linux UltraSPARC
-TDEPFILES= sparc64-tdep.o sparc64-sol2-tdep.o sparc64-linux-tdep.o \
+TDEPFILES= sparc64-tdep.o sparc64-sol2-tdep.o sol2-tdep.o sparc64-linux-tdep.o \
 	sparc-tdep.o sparc-sol2-tdep.o sparc-linux-tdep.o \
 	solib.o solib-svr4.o
 DEPRECATED_TM_FILE= solib.h


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