aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc/stor-layout.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrib/gcc and contrib/gcclibsEd Maste2020-02-291-2209/+0
| | | | | | | | | GCC 4.2.1 was disconnected from FreeBSD in r358454. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358459
* gcc: Add support for Apple's Block extensionPedro F. Giffuni2014-01-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Block objects [1] are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition to executable code they may also contain variable bindings to automatic (stack) or managed (heap) memory. A block can therefore maintain a set of state (data) that it can use to impact behavior when executed. This port is based on Apple's GCC 5646 with some bugfixes from Apple GCC 5666.3. It has some small differences with the support in clang, which remains the recommended compiler. Perhaps the most notable difference is that in GCC that __block is not actually a keyword, but a macro. There will be workaround for this issue in a near future. Other issues can be consulted in the clang documentation [2] For better compatiblity with Apple's GCC and llvm-gcc some related fixes and features from Apple have been included. Support for the non-standard nested functions in GCC is now off by default. No effort was made to update the ObjC support since FreeBSD doesn't carry ObjC in the base system, but some of the code crept in and was more difficult to remove than to adjust. Reference: [1] https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Blocks/Articles/00_Introduction.html [2] http://clang.llvm.org/compatibility.html#block-variable-initialization Obtained from: Apple GCC 4.2 MFC after: 3 weeks Notes: svn path=/head/; revision=260311
* GCC 4.2.0 release.Alexander Kabaev2007-05-191-386/+473
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169689
* Gcc 3.4.2 20040728.Alexander Kabaev2004-07-281-431/+409
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132718
* Gcc 3.3.3 20031106.Alexander Kabaev2003-11-071-0/+3
| | | | Notes: svn path=/vendor/gcc/dist/; revision=122180
* Gcc 3.3.1-pre as of 2003-07-11.Alexander Kabaev2003-07-111-208/+332
| | | | Notes: svn path=/vendor/gcc/dist/; revision=117395
* Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 1-Sep-2002 ↵Alexander Kabaev2002-09-011-6/+33
| | | | | | | 00:00:01 EDT. Notes: svn path=/vendor/gcc/dist/; revision=102780
* Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.David E. O'Brien2002-05-091-2/+75
| | | | Notes: svn path=/vendor/gcc/dist/; revision=96263
* Enlist the FreeBSD-CURRENT users as testers of what is to become Gcc 3.1.0.David E. O'Brien2002-02-011-723/+1223
| | | | | | | These bits are taken from the FSF anoncvs repo on 1-Feb-2002 08:20 PST. Notes: svn path=/vendor/gcc/dist/; revision=90075
* Virgin import of the GCC 2.95.1 compilersDavid E. O'Brien1999-10-161-20/+78
| | | | Notes: svn path=/vendor/gcc/dist/; revision=52284
* Virgin import of gcc from EGCS 1.1.2David E. O'Brien1999-08-261-87/+201
| | | | Notes: svn path=/vendor/gcc/dist/; revision=50397
* Import of 2.7.2.1 into vendor branchvendor/gcc/2.7.2.1Peter Wemm1996-09-181-1/+1
| | | | | Notes: svn path=/vendor/gcc/dist/; revision=18336 svn path=/vendor/gcc/2.7.2.1/; revision=18338; tag=vendor/gcc/2.7.2.1
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thePeter Wemm1996-09-181-0/+1243
non-i386, non-unix, and generatable files have been trimmed, but can easily be added in later if needed. gcc-2.7.2.1 will follow shortly, it's a very small delta to this and it's handy to have both available for reference for such little cost. The freebsd-specific changes will then be committed, and once the dust has settled, the bmakefiles will be committed to use this code. Notes: svn path=/vendor/gcc/dist/; revision=18334