https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77957

--- Comment #7 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Wed Dec  7 23:07:58 2016
New Revision: 243415

URL: https://gcc.gnu.org/viewcvs?rev=243415&root=gcc&view=rev
Log:
rs6000: Don't forget to initialize the TOC (PR77957)

The code generating traceback tables mistakenly does an early return
if !optional_tbtab, which causes it to miss the code generating the TOC
section.  This only matters if the TOC will be empty since otherwise
the section is created elsewhere.

This patch fixes it.


        PR target/77957
        * config/rs6000/rs6000.c (rs6000_output_function_epilogue): Don't
        return early if !optional_tbtab.

Modified:
    branches/gcc-6-branch/gcc/ChangeLog
    branches/gcc-6-branch/gcc/config/rs6000/rs6000.c

Reply via email to