--- 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
--- 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
--- 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
--- 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
--- 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
--
What|Removed |Added
Version|2.19|2.21 (HEAD)
http://sourceware.org/bugzilla/show_bug.cgi?id=11133
--- You are receiving this mail because:
--- 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
--- 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
--- 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
--- 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
--- 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
[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
[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
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)
14 matches
Mail list logo