[Bug ld/22374] Unnecessary PLT entries

2017-10-31 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22374 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug ld/22374] New: Unnecessary PLT entries

2017-10-31 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22374 Bug ID: 22374 Summary: Unnecessary PLT entries Product: binutils Version: 2.30 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld

[Bug binutils/22373] Integer overflow in pe_bfd_read_buildid()

2017-10-31 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22373 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ld/22369] Mingw linker crash with no-keep-memory

2017-10-31 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22369 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug binutils/22376] New: Heap overflow in coff_slurp_line_table

2017-10-31 Thread mgcho.minic at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22376 Bug ID: 22376 Summary: Heap overflow in coff_slurp_line_table Product: binutils Version: 2.30 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2

[Bug ld/22369] Mingw linker crash with no-keep-memory

2017-10-31 Thread martin.koegler at chello dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=22369 --- Comment #2 from martin.koegler at chello dot at --- $ cat t.s .file "t.c" .text .globl _main .def_main; .scl2; .type 32; .endef .seh_proc _main _main: pushq

[Bug ld/22374] Unnecessary PLT entries

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

[Bug ld/22369] Mingw linker crash with no-keep-memory

2017-10-31 Thread martin.koegler at chello dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=22369 --- Comment #3 from martin.koegler at chello dot at --- mingw build logs + RPM package source: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-cross-binutils -- You are receiving this mail because: You are on the CC list

[Bug binutils/22364] bfd_elf32_object_p

2017-10-31 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22364 Nick Clifton changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug ld/22374] Unnecessary PLT entries

2017-10-31 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22374 --- Comment #2 from Alan Modra --- Thanks HJ. The powerpc patch I'm testing doesn't need reference counting of function pointers now that check_relocs is running after gc_sections (and probably x86 also doesn't need ref counting nowadays).