summaryrefslogtreecommitdiff
path: root/gnu/gcc
AgeCommit message (Expand)Author
2013-08-07don't warn on missing newline at eofJonathan Gray
2013-07-30Fix attribute((init_priority)) on sparc and sparc64.Mark Kettenis
2013-07-04Add support for the GCC binary integer constants extension.Jonathan Gray
2013-07-03add support for %td for ptrdiff_t in kernel printfStefan Fritsch
2013-06-06Disable a broken optimization in try_combine(); GCC PR #34628.Miod Vallat
2013-06-04classify_integer(): test whether the value can be built using the `set'Miod Vallat
2013-06-04Add "length" attribute to "weird" class instructions of small length: userMiod Vallat
2013-05-18Replace strcpy() calls with strlcpy() to avoid triggering warnings whenMiod Vallat
2013-05-09Define WINT_TYPE as well.Miod Vallat
2013-05-09Define LOCAL_ALIGNMENT as well.Miod Vallat
2013-05-08Backport fix for gcc PR target/31152:Miod Vallat
2013-05-08A port of the current gcc 3.3.6 m88k backend to gcc 4.2.1.Miod Vallat
2013-04-04Add support for "d" floating-point suffix, as defined by draft N1312Martynas Venckus
2013-02-03Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64Mark Kettenis
2013-02-03Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 andMark Kettenis
2013-01-15Simplify OBSD_LIB_SPEC a bit for gcc3/4.Brad Smith
2012-12-31Remove GLIBC_DYNAMIC_LINKER which is only relevant for Linux.Brad Smith
2012-12-20Bring stack smashing protector for MIPS; enabled by default.Martynas Venckus
2012-12-20Bring stack smashing protector for Alpha; enabled by default.Martynas Venckus
2012-12-17Make the SH register spill failure for R0 workaround work againMartynas Venckus
2012-12-10Fix c-bounded when arrays are declared without the size expression.Martynas Venckus
2012-12-10Fix unaligned memory loads on Alpha. GCC used to generate them inMartynas Venckus
2012-10-23Define __PIE__ and __pie__ when compiling PIE code, just like newer versionsMark Kettenis
2012-10-06Our system headers are supposed to be C++-aware these days so stop GCC fromMark Kettenis
2012-09-01Bounds check before addressing call_used_regs[], avoids segfaults inMiod Vallat
2012-08-31Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler whenPascal Stumpf
2012-08-31Switch GCC to use __guard_local instead of __guard. This allows GCCMatthew Dempsky
2012-08-31Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. MeansMark Kettenis
2012-08-30On sparc64, we still need to pass -K PIC to the assembler when compiling PIE.Pascal Stumpf
2012-08-29Our _mcount doesn't use profile counters. Partially fixes profiling on hppaMark Kettenis
2012-08-28Add support for PIE-by-default in both ld and gcc. This is a completelyPascal Stumpf
2012-08-24Back out the bit that links all shared libraries against -lc from the previousMark Kettenis
2012-08-15A couple small but long anticipated changes:Matthew Dempsky
2012-08-05We typedef intmax_t/uintmax_t to be long long/unsigned long long,Philip Guenthe
2012-06-20Fix GCC's use of _POSIX_PRIORITY_SCHEDULING andMatthew Dempsky
2012-05-30silence warning, as noticed with eric and landryMarc Espie
2012-05-30Avoid errors with g++ -pedantic by removing throw() from the redeclaration ofPascal Stumpf
2012-05-10fix warning. Reminded by landry@, I plain forgot to commit. This has been testedMarc Espie
2012-04-17Do not disable the stack protector by default anymore.Miod Vallat
2012-04-15Use the proper symbol name for __guard in the workaround for theMiod Vallat
2012-04-12Remove incorrect -pthread preprocessor define _POSIX_THREADS and replaceKurt Miller
2012-04-12backout gcc revision 112331 "optimized integer divide for SH4"Jonathan Gray
2012-04-02In r1.2, instead of making -fno-ident the default, its semantics have beenPascal Stumpf
2012-03-28Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This isMiod Vallat
2012-03-06Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4.Pascal Stumpf
2012-03-01Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality:Miod Vallat
2012-01-06zap double copy of this file, as noticed by brad@Marc Espie
2011-12-15Convert restrict -> __restrict. "restrict" is not a keyword in C90 andPascal Stumpf
2011-12-15Remove the XXX_CHECK defines. This allows clang++ to include cstdioPascal Stumpf
2011-12-04Restore MAX_OFILE_ALIGNMENT define (lost during the gcc3 -> gcc4 switch),Miod Vallat