summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
Commit message (Collapse)AuthorAgeFilesLines
* The special checks for %b and %D in rev 1.1 were done before skipping overobrien2002-05-261-51/+54
| | | | | | | any characters between the % and the [bD], so only plain %b and %B worked. This may un-1/2ass our -fformat-extensions support. Submitted by: bde
* 1/2assed reimplementation of c-common.c revs 1.2 (-fformat-extensions)obrien2002-05-221-6/+83
| | | | and 1.3 (printf0) for GCC 3.1.
* the processed hash fileobrien2002-05-171-0/+472
|
* MD_EXEC_PREFIX doesn't work for the cross-arch compiler.ru2002-05-161-1/+7
| | | | | | | The change also makes the `cc -print-search-dirs' output sane (the pre-3.1 way) in the non-cross case. Draft reviewed by: obrien
* Merge c-common.c rev 1.10 into GCC 3.1obrien2002-05-141-1/+3
| | | | | | | Clarify that the "yields only last 2 digits of year in some locales" warning does not apply to BSD. Submitted by: ache
* If you want to not warn on K&R main(); this is how it should be implemented.obrien2002-05-142-1/+17
|
* Merge choose-temp.c rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 3.1.obrien2002-05-141-2/+4
|
* Add framework for our kernel printf enhancements.obrien2002-05-143-0/+35
|
* do-while ASM_OUTPUT_ALIGN to enable its use in more places.obrien2002-05-121-3/+5
|
* Fixes for building a.out bits.obrien2002-05-121-5/+23
| | | | Submitted by: bde
* Localize the version number at the request of the GCC developers.obrien2002-05-111-1/+3
|
* Add tweaks needed when using as the system compiler.obrien2002-05-101-1/+21
|
* Change symbol values to match freebsd.h to avoid warnings.obrien2002-05-101-2/+2
|
* Remove files not part of GCC 3.1.obrien2002-05-10205-80711/+0
|
* Import data for 3.0.2.obrien2002-05-102-22/+20
|
* Use the stock (3.1 pre) file.obrien2002-05-092-170/+338
|
* Use the stock file for now (but leave a note behind about our OBE changes).obrien2002-05-091-42/+203
|
* Merge rev 1.2 (printf format error fixes) in its 1.8 form into Gcc 3.1 pre.obrien2002-05-091-341/+405
|
* Use the stock (3.1) file.obrien2002-05-091-11/+39
|
* We use the stock (3.1) file.obrien2002-05-091-153/+316
|
* Merge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)obrien2002-05-091-50/+77
| | | | into the Gcc 3.1 prerelease.
* Use the stock (3.1 pre) file.obrien2002-05-091-32/+57
|
* Use the stock (3.1) version.obrien2002-05-091-0/+18
|
* Merge rev 1.2 [_exit() over exit()] into the Gcc 3.1 prerelease.obrien2002-05-091-66/+124
|
* Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);obrien2002-05-091-62/+47
| | | | | 1.{16,23,25} (better cross building control); 1.21 ("GCC_OPTIONS") into the GCC 3.1 prerelease.
* Merge rev 1.2 (a.out support) into the GCC 3.1 prerelease.obrien2002-05-091-158/+280
|
* Use the stock 3.1 prerelease version of this for now.obrien2002-05-091-2/+7
|
* Use the stock 3.1 prerelease file now. Rev 1.2 (add_bb) just doesn'tobrien2002-05-091-23/+23
| | | | cleanly fit in any more.
* Use the stock (3.1) file.obrien2002-05-091-2/+20
|
* We use the stock (3.1) file now.obrien2002-05-091-497/+631
|
* Use the stock (3.1) file now.obrien2002-05-091-151/+18
| | | | The choosing of TMPDIR has moved to make-temp-file.c.
* Use the stock 3.1 prerelease file.obrien2002-05-091-1/+11
|
* Use the stock 3.1-prerelease file.obrien2002-05-091-10/+142
|
* Use stock file.obrien2002-05-091-46/+61
|
* This commit was generated by cvs2svn to compensate for changes in r96263,obrien2002-05-09350-9632/+74311
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.obrien2002-05-09373-11502/+77163
| |
* | Alpha MD bits for Gcc 3.1.obrien2002-05-071-115/+37
| |
* | Comment a knob.obrien2002-05-071-1/+1
| |
* | The default ASM_OUTPUT_ADDR_DIFF_ELT will now handle our mixed a.out/ELF.obrien2002-05-071-7/+0
| |
* | MI bits for Gcc 3.1.obrien2002-04-301-460/+34
| |
* | i386 MD bits for Gcc 3.1.obrien2002-04-301-427/+29
| | | | | | | | | | These are totally untested. Do these work? Hell if I know, I have yet to bootstrap using these bits. But people want them, so here they are.
* | Style changes to reduce diff to things I did in the FSF repo.obrien2002-04-241-37/+51
| |
* | Fix bug where we were loosing our platform-wide ASM_COMMENT_STARTobrien2002-04-241-0/+4
| | | | | | | | definition due to pollution in i386/unix.h.
* | GCC 3.1 uses crtstuff.c on Alpha now. [yay!]obrien2002-03-272-304/+0
| |
* | Switch register numbers for DWARF2_DEBUG also.obrien2002-03-271-1/+2
| |
* | Allow for better control over the GCC front-end when building a crossobrien2002-03-051-1/+5
| | | | | | | | | | | | | | | | | | compiler. * Undo the diking out of cross compiler logic from gcc.c rev 1.16. * Add the `CROSS_STARTFILE_PREFIX' knob. * Add our own definition of `STANDARD_INCLUDE_DIR'. This should have been included in freebsd-native.h rev 1.5.
* | Allow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits.obrien2002-03-031-1/+3
| |
* | Better granularity of the FREEBSD_NATIVE #ifdef's.obrien2002-03-021-6/+7
| |
* | Use the default 'ld' emulation rather than hard coding it.obrien2002-02-251-1/+0
| | | | | | | | | | For FreeBSD, 'ld' 2.12.0 uses a different emulation than in the past. So this change makes the upgrade easier.
* | Use the stock [3.1-snap] version of this.obrien2002-02-063-259/+144
| |
OpenPOWER on IntegriCloud