summaryrefslogtreecommitdiff
path: root/gnu/lib/libgcc
AgeCommit message (Expand)Author
2002-03-22Add m68000-specific `toolchain2netbsd' generated toolchain build/config files.fredette
2002-02-27New toolchain infrastructure for sh3eb, generated with mknative.tv
2002-02-27New toolchain framework for sh3el platforms, generated with mknative.tv
2002-02-11Skip building anything if the target's .mk files are missing. (Allows thetv
2002-01-22regenerate.mrg
2002-01-02Add "_eh.c" to list of files which are supposed to get cleaned.tron
2001-12-14Kludge to make old toolchain builds work again after the NOxxx changes.thorpej
2001-12-14Commit the results of running toolchain2netbsd on the Alpha.thorpej
2001-12-12Make LIB2FUNCS_EH work like the rest of LIB2FUNCS, and cleanthorpej
2001-12-12we need a .c file to build _eh.{o,so,po} from, so add libgcc2.c backlukem
2001-12-12pull in <bsd.own.mk> after NOLINT is defined, so that MKLINT=no islukem
2001-12-12MKfoo=no -> NOfootv
2001-12-11Fix building of _eh.o and friends.thorpej
2001-12-02While gcc may automatically add -fexecptions to c++ code it will only do thatjmc
2001-12-02Need -msoft-quad-float on sparc64 as double->int promote to quad math.jmc
2001-11-28Make the .cc->NULL transform do nothing (so that "exception.cc" doesn'ttv
2001-11-28PIC me! PIC me! (libgcc_pic.a)tv
2001-11-17New toolchain files for mipsel.simonb
2001-11-08New toolchain files for mipseb. Mainly toolchain2netbsd output with somerafal
2001-11-05Add m68k-specific `toolchain2netbsd' generated toolchain build/config files.scw
2001-10-31Add REQUIRETOOLS to make version-specific new toolchain compiler libs failtv
2001-09-08Rebuild USE_NEW_TOOLCHAIN files for vax. Add binutils, etc. ..matt
2001-08-30Regenerate so that ${DIST} is not expanded.matt
2001-08-15regenerate.mrg
2001-08-14Regen.tv
2001-08-14Regen.tv
2001-08-10regeneratemrg
2001-08-10Update/add new files for powerpc with USE_NEW_TOOLCHAINmatt
2001-08-09install the C++ headers with the new toolchain.mrg
2001-07-28Regen new toolchain ARM ELF files with toolchain2netbsd.matt
2001-07-26regenerate.mrg
2001-07-26install the C++ libgcc headers (exception, new, new.h & typeinfo.)mrg
2001-07-20Adding VAX gcc 2.95.3 (ELF).matt
2001-07-19powerpc support for 2.95.3matt
2001-07-19build a mipsel-netbsd gcc & libgcc.mrg
2001-07-19Rework Makefile (perhaps not optimally) to keep all ojbects in ${.OBJDIR}.matt
2001-07-19ARMELF support for libgccmatt
2001-07-19build a sparc libgccmrg
2001-07-19Another missing ${.CURDIR}.tv
2001-07-19build a sparc64 libgcc.mrg
2001-07-19opdel.o needs to be built with -DL_op_delete, not -DL_op_del. add a specialmrg
2001-07-18Add a missing ${.CURDIR}.tv
2001-07-18i386 libgcc makefile bits from toolchain2netbsd.tv
2001-07-18Add build structure for the new gnu/dist/toolchain/gcc based libgcc, preservingtv
2001-07-13Compile fixu* for MACHINE_ARCH of armmatt
2001-01-08use MACIHNE_CPU to determine architecture-dependent source code directory.itojun
2001-01-04sh3 splititojun
2001-01-04sh3 splititojun
2000-11-20Add __udiv_w_sdiv for VAX. gnupg requires it. And since it's a libgccmatt
2000-08-21fix one of the two fixunsdfsi with fixunssfsimsaitoh