Re: [PATCH] function.c: Remove stray copy of initial_trampoline

2013-06-11 Thread David Malcolm
On Tue, 2013-06-11 at 09:56 -0600, Jeff Law wrote: > On 06/11/13 09:16, David Malcolm wrote: > > > > 2013-06-11 David Malcolm > > > > * function.c (initial_trampoline): Remove stray copy; see > > varasm.c for the real copy. > This is fine. However, I'd just make the ChangeLog > >

Re: [PATCH] function.c: Remove stray copy of initial_trampoline

2013-06-11 Thread Jeff Law
On 06/11/13 09:16, David Malcolm wrote: 2013-06-11 David Malcolm * function.c (initial_trampoline): Remove stray copy; see varasm.c for the real copy. This is fine. However, I'd just make the ChangeLog * function.c (initial_trampoline): Remove stray copy. Jeff

[PATCH] function.c: Remove stray copy of initial_trampoline

2013-06-11 Thread David Malcolm
Both function.c and varasm.c contain their own copies of this declaration: static GTY(()) rtx initial_trampoline; Only the one in varasm.c is used; the one in function.c appears to be a missing removal from this move: 2004-05-13 Diego Novillo Merge from tree-ssa-20020619-branch.