[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 runaroun

[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 script.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-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 dy

[Bug binutils/11107] ld fails to build

2010-01-05 Thread richard dot amato at goodrich dot com
--- Additional Comments From richard dot amato at goodrich dot com 2010-01-05 19:33 --- Subject: RE: ld fails to build Hi After my posturizing was complete, I found that I could use the existing vxworks.em if I expanded the a-z A-Z after the "tr" pipe with the entire alphabet. Now it

[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 17:32 --- A patch is posted at http://sourceware.org/ml/binutils/2010-01/msg00063.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=11133 --- You are receiving this mail because: --- You are on the

[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 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 __libc_atexit causing problems with stdio buffer flush to file.

2010-01-05 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-05 15:48 --- Both ld and gold fail with --- [...@gnu-6 pr11133]$ cat test.c struct obs_kernel_param { long a; long b; int c; }; extern struct obs_kernel_param const __start__init_setup[]; #define __setup_param(A

[Bug binutils/11107] ld fails to build

2010-01-05 Thread richard dot amato at goodrich dot com
--- Additional Comments From richard dot amato at goodrich dot com 2010-01-05 15:32 --- Subject: RE: ld fails to build Hi, Tony, thanks for your help. I am using an old version of bash 2.95, I believe, which may be a problem. I am not a bash expert. Unless my management tells me to u

[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=4493) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4493&action=view) foo.o -- http://sourceware.org/bugzilla/show_bug.cgi?id=11138 --- You are receiving this mail becaus

[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=4492&action=view) x.ii -- http://sourceware.org/bugzilla/show_bug.cgi?id=11138 --- You are receiving this mail because

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

2010-01-05 Thread doko at debian dot org
[forwarded from http://bugs.debian.org/562822] I (mistakenly) tried to link a file using -lstdc++ before the object file: $ ld --version-script=ExportMap.map -lstdc++ foo.o However ld has crashed, and told me to file a bugreport: ld: BFD (GNU Binutils for Debian) 2.20 internal error, aborting at

[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 do

[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)