[ARI] Add "bzero"

Tom Tromey tromey@redhat.com
Mon May 18 19:24:00 GMT 2009


>>>>> "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



More information about the Gdb-patches mailing list