[Bug ld/11612] New underscoring behavior can break -aligncomm directve

2010-07-10 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2010-07-10 16:21 --- The solution for this issue is to quote the name by '. This prevents that the .def file parser treats the symbol name as keyword. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11612 --- Yo

[Bug ld/11612] New underscoring behavior can break -aligncomm directve

2010-07-09 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2010-07-09 11:56 --- The failure isn't reasoned by shift reduces. The underlying problem you see here is, that for IDs the keywords aren't recognized. So symbols named 'data', or 'BASE', etc aren

[Bug ld/6502] image-base and enable-auto-image_base restricted to 32 bits

2008-05-09 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2008-05-09 12:02 --- Committed to cvs head on 9th of May 2008 -- What|Removed |Added Status|ASSIGNED

[Bug ld/6502] image-base and enable-auto-image_base restricted to 32 bits

2008-05-09 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2008-05-09 12:01 --- Created an attachment (id=2729) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2729&action=view) Applied patch on cvs head -- What|Removed

[Bug binutils/6026] objdump craches on simple *.exe / application doesn't work.

2008-04-03 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2008-04-03 14:46 --- Committed at revision 1.103 -- What|Removed |Added Status|ASSIGNED

[Bug binutils/6026] objdump craches on simple *.exe / application doesn't work.

2008-04-03 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2008-04-03 13:35 --- Created an attachment (id=2349) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2349&action=view) Fix for problem The rva's offset for IAT and thunk was not set to PE_IDATA4_SIZE or PE

[Bug binutils/4987] windres does not get stdin input file

2007-09-11 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2007-09-11 15:11 --- This fix is obvious. A missing check for a nil filename leads in strchr to a segmentation fault. I moved the default initialization - if it is nil - to top of function. -- What|Removed

[Bug binutils/5020] windres does resource my STRINGTABLE

2007-09-11 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2007-09-11 14:35 --- Checked in to trunk repository -- What|Removed |Added Status|ASSIGNED

[Bug binutils/5020] windres does resource my STRINGTABLE

2007-09-11 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2007-09-11 11:12 --- I posted a patch for this. See http://sourceware.org/ml/binutils/2007- 09/msg00118.html The yacc file eats wrongly in stringtables the next token after passing one element. This was old code, where the

[Bug binutils/4682] WINDRES generates unusable dialog resource when multibyte characters exist

2007-06-27 Thread ktietz at onevision dot com
--- Additional Comments From ktietz at onevision dot com 2007-06-27 13:14 --- (In reply to comment #0) > When there are multibyte characters(Chinese characters, for example) in the > text of controls(for example: Label) in dialog resources, WINDRES generates > corrupted and