Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If arm.h is going to define WCHAR_TYPE, don't assume WCHAR_TYPE_SIZE | obrien | 2008-09-10 | 1 | -1/+1 |
| | | | | | | doesn't already have a definition. Reported by: imp | ||||
* | We're not quite ready for the full %(endian_spec). | obrien | 2008-09-01 | 1 | -1/+3 |
| | |||||
* | Add __unix__. Tweak __KPRINTF_ATTRIBUTE__ while I'm here. | obrien | 2008-09-01 | 1 | -1/+2 |
| | |||||
* | Add FreeBSD/MIPS support to GCC. | obrien | 2008-09-01 | 3 | -1/+258 |
| | |||||
* | Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared | obrien | 2008-08-31 | 1 | -1/+1 |
| | | | | | parts of the configuration aren't duplicated, and arch-specific exceptions are made "in-place". Also clean up the FreeBSD/amd64 config a little. | ||||
* | Make -mfancy-math-387 the default on FreeBSD, as it is on most other | das | 2008-08-10 | 1 | -5/+0 |
| | | | | | | | operating systems. Previously, gcc would inhibit the generation of fsqrt, fsin, and several other floating point instructions, for the benefit of the old in-kernel math emulator, which was removed over 5 years ago. | ||||
* | White space fixes. | obrien | 2008-06-28 | 1 | -8/+8 |
| | |||||
* | Reduce diff to vendor. | obrien | 2008-06-28 | 1 | -1/+1 |
| | |||||
* | Allow the targeted CPU type to be set via -mcpu instead of | marius | 2007-12-09 | 1 | -5/+7 |
| | | | | | | | limiting to the hardcoded equivalent of -mcpu=ultrasparc. PR: 109510 MFC after: 3 months | ||||
* | Update locally changed files to GCC 4.2.1. | kan | 2007-08-14 | 2 | -8/+18 |
| | | | | Approved by: re (kensmith) | ||||
* | Merge files that are no longer carry FreeBSD local changes. | kan | 2007-08-14 | 1 | -9/+9 |
| | | | | Approved by: re (kensmith) | ||||
* | This commit was generated by cvs2svn to compensate for changes in r171825, | kan | 2007-08-14 | 17 | -118/+109 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | GCC 4.2.1 release. | kan | 2007-08-14 | 20 | -135/+136 |
| | | |||||
| * | Remove files that are no more part of GCC distribution from FSF branch. | kan | 2007-05-19 | 96 | -48995/+0 |
| | | |||||
* | | FreeBSD expects VFP, so use that as the default FPU. | cognet | 2007-05-21 | 1 | -0/+3 |
| | | | | | | | | Reviewed by: kan | ||||
* | | Merge arm-freebsd.h.diff directly into the target file. Maintaining | kan | 2007-05-19 | 1 | -10/+64 |
| | | | | | | | | | | separate patch is much more painful than taking this file off the vendor branch. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r169708, | kan | 2007-05-19 | 93 | -38134/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Remove files that are not part of GCC distribution anymore. | kan | 2007-05-19 | 3 | -10900/+0 |
| | | |||||
* | | Update configuration files for GCC 4.2. | kan | 2007-05-19 | 7 | -1252/+301 |
| | | |||||
* | | Merge local FreeBSD changes for -mno-align-long-strings. | kan | 2007-05-19 | 1 | -3962/+7025 |
| | | |||||
* | | FreeBSD uses unchanged versions of this files. | kan | 2007-05-19 | 4 | -9126/+7079 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r169689, | kan | 2007-05-19 | 606 | -50052/+115001 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | GCC 4.2.0 release. | kan | 2007-05-19 | 618 | -64354/+129365 |
| | | |||||
* | | Resolve conflicts after GCC 3.4.6 20060825 import. | kan | 2006-08-26 | 4 | -10/+36 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r161651, | kan | 2006-08-26 | 21 | -313/+509 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Gcc 3.4.6 as of 2006/08/25 #116475. | kan | 2006-08-26 | 26 | -324/+552 |
| | | |||||
* | | Locate __FreeBSD_cc_version's value beside __FreeBSD__'s value to make it | obrien | 2005-10-30 | 1 | -1/+1 |
| | | | | | | | | easier to keep them in sync. | ||||
* | | Catch up with FreeBSD 7. | obrien | 2005-10-29 | 1 | -1/+1 |
| | | |||||
* | | Submitted following patch to FSF GCC: | rodrigc | 2005-10-27 | 1 | -10/+1 |
| | | | | | | | | | | | | | | | | | | * freebsd-spec.h (FBSD_TARGET_OS_CPP_BUILTINS): Use builtin_define_with_int_value() instead of adding a new check for every new major FreeBSD version. Motivated by: simon Discussed with: obrien, kan | ||||
* | | Fix bug where GCC thought athlon-tbird had SSE support. | obrien | 2005-07-19 | 1 | -4/+4 |
| | | |||||
* | | Patch the freebsd spec file for PowerPC so that PIC code builds correctly. | scottl | 2005-07-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | This allows FreeBSD/PPC to build and run out of stock CVS sources. This also takes the file off of the vendor branch. Submitted by: kan, grehan Approved by: re, kan | ||||
* | | Enable handling of MS-compatible packing push and pop pragmas. This change was | kan | 2005-06-03 | 1 | -0/+4 |
| | | | | | | | | inadvertedly left out of the last import. | ||||
* | | Fix a typo from previos commit. | kan | 2005-06-03 | 1 | -1/+1 |
| | | |||||
* | | Catch up with changes in BDX_OUTPUT_[LR]BRAC callers. | kan | 2005-06-03 | 1 | -2/+2 |
| | | |||||
* | | Merge conflicts for GCC 3.4.4. | kan | 2005-06-03 | 4 | -68/+123 |
| | | |||||
* | | Stock files. | kan | 2005-06-03 | 2 | -569/+638 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r146895, | kan | 2005-06-03 | 66 | -5360/+9030 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Gcc 3.4.4 release. | kan | 2005-06-03 | 72 | -5993/+9787 |
| | | |||||
| * | Remove files that are not part of GCC 3.4.x from the vendor branch. | kan | 2004-08-12 | 63 | -3550/+0 |
| | | |||||
* | | Enter the long awaited start of FreeBSD 6.0! | obrien | 2004-08-21 | 1 | -1/+1 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r133582, | kan | 2004-08-12 | 54 | -2623/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | Remove obsolete ASM_FINAL_SPEC definition. | kan | 2004-07-29 | 1 | -3/+0 |
| | | | | | | | | Reported by: green | ||||
* | | Update sparc64 MD bits to GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -21/+13 |
| | | |||||
* | | Merge FreeBSD changes into GCC 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -16/+6 |
| | | | | | | | | 1.2 Tweaks to make this file live beside our hacked config. | ||||
* | | Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZE | kan | 2004-07-28 | 1 | -601/+271 |
| | | | | | | | | overridable from the command line). | ||||
* | | Merge r1.11 (-mno-align-long-strings). | kan | 2004-07-28 | 1 | -1845/+3132 |
| | | |||||
* | | Update Amd64 MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -6/+9 |
| | | |||||
* | | Update i386 MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -7/+12 |
| | | |||||
* | | Update Alpha config MD bits for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 1 | -10/+13 |
| | | |||||
* | | Merge FreeBSD modifications into gcc 3.4.2-prerelease: | kan | 2004-07-28 | 1 | -43/+30 |
| | | | | | | | | 1.8 Change symbol values to match freebsd.h. |