summaryrefslogtreecommitdiff
path: root/lang/gcc47/files/patch-af (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-04-24Fifty-one months after ELF flag day, and after the system compiler becameGerald Pfeifer1-50/+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
2002-02-03Upgrade to the 28-Jan-2002 GCC 3.1 development snapshot.David E. O'Brien1-15/+17
Notes: svn path=/head/; revision=54155
2000-11-28Upgrade to the 2000-11-20 GCC 2.97 development snapshot.David E. O'Brien1-18/+7
This one should be using libstdc++ v3 and the new 3.0 C++ ABI now. Notes: svn path=/head/; revision=35497
2000-09-05Upgrade to the 2000-07-17 GCC 2.96 development snapshot.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=32315
2000-02-14Upgrade to the 2000-02-07 GCC 2.96 development snapshot.David E. O'Brien1-14/+17
Notes: svn path=/head/; revision=25815
2000-01-17Upgrade to the 2000-01-10 GCC 2.96 development snapshot.David E. O'Brien1-36/+9
Notes: svn path=/head/; revision=24793
1999-07-25Fix SWITCH_TAKES_ARG / WORD_SWITCH_TAKES_ARG breakage on the Alpha createdDavid E. O'Brien1-12/+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
1999-07-04Changes to work with updated files/freebsd.h.David E. O'Brien1-12/+29
Notes: svn path=/head/; revision=20012
1999-06-24Upgrade to the 19990623 GCC 2.95 pre-release snapshot.David E. O'Brien1-37/+9
Notes: svn path=/head/; revision=19752
1999-06-21Update to the 19990616 GCC 2.95-prerelease.David E. O'Brien1-71/+38
Notes: svn path=/head/; revision=19607
1999-06-15Update to the 1999-06-08 (gcc 2.95 prerelease).David E. O'Brien1-46/+38
Notes: svn path=/head/; revision=19484
1999-05-26Upgrade to 19990524 gcc-2.95 prerelease.David E. O'Brien1-10/+8
Notes: svn path=/head/; revision=19010
1999-04-22Sync up with some diffs I sent to Cygnus.David E. O'Brien1-7/+9
Notes: svn path=/head/; revision=18061
1999-04-21I give you the latest and greatest of the EGCS snapshot series.David E. O'Brien1-28/+82
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
1999-03-22* Add support for ``-pthead''David E. O'Brien1-7/+41
* Add Alpha support Obtained from: Alpha bits taken from Hidetoshi Shimokawa's <simokawa@FreeBSD.ORG> work Notes: svn path=/head/; revision=17335
1999-03-17Upgrade to 1.1.2 release.David E. O'Brien1-21/+6
Notes: svn path=/head/; revision=17256
1999-02-09GNUHOST is now "i386-unknown-freebsd" for an ELF machine, andDavid E. O'Brien1-2/+2
"i386-unknown-freebsdaout" for an a.out machine. Notes: svn path=/head/; revision=16573
1999-01-23Allow '$' in labels as our offical compiler does.David E. O'Brien1-5/+20
Reviewed by: jdp Submitted by: Keith Walker <kew@timesink.spk.wa.us> Notes: svn path=/head/; revision=16273
1998-10-08Make profiling work.John Polstra1-0/+51
Notes: svn path=/head/; revision=13754
1998-04-14Upgrade to 980406 snapshotDavid E. O'Brien1-21/+0
Reviewed by: my PITA ecs240 project Notes: svn path=/head/; revision=10516
1998-04-07Upgrade to the 980315 snapshot.David E. O'Brien1-4/+4
Notes: svn path=/head/; revision=10432
1998-04-07Upgrade to version 1.0.2 release.David E. O'Brien1-4/+4
Notes: svn path=/head/; revision=10431
1998-02-14Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1.David E. O'Brien1-0/+21
Including linking with the STL vector class. Notes: svn path=/head/; revision=9712