[Bug gas/11136] New: segmentaion fault while processing NEON arithmetric instructions

2010-01-05 Thread andre dot bergner dot 0 at googlemail dot com
The following one-line-program can reproduce the bug: main() { asm( vmul.f32 q0,q1,q2 ); } Compiling and assembling this code will result in a 'Segmentation fault caused by gas. However the seg.fault seems to appear only when assembling directly on an ARM device (in my case Nokia N900) or

[Bug binutils/11137] New: c++filt/nm --demangle doesn't completely demangle a global constructors symbol

2010-01-05 Thread doko at debian dot org
[forwarded from http://bugs.debian.org/561150] $ echo _GLOBAL__I__Z10convertKeyPKc | c++filt global constructors keyed to _Z10convertKeyPKc $ echo _GLOBAL__I__Z10convertKeyPKc | c++filt | c++filt global constructors keyed to convertKey(char const*) -- Summary: c++filt/nm --demangle

[Bug ld/11138] ld: internal error when using -lstdc++ and version script before object files

2010-01-05 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2010-01-05 15:07 --- Created an attachment (id=4492) -- (http://sourceware.org/bugzilla/attachment.cgi?id=4492action=view) x.ii -- http://sourceware.org/bugzilla/show_bug.cgi?id=11138 --- You are receiving this mail because:

[Bug binutils/11133] Static linking with gc-sections deletes sections with __start/__stop reference

2010-01-05 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-05 16:43 --- A smaller testcase: --- [...@gnu-6 pr11133]$ cat test.c extern const int *__start__foo; int foo __attribute__((__section__(_foo))) = 1; int _start () { return *__start__foo; } [...@gnu-6 pr11133]$ make

[Bug binutils/11133] Static linking with gc-sections deletes sections with __start/__stop reference

2010-01-05 Thread hjl dot tools at gmail dot com
-- What|Removed |Added Version|2.19|2.21 (HEAD) http://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- You are receiving this mail

[Bug gold/10980] Please support more options available from old ld

2010-01-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-05 21:53 --- Subject: Bug 10980 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2010-01-05 21:52:51 Modified files: gold : ChangeLog cref.cc cref.h dynobj.cc

[Bug gold/10980] Please support more options available from old ld

2010-01-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-06 05:30 --- Subject: Bug 10980 CVSROOT:/cvs/src Module name:src Changes by: i...@sourceware.org 2010-01-06 05:30:24 Modified files: gold : ChangeLog gold.cc options.h

[Bug binutils/11137] c++filt/nm --demangle doesn't completely demangle a global constructors symbol

2010-01-05 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2010-01-06 05:40 --- c++filt is a think wrapper around libiberty/cplus-dem.c and friends. The master source for libiberty is the gcc repository. So, this bug should be filed for gcc at http://gcc.gnu.org/bugzilla/. Sorry for the