summaryrefslogtreecommitdiff
path: root/lang/gcc43/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1999-07-252-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. Notes: svn path=/head/; revision=20343
* Update to the 1999-07-18 beta snapshot of GCC-2.95.David E. O'Brien1999-07-201-4/+4
| | | | Notes: svn path=/head/; revision=20285
* Upgrade to the July 12th GCC-2.95 prerelease.David E. O'Brien1999-07-151-1/+1
| | | | Notes: svn path=/head/; revision=20212
* Changes to work with updated files/freebsd.h.David E. O'Brien1999-07-041-12/+29
| | | | Notes: svn path=/head/; revision=20012
* Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1999-06-241-37/+9
| | | | Notes: svn path=/head/; revision=19752
* Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1999-06-211-71/+38
| | | | Notes: svn path=/head/; revision=19607
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-154-109/+74
| | | | Notes: svn path=/head/; revision=19484
* Fix for alpha.Hidetoshi Shimokawa1999-06-101-6/+120
| | | | | | | | | - sync alpha-freebsd.h with /usr/src/contrib/egcs/gcc/config/alpha/freebsd.h - add patch for mkfixinc.sh - PLIST kludge Notes: svn path=/head/; revision=19406
* Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1999-05-261-10/+8
| | | | Notes: svn path=/head/; revision=19010
* Upgrade to the 19990517 snapshot. EGCS is not in a feature freeze for theDavid E. O'Brien1999-05-182-20/+16
| | | | | | | upcoming 1.2 release. Which, BTW, will be called GCC-2.95. Notes: svn path=/head/; revision=18874
* Sync up with some diffs I sent to Cygnus.David E. O'Brien1999-04-223-15/+17
| | | | Notes: svn path=/head/; revision=18061
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-04-2110-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. Notes: svn path=/head/; revision=18045
* * Add support for ``-pthead''David E. O'Brien1999-03-225-24/+562
| | | | | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
* Upgrade to 1.1.2 release.David E. O'Brien1999-03-175-46/+88
| | | | Notes: svn path=/head/; revision=17256
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-094-9/+58
| | | | | | | "i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
* Allow '$' in labels as our offical compiler does.David E. O'Brien1999-01-232-10/+36
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case.David E. O'Brien1998-12-251-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> Notes: svn path=/head/; revision=15612
* Make profiling work.John Polstra1998-10-083-4/+132
| | | | Notes: svn path=/head/; revision=13754
* Sync with gcc28 port:David E. O'Brien1998-07-191-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. Notes: svn path=/head/; revision=11973
* upgrade to 19980608 snapshotDavid E. O'Brien1998-06-101-9/+6
| | | | Notes: svn path=/head/; revision=11371
* Upgrade to 980406 snapshotDavid E. O'Brien1998-04-142-33/+0
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-072-14/+9
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-072-9/+14
| | | | Notes: svn path=/head/; revision=10431
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1998-02-142-12/+28
| | | | | | | Including linking with the STL vector class. Notes: svn path=/head/; revision=9712
* Set __FreeBSD__ to 2, not 3.David E. O'Brien1998-02-131-1/+1
| | | | | | | Ports track -STABLE. Notes: svn path=/head/; revision=9692
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) theJohn Polstra1998-01-231-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. Notes: svn path=/head/; revision=9420
* This is a new port for egcs, which probably stands for somethingJohn Polstra1998-01-103-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. Notes: svn path=/head/; revision=9316