[Bug binutils/10109] Bugs in winduni.c break windres for code page 65001

2009-04-27 Thread guillaume dot duhamel at gmail dot com
--- Additional Comments From guillaume dot duhamel at gmail dot com 2009-04-27 22:33 --- Created an attachment (id=3912) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3912&action=view) patch for winduni.c -- http://sourceware.org/bugzilla/show_bug.cgi?id=10109 --- You

[Bug binutils/10109] New: Bugs in winduni.c break windres for code page 65001

2009-04-27 Thread guillaume dot duhamel at gmail dot com
winduni.c use #ifdef HAVE_ICONV_H instead of HAVE_ICONV and doesn't use ICONV_CONST at all. It turns up that iconv is never used and the default (dummy) code is used instead. Some variables are not initialized before being given to iconv_onechar ending up in a compilation error. This patch fix th

[Bug gold/10098] gold 2.19.1: internal error in map_to_kept_section, at object.cc:1587

2009-04-27 Thread stefan dot becker at nokia dot com
--- Additional Comments From stefan dot becker at nokia dot com 2009-04-27 12:26 --- You were correct. The problem is gone with the 20090427 snapshot. -- What|Removed |Added