Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to the 2000-03-13 GCC 2.96 development snapshot. | David E. O'Brien | 2000-03-19 | 1 | -21/+21 |
| | |||||
* | Upgrade to the 2000-02-07 GCC 2.96 development snapshot. | David E. O'Brien | 2000-02-14 | 4 | -59/+67 |
| | |||||
* | Upgrade to the 2000-01-10 GCC 2.96 development snapshot. | David E. O'Brien | 2000-01-17 | 5 | -77/+74 |
| | |||||
* | Upgrade to the 1999-09-20 development snapshot. | David E. O'Brien | 1999-10-10 | 3 | -28/+42 |
| | |||||
* | Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha created | David E. O'Brien | 1999-07-25 | 2 | -20/+8 |
| | | | | | | | | | when I changed from defining these in gcc/config/freebsd.h and instead defined extensable FreeBSD-wide definitions. While I am here, move the *SWITCH_TAKES_ARG = FBSD_*SWITCH_TAKES_ARG assignments to the global file to remove one more thing from the arch specific config files. | ||||
* | Update to the 1999-07-18 beta snapshot of GCC-2.95. | David E. O'Brien | 1999-07-20 | 1 | -4/+4 |
| | |||||
* | Upgrade to the July 12th GCC-2.95 prerelease. | David E. O'Brien | 1999-07-15 | 1 | -1/+1 |
| | |||||
* | Changes to work with updated files/freebsd.h. | David E. O'Brien | 1999-07-04 | 1 | -12/+29 |
| | |||||
* | Upgrade to the 19990623 GCC 2.95 pre-release snapshot. | David E. O'Brien | 1999-06-24 | 1 | -37/+9 |
| | |||||
* | Update to the 19990616 GCC 2.95-prerelease. | David E. O'Brien | 1999-06-21 | 1 | -71/+38 |
| | |||||
* | Update to the 1999-06-08 (gcc 2.95 prerelease). | David E. O'Brien | 1999-06-15 | 4 | -109/+74 |
| | |||||
* | Fix for alpha. | Hidetoshi Shimokawa | 1999-06-10 | 1 | -6/+120 |
| | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge | ||||
* | Upgrade to 19990524 gcc-2.95 prerelease. | David E. O'Brien | 1999-05-26 | 1 | -10/+8 |
| | |||||
* | Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for the | David E. O'Brien | 1999-05-18 | 2 | -20/+16 |
| | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. | ||||
* | Sync up with some diffs I sent to Cygnus. | David E. O'Brien | 1999-04-22 | 3 | -15/+17 |
| | |||||
* | I give you the latest and greatest of the EGCS snapshot series. | David E. O'Brien | 1999-04-21 | 10 | -102/+446 |
| | | | | | | | | This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler. | ||||
* | * Add support for ``-pthead'' | David E. O'Brien | 1999-03-22 | 5 | -24/+562 |
| | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work | ||||
* | Upgrade to 1.1.2 release. | David E. O'Brien | 1999-03-17 | 5 | -46/+88 |
| | |||||
* | GNUHOST is now "i386-unknown-freebsd" for an ELF machine, and | David E. O'Brien | 1999-02-09 | 4 | -9/+58 |
| | | | | "i386-unknown-freebsdaout" for an a.out machine. | ||||
* | Allow '$' in labels as our offical compiler does. | David E. O'Brien | 1999-01-23 | 2 | -10/+36 |
| | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> | ||||
* | Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case. | David E. O'Brien | 1998-12-25 | 1 | -0/+10 |
| | | | | | | | This should fix some of the problems with exceptions under ELF. PR: ports/9089 Submitted by: jdp via Robert Schulhof <rrs@LMI.Net> | ||||
* | Make profiling work. | John Polstra | 1998-10-08 | 3 | -4/+132 |
| | |||||
* | Sync with gcc28 port: | David E. O'Brien | 1998-07-19 | 1 | -0/+32 |
| | | | | | | * Implement support for weak symbols. This solves the "___error" undefined problem on 3.0-CURRENT systems. * look for crt0.o in /usr/lib/aout on 3.0-CURRENT systems. | ||||
* | upgrade to 19980608 snapshot | David E. O'Brien | 1998-06-10 | 1 | -9/+6 |
| | |||||
* | Upgrade to 980406 snapshot | David E. O'Brien | 1998-04-14 | 2 | -33/+0 |
| | | | | Reviewed by: my PITA ecs240 project | ||||
* | Upgrade to the 980315 snapshot. | David E. O'Brien | 1998-04-07 | 2 | -14/+9 |
| | |||||
* | Upgrade to version 1.0.2 release. | David E. O'Brien | 1998-04-07 | 2 | -9/+14 |
| | |||||
* | Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. | David E. O'Brien | 1998-02-14 | 2 | -12/+28 |
| | | | | Including linking with the STL vector class. | ||||
* | Set __FreeBSD__ to 2, not 3. | David E. O'Brien | 1998-02-13 | 1 | -1/+1 |
| | | | | Ports track -STABLE. | ||||
* | Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) the | John Polstra | 1998-01-23 | 1 | -0/+17 |
| | | | | | | | | | | default for FreeBSD. The standard exception implementation reliably dumps core under FreeBSD. Users can put "-fno-sjlj-exceptions" on the command line if they really want to override the new default. Configure with "--with-gnu-as" and "--with-gnu-ld". Define "__FreeBSD__" as 3. | ||||
* | This is a new port for egcs, which probably stands for something | John Polstra | 1998-01-10 | 3 | -0/+39 |
like "enhanced GNU compiler suite." It contains updated versions of gcc, g++, and g77 with many bugfixes and some new optimizations. The C++ compiler in particular is vastly improved over gcc-2.7.2.1. |