summaryrefslogtreecommitdiffstats
path: root/gnu/gcc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Our system headers are supposed to be C++-aware these days so stop GCC fromkettenis2012-10-062-3/+4
* Bounds check before addressing call_used_regs[], avoids segfaults inmiod2012-09-011-1/+1
* Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler whenpascal2012-08-311-0/+8
* Switch GCC to use __guard_local instead of __guard. This allows GCCmatthew2012-08-311-1/+3
* Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Meanskettenis2012-08-311-2/+2
* On sparc64, we still need to pass -K PIC to the assembler when compiling PIE.pascal2012-08-301-0/+8
* Our _mcount doesn't use profile counters. Partially fixes profiling on hppakettenis2012-08-291-0/+3
* Add support for PIE-by-default in both ld and gcc. This is a completelypascal2012-08-284-2/+8
* Back out the bit that links all shared libraries against -lc from the previouskettenis2012-08-241-1/+1
* A couple small but long anticipated changes:matthew2012-08-151-1/+1
* We typedef intmax_t/uintmax_t to be long long/unsigned long long,guenther2012-08-051-0/+6
* Fix GCC's use of _POSIX_PRIORITY_SCHEDULING andmatthew2012-06-203-17/+17
* silence warning, as noticed with eric and landryespie2012-05-301-1/+1
* Avoid errors with g++ -pedantic by removing throw() from the redeclaration ofpascal2012-05-301-1/+1
* fix warning. Reminded by landry@, I plain forgot to commit. This has been testedespie2012-05-101-52/+58
* Do not disable the stack protector by default anymore.miod2012-04-171-5/+0
* Use the proper symbol name for __guard in the workaround for themiod2012-04-151-1/+1
* Remove incorrect -pthread preprocessor define _POSIX_THREADS and replacekurt2012-04-123-4/+4
* backout gcc revision 112331 "optimized integer divide for SH4"jsg2012-04-128-879/+25
* In r1.2, instead of making -fno-ident the default, its semantics have beenpascal2012-04-021-1/+1
* Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This ismiod2012-03-281-0/+11
* Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4.pascal2012-03-062-0/+8
* Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality:miod2012-03-011-13/+11
* zap double copy of this file, as noticed by brad@espie2012-01-061-98/+0
* Convert restrict -> __restrict. "restrict" is not a keyword in C90 andpascal2011-12-153-10/+10
* Remove the XXX_CHECK defines. This allows clang++ to include cstdiopascal2011-12-151-3/+0
* Restore MAX_OFILE_ALIGNMENT define (lost during the gcc3 -> gcc4 switch),miod2011-12-041-0/+3
* Final configuration bits for gcc4: require alignment of local arrays onmiod2011-11-252-4/+6
* Allow MD backend to prevent the optimization of a bcopy() or memmove() ofmiod2011-11-251-4/+13
* Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank().stsp2011-11-022-5/+1
* change LINK_SPEC in such a way that -rdynamic will workjsg2011-10-2110-3/+18
* Some wcsftime declarations were still wrapped in !defined(__OpenBSD__).stsp2011-10-172-4/+0
* Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major.stsp2011-10-162-14/+0
* Port the -Wbounded extension from gcc3 to gcc4. Based on work started bynicm2011-09-158-27/+635
* Don't use 128-bit long doubles for now (and perhaps forever). It isn'tkettenis2011-08-041-0/+3
* Add support for hppa64.kettenis2011-08-041-0/+179
* Let ia64 gcc compile.pirofti2011-07-041-0/+19
* Remove ueberold a.out configuration leftovers.miod2011-06-252-34/+0
* Fix gcc PR #35965 as suggested inmiod2011-06-251-2/+4
* Bring back wprintf() for gcc4 libstdc++.stsp2011-04-281-9/+3
* Merge from gcc3:naddy2011-04-271-0/+7
* Back out wprintf diff and crank. Need to check more architectures first.stsp2011-04-241-3/+9
* Expose wprintf and friends in the std:: namespace. Major bump for libstdc++.stsp2011-04-241-9/+3
* Use the correct floating point type.drahn2011-04-071-0/+2
* Put in the infrastructure for OpenBSD/arm gcc4 support. Not working, but workdrahn2011-04-062-0/+265
* Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition.drahn2011-03-141-1/+1
* Fix patently broken handling of ios_base::showpos: "cout << showpos <<matthew2011-03-021-2/+2
* define HANDLE_PRAGMA_PACK_PUSH_POP just like on other platformsrobert2011-03-021-0/+3
* define __throw_exception_again to something, so that g++ -fno-exceptionsespie2010-12-241-1/+1
* Make sure GCC's idea about size_t and ptrdiff_t matches what we have inkettenis2010-12-121-0/+6