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]

Obvious patch for x86-64 committed



It seems that Jiri forgot to commit the appended patch, I've done this
now,

Andreas

2002-02-21  Jiri Smid  <smid@suse.cz>

	* config/i386/x86-64linux.mh (NATDEPFILES): Remove x86-64-nat.o.

Index: gdb/config/i386/x86-64linux.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/x86-64linux.mh,v
retrieving revision 1.4
diff -u -p -r1.4 x86-64linux.mh
--- x86-64linux.mh	2002/01/18 04:50:59	1.4
+++ x86-64linux.mh	2002/02/21 12:44:56
@@ -4,7 +4,7 @@ XM_FILE= xm-i386.h
 
 NAT_FILE= nm-x86-64.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
-	core-aout.o i386-nat.o x86-64-nat.o x86-64-linux-nat.o \
+	core-aout.o i386-nat.o x86-64-linux-nat.o \
 	i387-nat.o proc-service.o thread-db.o lin-lwp.o \
 	linux-proc.o gcore.o 
 

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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