[Bug gas/17852] ARM: selected_cpu may stay unset if compiled with CPU_DEFAULT

2015-03-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17852 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=73f43896e3bfcb090552f359422857a0bedd77f6 commit 73f43896e3bfcb090552f359422

[Bug gas/17852] ARM: selected_cpu may stay unset if compiled with CPU_DEFAULT

2015-03-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17852 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/17852] ARM: selected_cpu may stay unset if compiled with CPU_DEFAULT

2015-03-07 Thread daniel-gl at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=17852 --- Comment #3 from Daniel Glöckner --- Doesn't compile as selected_cpu is a structure. But changing the condition in the patch to (!selected_cpu.core && !selected_cpu.coproc) fixes the bug. -- You are receiving this mail because: Y

[Bug gas/17852] ARM: selected_cpu may stay unset if compiled with CPU_DEFAULT

2015-03-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17852 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1

[Bug gas/17852] ARM: selected_cpu may stay unset if compiled with CPU_DEFAULT

2015-03-05 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17852 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Nick Clif