This is the mail archive of the gdb-patches@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: [ARI] Add "bzero"


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> Would you mind adding bzero to the list of functions in the ARI that
Joel> should not be used? I think this would be useful to have. The following
Joel> patch should work, but I'm not sure how you test it, and i'm also not
Joel> sure about the right category...

For this specific case, and some others like it, perhaps using #pragma
poison would be better.  That would result in a compile time error,
rather than a report on a web page.

Tom


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