freebsd-dev/contrib/gcclibs
Ed Schouten bdc971eb19 Add support for __COUNTER__.
__COUNTER__ allows one to obtain incrementing (read: unique) numbers
from the C preprocesor. This is useful when implementing things like a
robust implementation of CTASSERT(), which currently fails when using
it more than once on a single line of code. Probably not likely to cause
any breakage, but still.

__COUNTER__ was also added to GCC 4.3, but since that implementation is
GPLv3 licensed, I took the liberty of implementing it without looking at
any upstream sources. Therefore, this version is licensed under the same
license as the rest of the code; GPLv2.
2011-12-13 17:34:47 +00:00
..
include GCC 4.2.1 release miscellaneous support libraries. 2007-08-14 02:52:47 +00:00
libcpp Add support for __COUNTER__. 2011-12-13 17:34:47 +00:00
libdecnumber GCC 4.2.1 release miscellaneous support libraries. 2007-08-14 02:52:47 +00:00
libgomp GCC 4.2.1 release miscellaneous support libraries. 2007-08-14 02:52:47 +00:00
libiberty Fix clang compile warnings. 2011-05-22 22:14:15 +00:00
libmudflap GCC 4.2.1 release miscellaneous support libraries. 2007-08-14 02:52:47 +00:00
libssp GCC 4.2.1 release miscellaneous support libraries. 2007-08-14 02:52:47 +00:00