Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for "d" floating-point suffix, as defined by draft N1312 | pfg | 2013-05-12 | 2 | -3/+17 |
| | | | | | | | | | of TR 24732. Emit pedantic warning if the feature is being used. Should solve GCC bug 39027. Obtained from: OpenBSD MFC after: 2 weeks | ||||
* | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS in | eadler | 2012-12-06 | 1 | -2/+2 |
| | | | | | | | | | | | | share/mk/sys.mk instead. This is part of a medium term project to permit deterministic builds of FreeBSD. Submitted by: Erik Cederstrand <erik@cederstrand.dk> Reviewed by: imp, toolchain@ Approved by: cperciva MFC after: 2 weeks | ||||
* | Add support for __COUNTER__. | ed | 2011-12-13 | 4 | -1/+9 |
| | | | | | | | | | | | | | __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. | ||||
* | GCC 4.2.1 release miscellaneous support libraries. | kan | 2007-08-14 | 1 | -0/+4 |
| | |||||
* | GCC 4.2.0 release miscellaneous support libraries. | kan | 2007-05-19 | 31 | -0/+29584 |