chew failure on x86_64
Daniel Jacobowitz
drow@false.org
Sat Jul 23 14:09:00 GMT 2005
More information about the Binutils mailing list
Sat Jul 23 14:09:00 GMT 2005
- Previous message (by thread): chew failure on x86_64
- Next message (by thread): chew failure on x86_64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Jul 22, 2005 at 07:54:55PM -0400, DJ Delorie wrote: > > You can't call malloc without a prototype, when pointers are 64 bits > and integers are 32 bits. > > 2005-07-22 DJ Delorie <dj@redhat.com> > > * chew.c: Include stdlib.h. Thanks. In fact, I didn't realize Kazu's patch left warnings in this file... We're missing prototypes for memcpy, strlen, and strcpy. Now that we assume ISO C90, can we use <string.h> unconditionally? -- Daniel Jacobowitz CodeSourcery, LLC
- Previous message (by thread): chew failure on x86_64
- Next message (by thread): chew failure on x86_64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list