[Bug ld/25749] Non-const relocation against SHN_ABS symbol in PIE or shared library should be disallowed

2020-04-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25749 --- Comment #6 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=516231b7c7278e4e5a726cff1f798beb4bbce73c commit

[Bug ld/25767] New: Zero-sized relocation section causes linker assert

2020-04-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25767 Bug ID: 25767 Summary: Zero-sized relocation section causes linker assert Product: binutils Version: 2.35 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug gas/25768] .stab: sh_size%sh_entsize!=0 for 64-bit architectures

2020-04-02 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25768 Fangrui Song changed: What|Removed |Added Summary|.stab: |.stab:

[Bug gas/25768] New: .stab: sh_size%sh_entsize!=0

2020-04-02 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25768 Bug ID: 25768 Summary: .stab: sh_size%sh_entsize!=0 Product: binutils Version: 2.35 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gas

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-02 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #3 from Nick Clifton --- Hi Jian, (In reply to Jian Cai from comment #2) > Does :vararg work for multiple arguments? Thanks. Yes it does: % cat fred.s .macro foo insn:vararg \insn .endm foo .section sec1 , "ax"

[Bug ld/25747] Give more helpful diagnostic when users try to link to foo.a with -lfoo

2020-04-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25747 --- Comment #4 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=4f5bd88505801cb9b405c83a4faa4111475dbc62 commit

[Bug ld/25747] Give more helpful diagnostic when users try to link to foo.a with -lfoo

2020-04-02 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25747 --- Comment #5 from Nick Clifton --- > N.B. the new diagnostic says "use use". I was just checking to see if you were paying attention... :-) Fixed. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25599] gas generates invalid PCREL60B relocation offset with brl.call

2020-04-02 Thread oliver.hanser at broadcom dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25599 oliver.hanser at broadcom dot com changed: What|Removed |Added CC||oliver.hanser at

Issue 20990 in oss-fuzz: binutils:fuzz_bfd: Direct-leak in bfd_realloc

2020-04-02 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 20990 by sheriffbot: binutils:fuzz_bfd: Direct-leak in bfd_realloc https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=20990#c3 This bug has been fixed for 30 days. It has been opened to the public. - Your friendly Sheriffbot

[Bug binutils/25750] GNU as has inconsistent behavior when expanding .macro that takes as input directives with arguments

2020-04-02 Thread caij2003 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25750 --- Comment #4 from Jian Cai --- Sorry I just realized my question was misleading. What I really meant was if vararg would work on a macro taking as input multiple directives with arguments, such as the one below. vararg seemed to not work