summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
2012-03-01Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality:Miod Vallat
2011-10-21change LINK_SPEC in such a way that -rdynamic will workJonathan Gray
2011-09-27Enable previous find_barrier() pessimization also for non-PIC code too.Miod Vallat
2011-09-20In find_barrier(), be less aggressive when deciding how many instructionsMiod Vallat
2011-09-19- enable thread model posix for gcc 3 which makes dwarf2 exceptionChristian Weisgerber
2011-06-08On ARM, make GCC generate code which uses our library fabs, fabsf,Martynas Venckus
2011-04-26Default gcc on alpha to -mfp-rounding-mode=d, to make code which assumesMiod Vallat
2011-03-08Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition.Dale Rahn
2011-03-02spelling error in comment; from bradTheo de Raadt
2010-10-20Disable __thread for alpha on OpenBSD. ok matthieu.Dale Rahn
2010-07-26Turn on -Wsystem-headers by default, so that glitches in our headersPhilip Guenthe
2010-05-25unlink g77 from the build.Marc Espie
2010-05-14Fix ICE when checking a zero-size array for __bounded__ (TYPE_MAX_VALUENicholas Marriott
2010-05-10fix a few strcpy issues.Marc Espie
2010-05-04We don't include gettext, dgettext or dcgettext as gcc's builtins, so don'tFederico G. Schwindt
2010-03-27Use prev_nonnote_insn() in push_frame_in_operand(); ok miod@Otto Moerbeek
2010-03-18Make C++ exception handling work on mips64.Mark Kettenis
2010-02-21Backport a small fragment of a gcc 3.4 fix preventing too much recursion inMiod Vallat
2010-01-30Make sure the previous node is not a NOTE; prevents ICE on loongson.Otto Moerbeek
2010-01-10Fix use of `enumeral_type' in template type unification error as seenFederico G. Schwindt
2009-10-16bring in proper lookup_name prototype so that its pointer returnMartynas Venckus
2009-08-21Enable one only declarations on hppa/hppa64 which correctsKurt Miller
2009-08-01Revert previous change which enabled symbol visibility support; appears toMiod Vallat
2009-07-26- revert thread model posix since it broke the build for hppa. will revistKurt Miller
2009-07-25- enable thread model posix for gcc 3 which makes dwarf2 exceptionKurt Miller
2009-07-22Fix the configure test for symbol visibility support; the current testMiod Vallat
2009-06-24Correct the prototype of ffecom_gfrt_basictype() to match theJonathan Gray
2009-06-06INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.Martynas Venckus
2009-05-18INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.Martynas Venckus
2009-04-17- enable libstdc++ pthread regressesKurt Miller
2009-02-11fix gcc bug that broke double -> unsigned long conversions on sparc64Martynas Venckus
2008-11-11Add support for position independent executables. This adds compile flagsKurt Miller
2008-10-28Avoid infinite recursion in search_string_def() and search_pointer_def(),Miod Vallat
2008-09-29Add a -mno-ieee option to disable ieee mode; ok millert@Miod Vallat
2008-08-27exposed too much, only expose prototype outside ifdefMartynas Venckus
2008-08-27fix 128-bit division. gcc mangled arguments when passing to theMartynas Venckus
2008-06-09Make gcc on alpha use -mieee by default. This fixes many FPE problemsMichael Erdely
2008-05-29Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1).Miod Vallat
2008-05-08Due to the recent changes, it is no longer necessary to disable -fregmoveMiod Vallat
2008-05-03add stmp-dirs to dependancy list, fixes a make -j issue seen on macppcDale Rahn
2008-04-25Prevent user asm statements from being put in delay slots, this avoidsMiod Vallat
2008-04-25* PR rtl-optimization/13260Miod Vallat
2008-04-25* PR target/11901Miod Vallat
2008-04-25typoMiod Vallat
2008-04-25reg_renumber[] values are valid if >= 0, not > 0.Miod Vallat
2008-04-22I am so glad I'm a BSD developer.Miod Vallat
2008-04-05don't force recreating directories in mklibgcc, this causes rebuilds duringMarc Espie
2008-03-28Enable shared libraries on landisk.Dale Rahn
2008-02-10give method name of covariant return issue.Marc Espie