[Bug gas/6926] Macro number feature \@ conflicting with @ in line_separator_chars

2008-10-06 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2008-10-06 08:18 --- Patch checked in along with this changelog entry. gas/ChangeLog PR 6926 * read.c (get_line_sb): Renamed to get_non_macro_line_sb. (_find_end_of_line): Add extra parameter indicating if the

[Bug ld/6945] New: ld -r severely broken on 64-bit mingw / pe-x86-64

2008-10-06 Thread mikpe at it dot uu dot se
x86_64-pc-mingw32-ld -r runs without warnings, but gcc jump tables in the resulting .o file are broken. At runtime a switch() that references a jump table now branches off to la-la land and the process crashes. My x86_64-pc-mingw32 cross toolchain is composed of binutils-2.19.50.20081006 and gcc-4

[Bug binutils/6948] New: [Regression] Uninitialised variables in cp-demangle.c

2008-10-06 Thread hjl dot tools at gmail dot com
[EMAIL PROTECTED] binutils]$ valgrind --tool=memcheck ./cxxfilt -i _ZTIPDi ==22075== Memcheck, a memory error detector. ==22075== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==22075== Using LibVEX rev 1575, a library for dynamic binary translation. ==22075== Copyright (C) 2004-

[Bug binutils/6948] [Regression] Uninitialised variables in cp-demangle.c

2008-10-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org http://sourceware.org/bugzilla

[Bug binutils/6948] [Regression] Uninitialised variables in cp-demangle.c

2008-10-06 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2008-10-07 03:59 --- Fixed by cp-demangle.c update. -- What|Removed |Added Status|NEW