[Bug ld/24721] New: -Map generates corrupt .note.gnu.property section

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24721 Bug ID: 24721 Summary: -Map generates corrupt .note.gnu.property section Product: binutils Version: 2.33 (HEAD) Status: NEW Severity: normal Priority: P2 Comp

vgatherpf0dpd encoding

2019-06-21 Thread Hendrik Greving
Could somebody be so kind and cross check the following encoding, not sure if that's a binutils or llvm bug: 62 b2 fd 2f c6 4c 7a DynamoRIO (should be this instruction): vgatherpf0dpd {%k7} 0x17(%rdx,%ymm15,2)[8byte] Capstone => error Binutils (false positive or correct?): vgatherpf0dpd 0xb8(

[Bug binutils/24702] objdump: use STT_SECTION symbol in the symbolizer

2019-06-21 Thread yuanfang.chen at sony dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24702 Yuanfang Chen changed: What|Removed |Added CC||yuanfang.chen at sony dot com -- You

[Bug binutils/23573] "Too many open files" and binutils 2.31.1-1

2019-06-21 Thread benjamin.redelings at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23573 --- Comment #10 from Benjamin Redelings --- Created attachment 11859 --> https://sourceware.org/bugzilla/attachment.cgi?id=11859&action=edit strace of ld while failing Here's an strace of the command line /usr/bin/x86_64-w64-mingw32-ld -

[Bug binutils/23573] "Too many open files" and binutils 2.31.1-1

2019-06-21 Thread benjamin.redelings at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23573 Benjamin Redelings changed: What|Removed |Added CC||benjamin.redelings at gmail dot

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are rece

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 --- Comment #6 from Mark Wielaard --- (In reply to Nick Clifton from comment #5) > Presumably it would make sense to silence this warning when processing .debug > files. Is there a reliable way to detect them ? For example can such files > a

[Bug binutils/24719] New: objdump fails to reject invalid scatter/gather prefetch instructions

2019-06-21 Thread hgreving at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24719 Bug ID: 24719 Summary: objdump fails to reject invalid scatter/gather prefetch instructions Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: nor

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 --- Comment #4 from H.J. Lu --- This works: diff --git a/gold/layout.cc b/gold/layout.cc index b83e8e6e2d..a8f6525cb0 100644 --- a/gold/layout.cc +++ b/gold/layout.cc @@ -868,16 +868,6 @@ Layout::get_output_section(const char* name, Stringpoo

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 --- Comment #3 from H.J. Lu --- Layout::get_output_section has // This is the first time we've seen this name/type/flags // combination. For compatibility with the GNU linker, we // combine sections with contents and zero f

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 Florian Weimer changed: What|Removed |Added CC||fweimer at redhat dot com -- You ar

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 --- Comment #2 from H.J. Lu --- gold can't handle input sections with the same name and different flags. -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils

[Bug gold/17556] crashing when mixing SHF_ALLOC and non SHF_ALLOC sections

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17556 --- Comment #1 from H.J. Lu --- This avoids crash: diff --git a/gold/object.cc b/gold/object.cc index 689448f50c..9051438e73 100644 --- a/gold/object.cc +++ b/gold/object.cc @@ -1644,6 +1644,13 @@ Sized_relobj_file::do_layout(Symbol_table* sy

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Nick Clif

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 --- Comment #4 from Nick Clifton --- (In reply to H.J. Lu from comment #3) > Is this a dup of PR 23035? No, I do not think so. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 --- Comment #3 from H.J. Lu --- Is this a dup of PR 23035? -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lis

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- You are rece

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #2

[Bug ld/24717] .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread loic.yhuel at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 Loïc Yhuel changed: What|Removed |Added CC||loic.yhuel at gmail dot com --- Comment

[Bug ld/24717] New: .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files

2019-06-21 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24717 Bug ID: 24717 Summary: .note.gnu.property sections are not stored at an offset equal to their VMA in debuginfo files Product: binutils Version: 2.33 (HEAD) Status: NEW

[Bug ld/24689] string table corruption

2019-06-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24689 Alan Modra changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|amodra at gm

[Bug binutils/24714] New: crash in objdump by fuzzing

2019-06-21 Thread zimkjh at naver dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24714 Bug ID: 24714 Summary: crash in objdump by fuzzing Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: minor Priority: P2 Component: binutils

[Bug binutils/24715] New: crash in objdump by fuzzing

2019-06-21 Thread zimkjh at naver dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24715 Bug ID: 24715 Summary: crash in objdump by fuzzing Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: minor Priority: P2 Component: binutils

[Bug binutils/24712] New: LargerMmapAllocator

2019-06-21 Thread dlehgo1414 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24712 Bug ID: 24712 Summary: LargerMmapAllocator Product: binutils Version: 2.32 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Ass

[Bug ld/24689] Heap-buffer-overflow in _bfd_doprnt in bfd.c in bfd

2019-06-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24689 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=890f750a3b053532a4b839a2dd6243076de12031 commit 890f750a3b053532a4b839a2dd624