Re: [PATCH PR63581] Fix undefined references in debug_info

2014-10-31 Thread Jeff Law
On 10/17/14 17:08, Rong Xu wrote: Here is the diff for ChangeLog Index: ChangeLog === --- ChangeLog (revision 216415) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2014-10-17 + + * cfgrtl.c (emit_barrier_after_bb): Append the ba

Re: [PATCH PR63581] Fix undefined references in debug_info

2014-10-17 Thread Rong Xu
Here is the diff for ChangeLog Index: ChangeLog === --- ChangeLog (revision 216415) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2014-10-17 + + * cfgrtl.c (emit_barrier_after_bb): Append the barrier to the + footer, instead of un

[PATCH PR63581] Fix undefined references in debug_info

2014-10-17 Thread Rong Xu
Hi, The attached patch fixes PR63581. The diagnosis is in the bug report. Google ref b/17759776. Tested with bootstrap and regression. Thanks, -Rong 63581_patch Description: Binary data