summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
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
2008-01-01In the alpha allocate_stack builtin, only trigger stack probes if not runningMiod Vallat
2007-11-28add dependencies for protector.o, preventing it from being built too early.Marc Espie
2007-11-26Add a new warning to gcc, -Wvariable-decl, which causes it to warn forMiod Vallat
2007-11-20the extra stuff also needs stmp-dirs, as found out by naddy@Marc Espie
2007-10-29add missing dependency. Taken from upstream gcc.Marc Espie
2007-10-25fix dependency. ok millert@, \_o< miod@Marc Espie
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2007-07-05On OpenBSD/hppa, not all space registers are equivalent, so don't setMark Kettenis
2007-06-16INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long onTodd C. Miller
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-05Make sure all public declarations are declared .globl; remove code toMark Kettenis
2007-03-18Disable stack frame checking in the prologue under OpenBSD, unless you compileMiod Vallat
2007-03-03Add new FUNC/ENDFUNC macros to generate size/type (function) for ELFDale Rahn
2007-03-02Move landisk to hardware floating point. At the moment the FPU context isMiod Vallat
2007-01-20-Wstack-larger-than support, copied from gcc2.Miod Vallat
2007-01-17Remove references to xm files that no longer exist. Taken from GCC 3.4.Marc Aurele La France