summaryrefslogtreecommitdiff
path: root/gnu/egcs
AgeCommit message (Expand)Author
2012-09-09Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test.Miod Vallat
2012-09-02Provide ios::pos_type and ios::off_type on gcc 2.95 platforms, as some portsMiod Vallat
2012-08-31No longer create lib*_pic.a files. Nothing uses them anymore.Theo de Raadt
2012-08-28-fPIC and -fpic for m68kJonathan Gray
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-04-14remove libf2c, hasn't been built since it was moved to ports in 2010.Jonathan Gray
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
2011-12-15In duplicate_decls(), don't try to take advantage of the ``permanent_obstack''Miod Vallat
2011-10-16libstdc++ (gcc2) major bump for safety. wscanf and wcsftime were added to libc.Stefan Sperling
2011-07-06Finalize work on the math library. It's time to do this monsterMartynas Venckus
2011-04-28Safety bump of gcc2 libstdc++ for wprintf(). Tested by otto, thanks!Stefan Sperling
2011-04-15Implement the -MP, -MT, and -MF options so that all our platformsPhilip Guenthe
2011-04-05Allow GCC2 to be used as a cross compiler from amd64 (can build m68k and sparcDale Rahn
2010-05-25unlink g77 from the build.Marc Espie
2010-05-10Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexibleDale Rahn
2010-03-27Prevent uninitialized use of prev in replace_return_reg() and useOtto Moerbeek
2010-01-10Fix use of `enumeral_type' in template type unification error as seenFederico G. Schwindt
2009-06-24Correct the prototype of ffecom_gfrt_basictype() to match theJonathan Gray
2009-04-05- accept l modifier for %fMartynas Venckus
2009-03-09Needed dependencies for make -j to behave correctly, backported from gcc 3;Miod Vallat
2009-02-02pedantic fixes: remove wrong token pasting.Marc Espie
2008-11-04Reintroduce the extendsidi2 optimized sequence, but as a define_splitMiod Vallat
2008-10-28Remove extendsidi2 expansion for now. It works, but since it only fillsMiod Vallat
2008-10-27disable dependency that would run autoheader with better makes.Marc Espie
2008-08-06Unconditionnaly disable -fcse-skip-blocks at -O2 on m68k, for it causes NULLMiod Vallat
2008-07-26Recognize an explicit + sign in exponent of hex float constants, needed toMiod Vallat
2008-06-12accept f in mantissa of hex float constant. from gcc svnMartynas Venckus
2008-04-25reg_renumber[] values are valid if >= 0, not > 0.Miod Vallat
2008-03-28Remove unnecessary whitespace on .type foo,@object lines, which confuse gasMiod Vallat
2008-02-15Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, theMiod Vallat
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-07-16Backport a gcc3 fix:Miod Vallat
2007-05-31convert to new .Dd format;Jason McIntyre
2006-11-22Definitions for the fast block move routines were missing registers in theirMiod Vallat
2006-07-20Introduce a new compiler warning, -Wstack-larger-than-N, to reportMiod Vallat
2006-07-17make sure we pass makeinfo --no-split around, fixes gcc.info/g77.infoMarc Espie
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
2006-04-06Add limited support for -CC option. In particular, this does not workMarc Espie
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@Miod Vallat
2006-01-13Major number bump due to types changes.Todd C. Miller
2006-01-13Adapt to the machine/_types.h changes; size_t and ptrdiff_t are nowTodd C. Miller
2006-01-06Include <sys/types.h> and don't define away __size_tTodd C. Miller
2005-05-01bye, bye.Marc Espie
2005-04-28... and don't bother making obj in libobjc.Marc Espie
2005-04-28also use new libobjc on old architectures, since it builds fine withMarc Espie
2005-04-27Working trampolines for m88k, with the help of the kernel; now passes theMiod Vallat
2005-04-27Provide -ftrampolines and -Wtrampoline to the gcc 2.95 codebase.Miod Vallat
2005-04-17remove amd64 special casing.Brad Smith
2005-02-20Change defaults on m68k platforms from -m68020 to -m68020-60.Miod Vallat