[Bug libctf/28545] cross compile incorrectly using host libraries in install relink

2021-11-05 Thread bugs.sourceware at johnthomson dot fastmail.com.au
https://sourceware.org/bugzilla/show_bug.cgi?id=28545 --- Comment #3 from John --- Created attachment 13763 --> https://sourceware.org/bugzilla/attachment.cgi?id=13763&action=edit Full compile log for OpenWrt ath79 binutils 2.37 package -- You are receiving this mail because: You are on the

[Bug libctf/28545] cross compile incorrectly using host libraries in install relink

2021-11-05 Thread bugs.sourceware at johnthomson dot fastmail.com.au
https://sourceware.org/bugzilla/show_bug.cgi?id=28545 --- Comment #2 from John --- Created attachment 13762 --> https://sourceware.org/bugzilla/attachment.cgi?id=13762&action=edit Full compile log for OpenWrt ipq40xx binutils 2.37 package -- You are receiving this mail because: You are on th

[Bug libctf/28545] cross compile incorrectly using host libraries in install relink

2021-11-05 Thread bugs.sourceware at johnthomson dot fastmail.com.au
https://sourceware.org/bugzilla/show_bug.cgi?id=28545 --- Comment #1 from John --- Minimum OpenWrt config example: cat <.config CONFIG_TARGET_ipq40xx=y CONFIG_TARGET_ipq40xx_mikrotik=y CONFIG_TARGET_ipq40xx_mikrotik_DEVICE_mikrotik_hap-ac2=y CONFIG_DEVEL=y CONFIG_EXPERIMENTAL=y CONFIG_TESTING_

Issue 40683 in oss-fuzz: binutils:fuzz_objdump_safe: Heap-buffer-overflow in bfd_getl32

2021-11-05 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 40683 by sheriffbot: binutils:fuzz_objdump_safe: Heap-buffer-overflow in bfd_getl32 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40683#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sherif

Issue 40690 in oss-fuzz: binutils:fuzz_dlltool: Timeout in fuzz_dlltool

2021-11-05 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 40690 by sheriffbot: binutils:fuzz_dlltool: Timeout in fuzz_dlltool https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40690#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You re

[PATCH] fix prototype and definition of yyerror in *.y

2021-11-05 Thread Andrea Monaco
Hello, while building the latest binutils git I got this error on sysinfo.c (generated by sysinfo.y) sysinfo.c:175:6: error: conflicting types for 'yyerror' 175 | void yyerror (const char *msg); | ^~~ sysinfo.y:36:12: note: previous declaration of 'yyerror' was here 36 | s

[Bug binutils/28541] unstable cie offset in the output of readelf

2021-11-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28541 Alan Modra changed: What|Removed |Added Summary|unstable cie attribute in |unstable cie offset in the

[Bug binutils/28541] unstable cie attribute in the output of readelf

2021-11-05 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28541 --- Comment #2 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=ca8775833bb6af8eb4333f41e4f8672df0ead874 commit ca8775833bb6af8eb4333f41e4f86

[Bug gold/28417] std::string no longer allows accepting nullptr_t since it is undefined behavior after yesterday's change on libstdc++.

2021-11-05 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28417 Alan Modra changed: What|Removed |Added Target Milestone|--- |2.38 Resolution|---