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/i386newframe] Fix x86_64 shared lib botch


Hmm,

I just discovered why I couldn't build the x86_64-linux cross debugger.

Fixed with this patch.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Add back definition.

Index: config/i386/x86-64linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/x86-64linux.mt,v
retrieving revision 1.6.20.1
diff -u -p -r1.6.20.1 x86-64linux.mt
--- config/i386/x86-64linux.mt 17 May 2003 15:09:16 -0000 1.6.20.1
+++ config/i386/x86-64linux.mt 17 May 2003 15:24:05 -0000
@@ -3,3 +3,5 @@ TDEPFILES= x86-64-tdep.o x86-64-linux-td
 	i386-tdep.o i387-tdep.o \
 	solib.o solib-svr4.o solib-legacy.o
 TM_FILE=tm-x86-64linux.h
+
+GDB_MULTI_ARCH=GDB_MULTI_ARCH_TM


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