summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor bogon.obrien1999-11-151-1/+1
|
* Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).obrien1999-11-151-4/+0
| | | | It causes internal compiler errors and sig 11's with GCC 2.95.2.
* Upgrade support file for GCC 2.95.2.obrien1999-11-151-0/+91
|
* Add rev 1.2 profiling tweaks, to GCC 2.95.2.obrien1999-11-151-0/+5
|
* Use the stock 2.95.2 file here.obrien1999-11-151-6/+6
| | | | | I cannot determine if our previous (rev 1.2) changes for ObjC are still appropriate.
* Bump __FreeBSD_cc_version due to the compiler upgrade.obrien1999-11-151-1/+1
|
* Make cross-compilation work for Alpha on i386 machines.obrien1999-11-141-0/+12
| | | | | | | Note that the optimizer has a bug somewhere. This means that only -O0 works at this time. Submitted by: marcel
* Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulobrien1999-11-141-3/+0
| | | | | | for recent Egcs 1.1.x. Submitted by: simokawa
* Changes for Alpha and EGCS.obrien1999-11-141-67/+473
| | | | | | * Commonalities with i386, moved to a FreeBSD wide config file. * Major additions to this file were adapted from Hidetoshi Shimokawa <simokawa@FreeBSD.ORG>'s Alpha suppliment to the Egcs 1.1.2 port.
* Support PPPoE.brian1999-11-145-3/+182
| | | | Add a missing comma to the lcp config options table.
* This commit was generated by cvs2svn to compensate for changes in r53142,obrien1999-11-141-84/+165
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of the GCC 2.95.1 compilersobrien1999-11-141-84/+165
| |
* | This commit was generated by cvs2svn to compensate for changes in r53140,obrien1999-11-141-0/+2170
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of gcc from EGCS 1.1.2obrien1999-11-141-0/+2170
| |
* | Fix time printing bugache1999-11-131-0/+8
| | | | | | | | | | PR: 14813 Submitted by: idea by netch@lucky.net (Valentin Nechayev)
* | Make cross-compilation work for Alpha on i386 machines. Note thatmarcel1999-11-121-1/+15
| | | | | | | | | | the optimizer has a bug somewhere. This means that only -O0 works at this time.
* | This commit was generated by cvs2svn to compensate for changes in r53024,guido1999-11-08201-4214/+19836
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of ipfilter 3.3.3 in anticipation of its revival.guido1999-11-08210-4360/+20241
| | | | | | | | | | | | More to come in the next days.
* | | Merge vendor changes into our version of this.obrien1999-11-051-7/+15
| | |
* | | Update for the 6.0.3s1 import.obrien1999-11-051-5/+5
| | |
* | | Fix conflicts.obrien1999-11-053-4/+23
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r52894,obrien1999-11-0519-151/+498
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of AMD (am-utils) v6.0.3s1obrien1999-11-0524-181/+578
| | | |
* | | | Get the tar arguments right.obrien1999-11-051-1/+1
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52878,obrien1999-11-044-0/+827
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import from GCC 2.95.1.obrien1999-11-044-0/+827
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of GCC 2.95 these files from libiberty are absolutely required: ansidecl.h libiberty.h splay-tree.h splay-tree.c To keep from having to import all of libiberty, they are imported here for now. Before all is said and done, libiberty might be imported, or these files might move elsewhere.
* | | | Merge rev 1.2 [_exit() over exit()] into GCC 2.95.1.obrien1999-11-041-75/+36
| | | |
* | | | Merge rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 2.95.1.obrien1999-11-041-21/+13
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52874,obrien1999-11-043-412/+1110
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import from GCC 2.95.1.obrien1999-11-045-508/+1157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of GCC 2.95 these files: choose-temp.c demangle.h getopt.h obstack.c pexecute.c cplus-dem.c getopt.c getopt1.c obstack.h were removed from the GCC compilers proper to libiberty. To continue our revision history, and to keep from having to import all of libiberty, they are imported here as if they were never moved.
* | | | Structure field name changed.obrien1999-11-031-1/+1
| | | |
* | | | This brings rev 1.2 (reality check and document profiling extensions)obrien1999-11-011-7/+7
| | | | | | | | | | | | | | | | into GCC 2.95.2.
* | | | This adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.obrien1999-11-011-1/+0
| | | |
* | | | Merge rev 1.2 (a.out support) into GCC 2.95.2.obrien1999-11-011-3/+4
| | | |
* | | | Add Alpha and proper x86 support to GCC 2.95.2.obrien1999-11-011-5/+14
| | | | | | | | | | | | | | | | [ Functionally speaking, this covers revs 1.{2,3} ]
* | | | Merge our -fformat-extensions and printf0() into GCC 2.95.2.obrien1999-11-011-4/+48
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52750,obrien1999-11-0131-132/+493
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of the GCC 2.95.2 compilersobrien1999-11-0140-228/+751
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52746,obrien1999-11-014-0/+16
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.95.2's libstdc++obrien1999-11-014-0/+16
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52744,obrien1999-11-014-0/+16
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.obrien1999-11-014-0/+16
| | | |
* | | | Change quote style.obrien1999-11-011-1/+1
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r52741,obrien1999-11-014-3/+7
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of GCC 2.95.2's libf2cobrien1999-11-014-3/+7
| | | |
* | | | Tell others how I did this.obrien1999-11-011-0/+21
| | | |
* | | | This file came from elsewhere and there was a little turd left.obrien1999-11-011-1/+1
| | | |
* | | | Describe how I did this.obrien1999-11-011-0/+18
| | | |
* | | | Update for gcc 2.95.2.obrien1999-11-011-4/+4
| | | |
* | | | Use the stock file for now.obrien1999-10-271-162/+378
| | | |
OpenPOWER on IntegriCloud