This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [patch]: Patch for wince


On Thu, Jan 01, 2009 at 04:58:26PM +0100, Kai Tietz wrote:
>this patch fixes a problem about wince and the windres tool.
>
>ChangeLog
>
>2009-01-01  Kai Tietz  <kai.tietz@onevision.com>
>
>	* windres.c (set_endianess): Cut name between '-' for search.
>
>I tested this patch on mingwce and on x86_64-pc-mingw32.
>
>Is it ok for apply?

I don't think so.  You need to provide more details about what you're fixing.

You shouldn't use "l" (ell) as a variable name because, IMO, it looks
too much like a 1 (one).

And you really, really shouldn't introduce a ^M into source files.

Couldn't you use alloca here to allocate new_tname and avoid a xmalloc?

cgf


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