This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

RFA general question



For my fix, I have changes in "newlib", "tcl", "gdbtk" & "gdb". Do I
submit a ChangeLog entry for each with a separate [RFA]'s or
do I put a ChangeLog entry at "devo" level.

Another question, while I got you attention:

I'm trying to support 64-bit targets on 32-bit hosts and need a small
change in tcl/generic/tclBasic.c where I can use "%lld" instead of
"%ld" in orger to fix my problem. Normally, in gdb, we use functions
like padddr_nz() to avoid using the gcc-ism of "%llx", but these are
local to gdb (gdb/defs.h and gdb/utils.c). What solutions are there
for Tcl? I could make a static copy (of paddr_d) in the file where I need
it!?

John


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