[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #19 from H.J. Lu --- [hjl@gnu-6 simple]$ cat x.c int __attribute__((section("my_section"))) a[2] = {0x1234, 0x5678}; extern int __start_my_section; int foo () { int* ap = &__start_my_section; return ap[0]; } [hjl@gnu-6

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #20 from Svante Signell --- Confirmed: /usr/bin/ld.bfd -shared -m elf_i386 -o x.so x.o /usr/bin/ld.bfd -pie -m elf_i386 -o z z.o x.so /usr/bin/ld.bfd: BFD (GNU Binutils for Debian) 2.25.90.20151125 assertion fail

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 H.J. Lu changed: What|Removed |Added Version|2.25|2.26 Assignee|unassigned at

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #21 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ead3d5427a2df5e33316d4ad045510c1d2078c2a commit

[Bug binutils/19323] [FG-VD-15-113] BinUtils-2.25 Objdump Heap Overflow Vulnerability Notification

2015-12-01 Thread kshah at fortinet dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19323 Kushal Shah changed: What|Removed |Added Summary|BinUtils-2.25 Objdump Heap |[FG-VD-15-113]

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #7 from Svante Signell --- Created attachment 8821 --> https://sourceware.org/bugzilla/attachment.cgi?id=8821=edit Additional libs Hopefully all needed libs. Please let me know if anything is missing. -- You are receiving

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #8 from H.J. Lu --- Please add "-v" to gcc. It will show additional input files passed to linker. Also I need libc.so as well as input files inside libc.so. -- You are receiving this mail because: You are on the CC list for the

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #10 from Svante Signell --- Do you need the gcc libs too? -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #9 from Svante Signell --- Here is the output with gcc -v: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i586-gnu/5/lto-wrapper Target: i586-gnu Configured with: ../src/configure -v

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #11 from H.J. Lu --- (In reply to Svante Signell from comment #10) > Do you need the gcc libs too? Yes. -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #12 from H.J. Lu --- (In reply to Svante Signell from comment #9) > libc.so you already have in more_libs.tar.gz as: libc.so.0.3 I'll also > attach crtendS.o and crtn.o separately. Anything else? Isn't libc.so a linker script? If

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #13 from Svante Signell --- Created attachment 8822 --> https://sourceware.org/bugzilla/attachment.cgi?id=8822=edit More libs and libc.so gcc libs and l/usr/lib/i386-gnu/libc.so. It is a linker script. -- You are receiving

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #14 from Svante Signell --- Created attachment 8823 --> https://sourceware.org/bugzilla/attachment.cgi?id=8823=edit libcrt_nonshared.a Hopefully the last needed library. -- You are receiving this mail because: You are on the

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #15 from H.J. Lu --- (In reply to Svante Signell from comment #14) > Created attachment 8823 [details] > libcrt_nonshared.a > > Hopefully the last needed library. I need /usr/lib/gcc/i586-gnu/5/../../../i386-gnu/Scrt1.o

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #16 from Svante Signell --- Created attachment 8824 --> https://sourceware.org/bugzilla/attachment.cgi?id=8824=edit As requested Hopefully this is it. Good luck! -- You are receiving this mail because: You are on the CC list

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #17 from H.J. Lu --- (In reply to Svante Signell from comment #16) > Created attachment 8824 [details] > As requested > > Hopefully this is it. Good luck! I need libz.so.1. -- You are receiving this mail because: You are on

[Bug binutils/19323] New: BinUtils-2.25 Objdump Heap Overflow Vulnerability Notification

2015-12-01 Thread kshah at fortinet dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19323 Bug ID: 19323 Summary: BinUtils-2.25 Objdump Heap Overflow Vulnerability Notification Product: binutils Version: 2.25 Status: NEW Severity: critical

[Bug binutils/19323] BinUtils-2.25 Objdump Heap Overflow Vulnerability Notification

2015-12-01 Thread kshah at fortinet dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19323 Kushal Shah changed: What|Removed |Added CC||kshah at fortinet dot com -- You are

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #18 from Svante Signell --- Created attachment 8826 --> https://sourceware.org/bugzilla/attachment.cgi?id=8826=edit libz.so libz.so.1.2.8 -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #3 from H.J. Lu --- (In reply to Svante Signell from comment #2) > Created attachment 8819 [details] > Object files > > tar.gz file of object files in the linking. I need everything, including ./.libs/libtotem_pg.so -lnss3

[Bug ld/19319] New: Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 Bug ID: 19319 Summary: Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297 Product: binutils Version: 2.25 Status: NEW Severity:

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #2 from Svante Signell --- Created attachment 8819 --> https://sourceware.org/bugzilla/attachment.cgi?id=8819=edit Object files tar.gz file of object files in the linking. -- You are receiving this mail because: You are on

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #4 from H.J. Lu --- (In reply to Svante Signell from comment #0) > Hello, > > ld.bfd is broken on GNU/Hurd since Debian version 20151028-1. Compared to Since it is on GNU/Hurd, I need ALL input files for linker. -- You are

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread svante.signell at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #5 from Svante Signell --- Created attachment 8820 --> https://sourceware.org/bugzilla/attachment.cgi?id=8820=edit Dynamically linked libraries Here are the dynamically linked libraries. Some of these libraries also need the

[Bug ld/19319] Regression: ld.bfd: 2.25.90.20151125 assertion fail ../../bfd/elf32-i386.c:5297

2015-12-01 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19319 --- Comment #6 from H.J. Lu --- (In reply to Svante Signell from comment #5) > Created attachment 8820 [details] > Dynamically linked libraries > > Here are the dynamically linked libraries. Some of these libraries also need > the system