[PATCH/i386newframe] Fix x86_64 shared lib botch

Mark Kettenis kettenis@chello.nl
Sat May 17 15:28:00 GMT 2003


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



More information about the Gdb-patches mailing list