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

--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <[email protected]>:

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

commit aeaaa9af6359c8e394ce9cf24911fec4f4d23703
Author: H.J. Lu <[email protected]>
Date:   Tue Sep 23 08:52:26 2025 +0800

    elf: Return error on unsorted symbol table if not allowed

    Normally ELF symbol table should be sorted, i.e., local symbols precede
    global symbols.  Irix 6 is an exception and its elf_bad_symtab is set
    to true.  Issue an error if elf_bad_symtab is false and symbol table is
    unsorted.

            PR ld/33450
            * elflink.c (set_symbol_value): Change return type to bool and
            return false on error.  Issue an error on unsorted symbol table
            if not allowed.
            (elf_link_input_bfd): Return false if set_symbol_value reurns
            false.

    Signed-off-by: H.J. Lu <[email protected]>

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

Reply via email to