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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amo...@sourceware.org>:

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

commit f6a8b8c7ac2d5369070a6b76a94ee0f3052433ff
Author: Alan Modra <amo...@gmail.com>
Date:   Thu Apr 19 14:13:41 2018 +0930

    PR22537, Segmentation fault with static PIE

    The only stub type that makes sense for undefined symbols, or those
    defined in shared libraries, is a plt call stub.  This patch arranges
    to have "destination" set to -1 on such symbols, making for an easy
    test in hppa_type_of_stub.

        PR 22537
        * elf32-hppa.c (elf32_hppa_size_stubs): Init "destination" to -1.
        (hppa_type_of_stub): Don't return a long branch stub for
        symbols other than those defined statically.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to