aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc45/files/patch-ad
Commit message (Collapse)AuthorAgeFilesLines
* Fifty-one months after ELF flag day, and after the system compiler becamegerald2003-04-241-42/+0
| | | | | | | ELF-only as well, remove support for aout from the next generation of GCC. Suggested by: Loren James Rittle <rittle@labs.mot.com> Discussed with: obrien
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3obrien2003-04-211-38/+10
| | | | in-development snapshot upgrade.
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.obrien2002-02-031-25/+13
|
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.obrien2000-11-291-16/+14
| | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now.
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.obrien2000-10-111-5/+5
|
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.obrien2000-02-141-14/+16
|
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.obrien2000-01-171-11/+0
|
* Update to the 1999-06-08 (gcc 2.95 prerelease).obrien1999-06-151-30/+5
|
* I give you the latest and greatest of the EGCS snapshot series.obrien1999-04-211-12/+18
| | | | | | | | 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''obrien1999-03-221-10/+67
| | | | | | | * Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work
* Upgrade to 1.1.2 release.obrien1999-03-171-17/+6
|
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andobrien1999-02-101-2/+2
| | | | "i386-unknown-freebsdaout" for an a.out machine.
* Allow '$' in labels as our offical compiler does.obrien1999-01-231-5/+16
| | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us>
* Make profiling work.jdp1998-10-091-4/+27
|
* Sync with gcc28 port:obrien1998-07-201-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 980406 snapshotobrien1998-04-141-12/+0
| | | | Reviewed by: my PITA ecs240 project
* Upgrade to the 980315 snapshot.obrien1998-04-071-10/+5
|
* Upgrade to version 1.0.2 release.obrien1998-04-071-5/+10
|
* Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.obrien1998-02-141-12/+7
| | | | Including linking with the STL vector class.
* Set __FreeBSD__ to 2, not 3.obrien1998-02-131-1/+1
| | | | Ports track -STABLE.
* Make "-fsjlj-exceptions" (use setjmp/longjmp for exceptions) thejdp1998-01-241-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.