aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc41/files/patch-ad
Commit message (Collapse)AuthorAgeFilesLines
* Fifty-one months after ELF flag day, and after the system compiler becameGerald Pfeifer2003-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 Notes: svn path=/head/; revision=79579
* Not sure how I missed these patches in my 24-March-2003 GCC 3.3David E. O'Brien2003-04-201-38/+10
| | | | | | | in-development snapshot upgrade. Notes: svn path=/head/; revision=79364
* Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien2002-02-031-25/+13
| | | | Notes: svn path=/head/; revision=54155
* Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien2000-11-281-16/+14
| | | | | | | This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
* Upgrade to the 2000-10-02 GCC 2.97 development snapshot.David E. O'Brien2000-10-101-5/+5
| | | | Notes: svn path=/head/; revision=33689
* Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien2000-02-141-14/+16
| | | | Notes: svn path=/head/; revision=25815
* Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien2000-01-171-11/+0
| | | | Notes: svn path=/head/; revision=24793
* Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1999-06-151-30/+5
| | | | Notes: svn path=/head/; revision=19484
* I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1999-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. Notes: svn path=/head/; revision=18045
* * Add support for ``-pthead''David E. O'Brien1999-03-221-10/+67
| | | | | | | | | | * 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-171-17/+6
| | | | Notes: svn path=/head/; revision=17256
* GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1999-02-091-2/+2
| | | | | | | "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-231-5/+16
| | | | | | | | Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
* Make profiling work.John Polstra1998-10-081-4/+27
| | | | 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 980406 snapshotDavid E. O'Brien1998-04-141-12/+0
| | | | | | | Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
* Upgrade to the 980315 snapshot.David E. O'Brien1998-04-071-10/+5
| | | | Notes: svn path=/head/; revision=10432
* Upgrade to version 1.0.2 release.David E. O'Brien1998-04-071-5/+10
| | | | 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-141-12/+7
| | | | | | | 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