Re: [PATCH] final.c: make debug_prefix_maps static

2013-06-11 Thread David Malcolm
On Tue, 2013-06-11 at 09:34 -0700, Richard Henderson wrote: > On 06/11/2013 07:57 AM, David Malcolm wrote: > > Usage of "debug_prefix_maps" is hidden behind an API, with the only > > direct uses of the ptr being within final.c. Indeed the declaration of > > its type is local to that file. > > > >

Re: [PATCH] final.c: make debug_prefix_maps static

2013-06-11 Thread Richard Henderson
On 06/11/2013 07:57 AM, David Malcolm wrote: > Usage of "debug_prefix_maps" is hidden behind an API, with the only > direct uses of the ptr being within final.c. Indeed the declaration of > its type is local to that file. > > Hence it can be made static. > > Successfully bootstrapped on x86_64-u

[PATCH] final.c: make debug_prefix_maps static

2013-06-11 Thread David Malcolm
Usage of "debug_prefix_maps" is hidden behind an API, with the only direct uses of the ptr being within final.c. Indeed the declaration of its type is local to that file. Hence it can be made static. Successfully bootstrapped on x86_64-unknown-linux-gnu OK for trunk? 2013-06-11 David Malcolm