summaryrefslogtreecommitdiff
path: root/gnu/dist/gcc4
AgeCommit message (Expand)Author
2014-01-20fix some inlines to make compilable with later versions of gccchristos
2013-08-12Enable unwind tables by default. Assert the default in target-def.h tojoerg
2013-04-26Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly.joerg
2013-04-13Extend ctype classification table to 16bit. Based on patch byjoerg
2013-04-08Fix "ashq" second argument sign extension (the assembler does not treatmartin
2013-04-05Improve the output of gcc when a subprogram gets a signal. When OOMingdholland
2013-03-02Fix template lookup.joerg
2013-01-25Make GCC define __ARM_PCS and __ARM_PCS_VFP as defined by the ARM C Languagematt
2013-01-17Apply GCC/35998 from FreeBSD http://svnweb.freebsd.org/changeset/base/245024christos
2012-11-24Teach gcc4.1's cpp about the magic __COUNTER__ macro,apb
2012-07-16Fix ffssi2 again.matt
2012-07-11Bugfix builtin ffs, fixes PR port-vax/46677, fix from Paul Koning.ragge
2012-02-05Use REG_P, CONST_INT_P, and gcc_unreachable.matt
2012-02-02Handle another case the new gcc_assert(0) caught.matt
2012-02-02Fix a bug in movmemsi in which couldn't handle sym(reg) expressions properly.matt
2012-01-06Don't use dangling elses.joerg
2011-11-07Remove pattern for arith_adjacentmem in arm.md, thus fixingis
2011-06-11If we are compiling -msoft-float, define _SOFT_FLOATmatt
2011-06-07Pull following m68k softfloat fixes from upstream:tsutsui
2011-06-06Pull the following revision from upstream to provide __unordsf2() andtsutsui
2011-05-25Don't define explicit instantiation as inline.joerg
2011-05-19Add missing prototype for __cmpdf2christos
2011-05-08Add a no_stack_protector function attribute to localize the effectchristos
2011-04-15Move the headers for compiler and platform specific intrinsincs fromjoerg
2011-04-10Add back a stylish new line.joerg
2011-04-10Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4joerg
2011-04-10Don't install limits.h.joerg
2011-03-24Don't install stddef.h and friends, they don't work as intended withoutjoerg
2011-03-12Define HAVE_AS_TLS until our build tools figure out how to do it.matt
2011-03-10Look for TLS on hppa on netbsd.skrll
2011-02-25Explicitly make sure TARGET_SECURE_PLT is defined correctly rather thanmatt
2011-02-10Default NetBSD to -msecure-plt now.matt
2011-02-05Explicitly use template to allow building with the more strictjoerg
2011-01-23Default mips64 to softfloat.matt
2011-01-18Enable E500 (mpc85xx) support in GCC.matt
2011-01-17Make the MIPS N32/N64 ABIs properly support 128-bit long doubles. With thismatt
2010-12-22Emit DWARF relocation in its expected formmatt
2010-12-16Observe the following spelling:wiz
2010-12-14Prefix ctype bitmask macros with _CTYPEjoerg
2010-11-25Don't create weird notes section in hppa binaries.skrll
2010-11-10Update pa-netbsd.h to match pa-linux.h where it should. That is, removeskrll
2010-07-27Don't use/rely on a constraint. Move the constraint predicatematt
2010-07-27Only allow jbls/jblc x(r) iff (x & 3) == 0matt
2010-07-19PR/43642 - OKANO Takayoshi -- update bug reporting URL in GCCjnemeth
2010-05-08don't use the __{BIG,LITTLE}_ENDIAN__ test on NetBSD. it doesn't givemrg
2010-05-06make the stdc++ headers usable for clang++. clang wants that __weakref__drochner
2010-03-27don't include linux unwind support. we don't do this on 32 bit ppc,mrg
2010-03-01Use HUGE_VAL on VAX as INFINITY requires a warning according to ISO C99joerg
2009-12-14Merge gcc mips64 support from matt-nb5-mips64.matt
2009-11-11Add the -iremap option to gcc(1) and cpp(1). This option specifies ajoerg