[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-28 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9eaff8613893f063400fdae95bc382ab33685e3b commit

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #8 from Szabolcs Nagy --- (In reply to Szabolcs Nagy from comment #7) > (order of objects in the archive seems to matter for some reason). that's only because the out-of-bound reldata->hashes[2] entry happens to be 0 with some

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #7 from Szabolcs Nagy --- attached the asm test cases, they are compiled from glibc sources sysdeps/gnu/unwind-resume.c sysdeps/arm/find_exidx.c sysdeps/arm/aeabi_unwind_cpp_pr1.c and an archive of the resulting objects triggers

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #6 from Szabolcs Nagy --- Created attachment 9529 --> https://sourceware.org/bugzilla/attachment.cgi?id=9529=edit testcase asm 3 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #5 from Szabolcs Nagy --- Created attachment 9528 --> https://sourceware.org/bugzilla/attachment.cgi?id=9528=edit testcase asm 2 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #4 from Szabolcs Nagy --- Created attachment 9527 --> https://sourceware.org/bugzilla/attachment.cgi?id=9527=edit testcase asm 1 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/20636] [arm] ld crash when linking glibc unwind code

2016-09-27 Thread nszabolcs at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20636 --- Comment #1 from Szabolcs Nagy --- during bfd_elf_final_link: bfd/elflink.c:11409 bfd_elf_final_link first sets reldata->count to 2 bfd/elf32-arm.c:19031 elf32_arm_count_output_relocs counts 3 output relocs