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: nickc at redhat dot com
Subject: [Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:12387
Date: Wed, 02 Jul 2014 14:23:21 +0000

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

--- Comment #16 from Nick Clifton <nickc at redhat dot com> ---
... and yet the testcase compiles and links without any problems:

 % make
 arm-linux-gnueabi-gcc -std=c99 -nostdinc -ffreestanding -g
-fno-stack-protector -c -o libc/__libc_start_main.o libc/__libc_start_main.c
 arm-linux-gnueabi-gcc -std=c99 -nostdinc -ffreestanding -g
-fno-stack-protector -c -o libc/exit.o libc/exit.c
 arm-linux-gnueabi-gcc -std=c99 -nostdinc -ffreestanding -g
-fno-stack-protector -c -o libc/stdin.o libc/stdin.c
 rm -f libc.a
 arm-linux-gnueabi-ar rc libc.a libc/__libc_start_main.o libc/exit.o
libc/stdin.o
 arm-linux-gnueabi-ranlib libc.a
 arm-linux-gnueabi-gcc -ffunction-sections -fdata-sections -s -g0 -c -o test.o
test.c
 arm-linux-gnueabi-gcc -ffunction-sections -fdata-sections -s -g0 -c -o pcap.o
pcap.c
 rm -f libtest1.a
 arm-linux-gnueabi-ar rc libtest1.a pcap.o
 arm-linux-gnueabi-ld -Bstatic -X -m armelf_linux_eabi -o test.elf -s
crt/crt1.o crt/crti.o /arm-linux-gnueabi/libgcc/crtbeginT.o \
-L . -L /arm-linux-gnueabi/libgcc test.o --gc-sections -ltest1 --start-group
-lgcc_eh -lgcc -lc --end-group \
--start-group -lgcc -lgcc_eh -lc --end-group /arm-linux-gnueabi/libgcc/crtend.o
crt/crtn.o
  %


What type of host machine are you using to build this test case ?

-- 
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]