[Bug gold/30187] ld.bfd and ld.gold versions in .comment section of ELF files

2023-03-03 Thread tkacvins at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30187 --- Comment #6 from Tom Kacvinsky --- I found an issue with the patch. I applied against master and built it. I then used gcc 12.1.0 and got this: $ /opt/gcc-12.1.0/bin/gcc -B /opt/binutils-2.40-version/bin -fuse-ld=bfd -o wchar wchar.c /o

[Bug gold/30187] ld.bfd and ld.gold versions in .comment section of ELF files

2023-03-03 Thread tkacvins at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30187 --- Comment #5 from Tom Kacvinsky --- (In reply to Nick Clifton from comment #4) > (In reply to Nick Clifton from comment #3) > > > What do you think of the this patch ? > > I have discovered a flaw in the patch. :-( > > Since the ver

Issue 56545 in oss-fuzz: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy

2023-03-03 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #2 on issue 56545 by sheriffbot: binutils:fuzz_objcopy: Out-of-memory in fuzz_objcopy https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=56545#c2 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot --

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread pexu at sourceware dot mail.kapsi.fi
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 Pekka Seppänen changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gprofng/30089] [display text] Incorrect thread count shown on aarch64

2023-03-03 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30089 Kurt Goebel changed: What|Removed |Added CC||kurt.goebel at oracle dot com

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 --- Comment #3 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=adbe951fc95943016325af08d677f18e8c177ac1 commit adbe951fc95943016325af08d67

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 --- Comment #2 from Nick Clifton --- Hmmm, I have been thinking about this issue a bit more and uncovered another problem with the ASCII directive. It assumes that the space is a constant. Consider this: % cat ascii.t SECTIONS {

[Bug gprofng/29521] [docs] man pages are not in the release tarball

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29521 --- Comment #7 from Ruud van der Pas --- I'm working on the fix for this and will use this opportunity to enhance the gprofng user guide with the contents of the man pages. In this way, users have access to a description of all the options wi

[Bug gprofng/30195] [display text] Source code location can not be found

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195 Ruud van der Pas changed: What|Removed |Added CC||ruud.vanderpas at oracle dot com

[Bug gprofng/30195] New: [display text] Source code location can not be found

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30195 Bug ID: 30195 Summary: [display text] Source code location can not be found Product: binutils Version: 2.40 Status: NEW Severity: normal Priority: P2 Componen

[Bug gprofng/30194] [collect app] Investigate occurrences of @PC from a shared library

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30194 Ruud van der Pas changed: What|Removed |Added CC||ruud.vanderpas at oracle dot com

[Bug gprofng/30194] New: [collect app] Investigate occurrences of @PC from a shared library

2023-03-03 Thread ruud.vanderpas at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30194 Bug ID: 30194 Summary: [collect app] Investigate occurrences of @PC from a shared library Product: binutils Version: 2.40 Status: NEW Severity: normal

[Bug gold/30187] ld.bfd and ld.gold versions in .comment section of ELF files

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30187 --- Comment #4 from Nick Clifton --- (In reply to Nick Clifton from comment #3) > What do you think of the this patch ? I have discovered a flaw in the patch. :-( Since the version string is now present in the .comment section, that sec

[Bug gold/30187] ld.bfd and ld.gold versions in .comment section of ELF files

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30187 --- Comment #3 from Nick Clifton --- Created attachment 14728 --> https://sourceware.org/bugzilla/attachment.cgi?id=14728&action=edit Proposed patch Hi Tom, What do you think of the this patch ? It adds a new linker script directive c

[Bug ld/30193] ASCII command length checking corner cases not properly handled

2023-03-03 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30193 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #1