This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [RFC] ARI related: Use of GCC poison pragma



> -----Message d'origine-----
> De?: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la part
> de Pedro Alves
> Envoyé?: jeudi 15 novembre 2012 19:14
> À?: Pierre Muller
> Cc?: 'Joel Brobecker'; gdb@sourceware.org
> Objet?: Re: [RFC] ARI related: Use of GCC poison pragma
> 
> On 15-11-2012 16:25, Pierre Muller wrote:
> >
> >
> >> -----Message d'origine-----
> >> De : gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] De la
> part
> >> de Joel Brobecker
> >> Envoyé : jeudi 15 novembre 2012 16:14
> >> À : Pierre Muller
> >> Cc : gdb@sourceware.org
> >> Objet : Re: [RFC] ARI related: Use of GCC poison pragma
> >>
> >>>   To avoid resurgence of expunged ARI problems,
> >>> Pedro suggested the use of GCC poison pragma.
> > Yes, Pedro talked about simply removing the
> > function completely.
> >> I believe it was Tom, actually.
> >  and  Tom suggested use of poison pragma.
> 
> 
> Yes, and believe it or not, before suggesting that, I actually
> wrote a patch that copied over the poison stuff from GCC into GDB.  :-) I
> did it
> to easily see where the function was still used.  But the only usages that
> revealed
> were in the function definition itself, and so I just pointed out that it
> can
> just be removed.  I then deleted the patch I had, as thinking that it
wasn't
> _that_ useful.  For gcc it's more useful as it still does a lot of things
> with
> target macros, instead of target methods.  Poisoning gdb functions IMO
> doesn't
> have that much value, since once you remove them, you can't use them
anymore
> anyway without the compiler or linker complaining.  It could be more
useful
> for symbols from libiberty we might not want to use, for instance.
> 
> So I still say, just remove the unused function.  Poisoning that
particular
> symbol afterwards doesn't add anything.
But we could poison function that do exist
in standard includes like
  sprint for example, no?

Pierre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]