This is the mail archive of the gdb@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: [RFA] more fixes to testsuite (was RE: GDB 6.8.92 available for testing)


> PS: the #ifdef __WIN32__
> should probably be replaced by 
> something that is also defined for
> 64-bit windows, no?

We're "lucky" in this case, because __WIN32__ happens to be defined
on Windows64.

> 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
> 
> 	* src/gdb/testsuite/gdb.base/shr1.c: Use %p in format string.
> 	* src/gdb/testsuite/gdb.base/unload.c: Avoid warning in fprintf.
> 	* src/gdb/testsuite/gdb.base/watchpoint-solib.c: Idem.

I think it would have been simpler to defile a dlerror *function*
that returns a string, but this is fine too.

-- 
Joel


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