Re: Warning while building for win64

2009-06-25 Thread DJ Delorie
This is a special case because all the logic has to be done in md5.c as preprocessor macros. You'd need someone familiar with the platform (Chris, Danny, Kai) to specify a reliable way to detect that platform and/or define the types accordingly. If it can typedef md5_uintptr directly, or use the

Re: Warning while building for win64

2009-06-25 Thread NightStrike
On Tue, Jun 23, 2009 at 3:39 AM, Nick Clifton wrote: > Hi, > >> NightStrike wrote: >> >> When building a binutils where host=target=x86_64-w64-mingw32, I see >> the following warnings that should be cleaned up: >> >> ../../src/libiberty/md5.c: In function ‘md5_process_bytes’: >> ../../src/libiberty