bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:


From: maillist-gdb at barfooze dot de
Subject: [Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:12387
Date: Wed, 02 Jul 2014 20:14:31 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=16698

--- Comment #18 from maillist-gdb at barfooze dot de ---
i was able to reproduce the issue on a glibc box (opensuse 11.2) with the
latest testcase and pre-compiled musl-cross toolchain from
https://e82b27f594c813a5a4ea5b07b06f16c3777c3b8c.googledrive.com/host/0BwnS5DMB0YQ6bDhPZkpOYVFhbk0/musl-1.1.1/crossx86-arm-linux-musleabi-1.1.1.tar.xz

but not with the precompiled linaro arm-linux-gnueabihf *hardfloat* toolchain
from
http://releases.linaro.org/14.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz

i was, however able to reproduce the issue with the latest codesourcery
toolchain:
https://sourcery.mentor.com/GNUToolchain/package12774/public/arm-none-eabi/arm-2014.05-28-arm-none-eabi-i686-pc-linux-gnu.tar.bz2

supplying a stub memcpy.c
int memcpy(void *a, void *b, long n) { return 0; }
and a stub abort.c
void abort(void) { for(;;); }
in libc/ to satisfy libgcc dependencies of the codesourcery toolchain,
i get this:

arm-none-linux-gnueabi-ld -Bstatic -X -m armelf_linux_eabi -o test.elf -s
crt/crt1.o crt/crti.o
~/musl-cross/arm-2014.05/lib/gcc/arm-none-linux-gnueabi/4.8.3//crtbeginT.o \
-L . -L ~/musl-cross/arm-2014.05/lib/gcc/arm-none-linux-gnueabi/4.8.3/ test.o
--gc-sections -ltest1 --start-group -lgcc_eh -lgcc -lc --end-group \
--start-group -lgcc -lgcc_eh -lc --end-group
~/musl-cross/arm-2014.05/lib/gcc/arm-none-linux-gnueabi/4.8.3//crtend.o
crt/crtn.o
arm-none-linux-gnueabi-ld: BFD (Sourcery CodeBench Lite 2014.05-29)
2.24.51.20140217 assertion fail
/scratch/maciej/arm-linux-2014.05-rel/obj/binutils-src-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12478
make: *** [test.elf] Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]