[Bug binutils/17759] windres should support to generate string tables with zero-terminated strings

2014-12-25 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17759 --- Comment #1 from mity at morous dot org --- Working on a patch for this. The patch will add support for a new option (is '-n' ok?) which will correspond to '/n' for RC.EXE. -- You are receiving this mail because: You are on the CC list

[Bug binutils/17759] windres should support to generate string tables with zero-terminated strings

2014-12-25 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17759 --- Comment #2 from mity at morous dot org --- Created attachment 8030 -- https://sourceware.org/bugzilla/attachment.cgi?id=8030action=edit Patch proposal. Attaching a patch, which adds option -n or --append-nulls. When used, windres

[Bug binutils/17759] windres should support string tables with zero-terminated strings

2014-12-25 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17759 mity at morous dot org changed: What|Removed |Added Summary|windres should support to |windres should support

[Bug binutils/17184] windres: Subtle incompatibility with Windows 8/8.1

2014-08-26 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17184 --- Comment #3 from mity at morous dot org --- Thanks for feedback, Nick. I'll get back to this when I come back from my holiday, in mid September. -- You are receiving this mail because: You are on the CC list for the bug

[Bug binutils/17184] New: windres: Subtle incompatibility with Windows 8/8.1

2014-07-19 Thread mity at morous dot org
: binutils Assignee: unassigned at sourceware dot org Reporter: mity at morous dot org When building mCtrl project ([1], [2]) with mingw-w64 toolchain (which involves binutils), I encounter the issue [3]. To reproduce, many conditions have to be met: * OS is Windows 8 or 8.1

[Bug binutils/17184] windres: Subtle incompatibility with Windows 8/8.1

2014-07-19 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17184 --- Comment #1 from mity at morous dot org --- I understand this kind of bug won't have big priority for most people working on binutils. Hence, I am willing to work on patch which would address this. I can see two paths forward: (1) 1st

[Bug binutils/16065] windres aligns resources to 32 bits, even for 64 bit target

2013-10-21 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16065 mity at morous dot org changed: What|Removed |Added Severity|normal |enhancement -- You

[Bug binutils/16065] New: windres aligns resources to 32 bits, even for 64 bit target

2013-10-19 Thread mity at morous dot org
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: mity at morous dot org Currently windres aligns resources data to 32 bits. Although it does work, it is IMO suboptimal and 64-bit alignment is in this case superior

[Bug binutils/16065] windres aligns resources to 32 bits, even for 64 bit target

2013-10-19 Thread mity at morous dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16065 --- Comment #1 from mity at morous dot org --- Created attachment 7245 -- https://sourceware.org/bugzilla/attachment.cgi?id=7245action=edit patch for 64-bit alignement of the resources Attached patch. (My 1st one for binutils, so sorry