summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete ASM_FINAL_SPEC definition.kan2004-07-291-3/+0
| | | | Reported by: green
* Allow GCC to recognize -fformat-extensions flag.kan2004-07-292-0/+11
|
* Merge rev. 1.2 (allow profiling of FORTRAN77 programs) infokan2004-07-281-31/+23
| | | | GCC 3.4.3-prerelease sources.
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-55/+30
| | | | 1.2 Printf format errors fixes.
* Use stock version of this file now.kan2004-07-281-5697/+1493
|
* Update sparc64 MD bits to GCC 3.4.2-prerelease.kan2004-07-281-21/+13
|
* Merge FreeBSD changes into GCC 3.4.2-prerelease:kan2004-07-281-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_SIZEkan2004-07-281-601/+271
| | | | overridable from the command line).
* Merge r1.11 (-mno-align-long-strings).kan2004-07-281-1845/+3132
|
* Update Amd64 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-6/+9
|
* Update i386 MD bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+12
|
* Update Alpha config MD bits for GCC 3.4.2-prerelease.kan2004-07-281-10/+13
|
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-43/+30
| | | | 1.8 Change symbol values to match freebsd.h.
* Update MI config bits for GCC 3.4.2-prerelease.kan2004-07-281-7/+4
|
* Update for GCC 3.4.2. Bump __FreeBSD_cc_version_ and use correct ELFkan2004-07-281-7/+12
| | | | interpreter on FreeBSD 5.x series.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-3/+1
| | | | 1.2 Localize the version string.
* -O0 -O1 should optimize alignment for time, not size. Moved from toplev.c.kan2004-07-281-1/+3
|
* Merge FreeBSD modifications into gcc 3.4.2-prelelease:kan2004-07-281-2856/+2093
| | | | | | | 1.2 -fformat-extensions. Remove r1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha) as obsolete. Move r1.14 (-O0 -O1 optimize alignment for time, not size) to opts.c.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-1002/+1126
| | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues. 1.38 Correct priority for GCC_EXEC_PREFIX.
* Merge FreeBSD changes into GCC 3.4.2-prerelease.kan2004-07-281-945/+1095
| | | | 1.19 Fix -mprofiler-epilogue on i386.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-264/+651
| | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB.
* Use stock version of this file.kan2004-07-281-3107/+2683
| | | | | Revision 1.3 to suppress warnings on K&R main is not useful anymore since GCC suppresses such warnings unconditionally now.
* Merge FreeBSD modifications into gcc 3.4.2-prerelease:kan2004-07-281-254/+328
| | | | | | | | 1.2 framework for our kernel printf enhancements. 1.3 suppress prototype warnings on K&R main. Both flag variables declared here were disconnected through the 5-current lifetime and are retained here for backwards compatibility reasons only.
* Merge FreeBSD changes into GCC 3.4.2-prerelease.kan2004-07-281-1809/+1025
| | | | r1.18: Move FreeBSD specific flag variables from c-decl.c here.
* Use stock GCC versions on these files.kan2004-07-2819-17274/+23412
|
* This commit was generated by cvs2svn to compensate for changes in r132718,kan2004-07-28876-164298/+282167
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.4.2 20040728.kan2004-07-28916-200115/+319636
| |
| * Remove files not part of GCC 3.3.x.kan2004-01-0575-17068/+0
| |
* | Grrr. our rev 1.19 (FSF GCC rev 1.579) is causing some problems on 32-bitobrien2004-06-191-0/+9
| | | | | | | | | | systems. So only use the rev 1.19 (FSF GCC rev 1.579) change on 64-bit systems.
* | Merge FSF GCC rev 1.579 change ((x86_output_mi_thunk): Don't pass MEM toobrien2004-06-191-3/+2
| | | | | | | | | | | | | | %P0, just SYMBOL_REF) into GCC 3.3.3. This fixes the bad C++ thunks code generation building Firefox on AMD64. Submitted by: Sean McNeil <sean@mcneil.com>
* | Remove unneeded filesache2004-02-175-1390/+3
| |
* | Make gcc -pthread link to -lpthread instead of -lc_r.deischen2004-01-301-2/+2
| |
* | Quick fix for breakage of non-i386 arches in previous commit. Onlybde2004-01-061-0/+2
| | | | | | | | use TARGET_PROFILER_EPILOGUE if it is defined.
* | Fix -mprofiler-epilogue on i386. This should be extended to otherkan2004-01-051-0/+15
| | | | | | | | | | | | architectures in future. Submitted by: bde
* | This commit was generated by cvs2svn to compensate for changes in r124151,kan2004-01-0575-17068/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | Fix ASM_OUTPUT_LABELREF to deal with TSL model prefixes GCCkan2003-12-221-6/+14
| | | | | | | | | | started to use internally. They need to be stripped before the name of the label or symbol is printed.
* | One might want to correctly generate 32-bit code on an Opteron.obrien2003-12-161-1/+4
| | | | | | | | Submitted by: peter
* | Consistently define __LP64__ on all our 64-bit platforms.obrien2003-12-153-1/+18
| |
* | Use correct priority parameter value in add_prefix from correspondingkan2003-11-131-1/+1
| | | | | | | | | | | | | | | | enum instead of passing literal 0. This fixes gcc invocations with GCC_EXEC_PREFIX environment set. Submitted By: Geoff Morrison PR: gnu/53476
* | Remove a comment stating that -pthread isn't supported.deischen2003-11-101-11/+9
| |
* | Drop r1.6 (warn_system_heders by default). Use stock version ofkan2003-11-071-1/+0
| | | | | | | | the file from now on.
* | Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),kan2003-11-071-2/+20
| | | | | | | | | | | | | | 1.14 (-O/-O1 optimize alignment for time, not size). Back out r1.22 which used to enable warnings in system headers by default.
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}kan2003-11-071-0/+3
| | | | | | | | (cross compiling issues).
* | Merge r1.3 (suppress warnings on K&R main).kan2003-11-071-10/+87
| |
* | New GCC version.kan2003-11-071-1/+1
| |
* | Merge r1.11 (-mno-align-long-strings).kan2003-11-071-163/+289
| |
* | Merge r1.10 (-mno-align-long-strings) and r1.11 (make LONG_TYPE_SIZEkan2003-11-071-5/+29
| | | | | | | | overridable from the command line).
* | Merge r1.8 (printf format error fixes).kan2003-11-071-28/+53
| |
* | Drop the revision 1.2 (don't let gcc(1) hide warnings in system headers)kan2003-11-071-10/+5
| | | | | | | | and use stock version of this file now.
* | No FreeBSD-local changes in these files.kan2003-11-077-255/+556
| |
OpenPOWER on IntegriCloud