summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
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
2007-01-06Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn'tMark Kettenis
2006-12-26Make exception handling work on alpha.Mark Kettenis
2006-12-13Fix a few unitialized vars, all taken from gcc trunk, except theOtto Moerbeek
2006-11-28Turn OVERRIDE_OPTIONS macro into a function, so that we can putMiod Vallat
2006-11-22Improved cross build support for gcc on OpenBSD. allows the cross builtDale Rahn
2006-11-16hack at build process some more, so that files are not rebuilt under src,Marc Espie
2006-11-14Do not align jump targets to cache line boundaries at -O2 on OpenBSD.Miod Vallat
2006-11-11Provide size and type of symbols so that it doesn't confuse ld when buildingDale Rahn
2006-11-11OpenBSD defaults to dynamic linker of /usr/libexec/ld.soDale Rahn
2006-11-10Yes, openbsd does not support shared libraries on sh yet, but why make it hard?Dale Rahn
2006-11-09Dont build all of the extra libgcc.a files, they are not needed forDale Rahn
2006-11-06Move back to softfloat for now.Dale Rahn
2006-11-03Use __start (the symbol we provide) not start. ok miod@Dale Rahn
2006-10-31Fix infinite loop when passing object with 3+ base classes by value:Peter Stromberg
2006-10-28Make stack executable when doing trampolines on macppcPedro Martelletto
2006-10-18Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC.Miod Vallat
2006-10-11Default to -m4.Miod Vallat
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.Miod Vallat
2006-10-06Disable stack protector in OVERRIDE_OPTIONS regardless of the commandlineMiod Vallat