This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: binutils-2.24.90 snapshot is available


Am 17.10.2014 um 17:16 schrieb Will Newton:
>> arm-linux-gnueabi (armv4 soft float) and arm-linux-gnueabihf (armv7, thumb, hard
>> float):
>> Running /ÂPKGBUILDDIRÂ/ld/testsuite/ld-unique/unique.exp ...
>> ERROR: /ÂPKGBUILDDIRÂ/ld/testsuite/ld-unique/unique.s: compilation failed
>> ERROR: /ÂPKGBUILDDIRÂ/ld/testsuite/ld-unique/unique_shared.s: compilation failed
>> FAIL: Could not link a unique executable
>> FAIL: Could not create a shared library containing an unique symbol
>> FAIL: Could not link a dynamic executable
>> FAIL: Could not create a shared library containing an unique symbol with reference
> 
> I can't reproduce these with master or the 2.25 branch. Is it possible
> the patching has broken something?

I rechecked with an unpatched 2.25 branch, and I'm able to reproduce these on
Debian unstable (both armel and armhf), and Ubuntu 14.10 (armhf).

binutils is configured with
env CC="gcc" CXX="g++" CFLAGS="-g -O2 -Wno-format-security -marm" \
        ../configure --with-sysroot=/ --enable-shared --enable-plugins
--prefix=/usr --build=arm-linux-gnueabihf --host=arm-linux-gnueabihf
--disable-werror --enable-ld=default --enable-gold

gcc is configured with --with-arch=armv7-a --with-fpu=vfpv3-d16
--with-float=hard --with-mode=thumb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]