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]

Re: Incompatibility with tcl 8.4 [Re: [1/2] RFC: add a DWARF assembler]


On Fri, 01 Feb 2013 18:49:49 +0100, Tom Tromey wrote:
> Sorry about that.
> It appears to be a subtle change in Tcl 8.5.
> 
> Anyway, please try this:

Yes, it works, after adding:

 if  {[gdb_compile [list ${binfile}1.o ${binfile}2.o] \
-         "${binfile}" executable {}] != ""} {
+         "${binfile}" executable {c++}] != ""} {


Thanks,
Jan


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