summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/print-tree.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r260014, r260099:pfg2014-01-201-0/+4
| | | | | | | | | | gcc: Add support for label attributes and "unavailable" attribute. Apple GCC has extensions to support for both label attributes and an "unavailable" attribute. These are critical for objc but are also useful in regular C/C++. Obtained from: Apple GCC 4.2 - 5531
* MFC r258017, r258429, r258748, r258817:pfg2013-12-211-11/+9
| | | | | | | | Merge updates from FSF pre4.3 GCC inspired on Apple's gcc: Updates to libiberty and mangling. New align attribute. Merge Apple updates to libstdc++.
* FreeBSD uses unchanged versions of this files.kan2007-05-191-167/+301
|
* Use stock GCC versions on these files.kan2004-07-281-62/+34
|
* FreeBSD uses stock versions of these GCC files.kan2003-07-111-36/+32
|
* Use pure stock files.obrien2002-12-041-2/+0
|
* Use the stock (3.1) version.obrien2002-05-091-0/+18
|
* Use the stock [3.1-snap] file.obrien2002-02-061-107/+167
|
* Use the stock file now.obrien1999-10-261-5/+9
|
* Fix conflicts.obrien1999-08-301-86/+42
|
* Fixed printf format errors. gcc should have a macro HOST_PTR_PRINTF_TYPEbde1998-08-021-3/+3
| | | | | to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the format then `void *' is probably wrong for the type.
* Import of unmodified (but trimmed) gcc-2.7.2. The bigger parts of thepeter1996-09-181-0/+738
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.
OpenPOWER on IntegriCloud