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


>   To avoid resurgence of expunged ARI problems,
> Pedro suggested the use of GCC poison pragma.

I believe it was Tom, actually.

> What would be the corresponding gdb file?  I suppose it would be
> defs.h

I agree that defs.h should be a good place for it.

> So would a patch adding 
> #if (GCC_VERSION >= 3000)
> #pragma GCC poison xvasprintf
> #endif

I don't think we really need the GCC_VERSION check, do we?

-- 
Joel


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