bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/14798] gas mips target generates badly typed symbols


From: cvs-commit at gcc dot gnu.org
Subject: [Bug gas/14798] gas mips target generates badly typed symbols
Date: Mon, 20 May 2019 18:09:34 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=14798

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Faraz Shahbazker <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d87343802b81ad123a27beccb140d406f54727c6

commit d87343802b81ad123a27beccb140d406f54727c6
Author: Faraz Shahbazker <address@hidden>
Date:   Mon May 6 09:09:02 2019 -0700

    [MIPS] PR gas/14798: Limit IRIX5 specific default typing to IRIX targets

    On IRIX 5, every global symbol that is not explicitly labelled as
    being a function is assumed to be an object.  There is no reason
    why IRIX behaviour should extend to all MIPS targets, so limit this
    to only IRIX targets.

    gas/
        PR 14798
        * config/tc-mips.c (s_mips_globl): Only treat symbols that are
        not explicitly labelled as BSF_OBJECTs for IRIX targets.
        * testsuite/gas/mips/pr14798.s: New test source.
        * testsuite/gas/mips/pr14798-irix.d: New test.
        * testsuite/gas/mips/pr14798.d: Likewise.
        * testsuite/gas/mips/mips.exp: Run the new tests.

    binutils/
        PR 14798
        * testsuite/binutils-all/readelf.ss-mips: Update reference output.
        * testsuite/binutils-all/readelf.ss-tmips: Likewise.

    ld/
        PR 14798
        * testsuite/ld-mips-elf/reloc-6a.s: Specify .text section for
        global code symbols.
        * testsuite/ld-mips-elf/reloc-6b.s: Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]