[Bug gas/3811] gas failure for sh-elf on HEAD

2007-03-23 Thread kkojima at rr dot iij4u dot or dot jp
--- Additional Comments From kkojima at rr dot iij4u dot or dot jp 2007-03-23 22:03 --- Fixed by http://sourceware.org/ml/binutils/2007-03/msg00333.html. -- What|Removed |Added --

[Bug ld/4266] hidden alias not found while linking gcj compiled Java class with native C++ lib and CNI binding under Linux x86

2007-03-23 Thread mail at andreas-buergel dot de
--- Additional Comments From mail at andreas-buergel dot de 2007-03-23 19:51 --- I just compiled gcc 4.0.4 from the release sources and used it on my example. With this gcc version the executable builds fine and runs as expected without complaining about undefined references to a hidden

Re: ld barfs when cross compiling for avr

2007-03-23 Thread Nick Clifton
Hi Ilya, I am getting the following error when building an application for avr platform (atmega1281 MCU, to be specific) Please could you check to see if this problem still happens with a linker built from the current mainline CVS binutils sources. If it does then please could you open a bu

[Bug ld/4090] Can't use ADDR on section after

2007-03-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-03-23 14:04 --- (In reply to comment #3) > Hi H.J. > > I am not sure that we can produce a more explicit error message without > going > into a lot of effort to record undefined symbols, but maybe the attached patch > will help a

[Bug ld/4267] [2.18 regression] ld segfaults building gcc-4.2's debug libstdc++

2007-03-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-03-23 14:00 --- What is the linker command line when this seg-fault happens ? Is it possible for you to upload the object files that are needed in order to reproduce this failure ? Cheers Nick -- What|Removed

[Bug ld/4090] Can't use ADDR on section after

2007-03-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-03-23 13:59 --- Hi H.J. I am not sure that we can produce a more explicit error message without going into a lot of effort to record undefined symbols, but maybe the attached patch will help a little. With this applied I get t

[Bug ld/4090] Can't use ADDR on section after

2007-03-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-03-23 13:56 --- Created an attachment (id=1645) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1645&action=view) Display more information when a nonconstant expression is encountered -- http://sourceware.org/bugzilla/

ld barfs when cross compiling for avr

2007-03-23 Thread Ilya Bagrak
Hello, I am getting the following error when building an application for avr platform (atmega1281 MCU, to be specific) /usr/local/avr-toolchain-2006.1/lib/gcc/avr/3.4.5/../../../../avr/bin/ld: region text is full (wsndemo.elf section .text) /usr/local/avr-toolchain-2006.1/lib/gcc/avr/3.4.5/../..

[Bug ld/4267] New: [2.18 regression] ld segfaults building gcc-4.2's debug libstdc++

2007-03-23 Thread doko at debian dot org
trying to build current gcc-4.2 branch with --enable-libstdcxx-debug, ld segfaults while linking the the debug version of libstdc++. 2.17 works ok, but any 2007 version from HEAD fails to build the library. -- Summary: [2.18 regression] ld segfaults building gcc-4.2's debug

[Bug ld/4266] hidden alias not found while linking gcj compiled Java class with native C++ lib and CNI binding under Linux x86

2007-03-23 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-03-23 10:29 --- Subject: Re: New: hidden alias not found while linking gcj compiled Java class with native C++ lib and CNI binding under Linux x86 Hi Andreas, Well I can shed some light on how this problem is happening,

Re: [Bug ld/4266] New: hidden alias not found while linking gcj compiled Java class with native C++ lib and CNI binding under Linux x86

2007-03-23 Thread Nick Clifton
Hi Andreas, Well I can shed some light on how this problem is happening, although not necessarily why: de/dbt/simplelibclient/SimpleCPPLib.o:(.data.rel+0x68): undefined reference to `hidden alias for de::dbt::simplelibclient::SimpleCPPLib::square(int)' Looking at libSimpleCPPLib.so, where y