From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12768 invoked by alias); 23 Aug 2014 15:56:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 12737 invoked by uid 55); 23 Aug 2014 15:56:41 -0000 From: "danglin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/62038] Out of range branch target in thunk Date: Sat, 23 Aug 2014 15:56:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: danglin at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-08/txt/msg01594.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62038 --- Comment #6 from John David Anglin --- Author: danglin Date: Sat Aug 23 15:56:07 2014 New Revision: 214397 URL: https://gcc.gnu.org/viewcvs?rev=214397&root=gcc&view=rev Log: PR target/62038 * config/pa/pa.c (pa_output_function_epilogue): Don't set last_address when the current function is a thunk. (pa_asm_output_mi_thunk): When we don't have named sections or they are not being used, check that thunk can reach the stub table with a short branch. Modified: trunk/gcc/ChangeLog trunk/gcc/config/pa/pa.c