Since the patch from bug PR4454 has been applied to the CVS, ld segfaults when
linking C++/Java code.
Without patch from PR4454:
$ cat test.cpp
#include
int main()
{
std::cout << "Hello World!\n" << std::endl;
return 0;
}
$ g++ -o test test.cpp
$ ./test
Hello World!
$
With pat
--- Additional Comments From aurelien at aurel32 dot net 2007-05-12 11:38
---
I forget to explicitely say it happens on mips/mipsel.
--
What|Removed |Added
Summar
--
What|Removed |Added
Version|2.17|2.18 (HEAD)
http://sourceware.org/bugzilla/show_bug.cgi?id=4497
--- You are receiving this mail because:
--
What|Removed |Added
AssignedTo|unassigned at sources dot |amodra at bigpond dot net
|redhat dot com |dot au
http://sourceware.org/bugzil
--
What|Removed |Added
Status|NEW |ASSIGNED
Last reconfirmed|-00-00 00:00:00 |2007-05-12 15:08:10
date|
--- Additional Comments From amodra at bigpond dot net dot au 2007-05-12
15:31 ---
There's a good chance http://sourceware.org/ml/binutils/2007-05/msg00154.html
will fix this for you.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4497
--- You are receiving this mail because:
--
What|Removed |Added
CC||hjl at lucon dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=4497
--- You are receiving this mail
--- Additional Comments From aurelien at aurel32 dot net 2007-05-13 00:38
---
(In reply to comment #2)
> There's a good chance http://sourceware.org/ml/binutils/2007-05/msg00154.html
> will fix this for you.
Yes, that works, thanks a lot.
--
http://sourceware.org/bugzilla/show_bug.c