| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Our system headers are supposed to be C++-aware these days so stop GCC from |  kettenis | 2012-10-06 | 2 | -3/+4 |
* | Bounds check before addressing call_used_regs[], avoids segfaults in |  miod | 2012-09-01 | 1 | -1/+1 |
* | Apply to sparc the same change as to sparc64: Pass -K PIC to the assembler when |  pascal | 2012-08-31 | 1 | -0/+8 |
* | Switch GCC to use __guard_local instead of __guard. This allows GCC |  matthew | 2012-08-31 | 1 | -1/+3 |
* | Use OBSD_LIB_SPEC and OBSD_CPP_SPEC instead of rolling our own. Means |  kettenis | 2012-08-31 | 1 | -2/+2 |
* | On sparc64, we still need to pass -K PIC to the assembler when compiling PIE. |  pascal | 2012-08-30 | 1 | -0/+8 |
* | Our _mcount doesn't use profile counters. Partially fixes profiling on hppa |  kettenis | 2012-08-29 | 1 | -0/+3 |
* | Add support for PIE-by-default in both ld and gcc. This is a completely |  pascal | 2012-08-28 | 4 | -2/+8 |
* | Back out the bit that links all shared libraries against -lc from the previous |  kettenis | 2012-08-24 | 1 | -1/+1 |
* | A couple small but long anticipated changes: |  matthew | 2012-08-15 | 1 | -1/+1 |
* | We typedef intmax_t/uintmax_t to be long long/unsigned long long, |  guenther | 2012-08-05 | 1 | -0/+6 |
* | Fix GCC's use of _POSIX_PRIORITY_SCHEDULING and |  matthew | 2012-06-20 | 3 | -17/+17 |
* | silence warning, as noticed with eric and landry |  espie | 2012-05-30 | 1 | -1/+1 |
* | Avoid errors with g++ -pedantic by removing throw() from the redeclaration of |  pascal | 2012-05-30 | 1 | -1/+1 |
* | fix warning. Reminded by landry@, I plain forgot to commit. This has been tested |  espie | 2012-05-10 | 1 | -52/+58 |
* | Do not disable the stack protector by default anymore. |  miod | 2012-04-17 | 1 | -5/+0 |
* | Use the proper symbol name for __guard in the workaround for the |  miod | 2012-04-15 | 1 | -1/+1 |
* | Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace |  kurt | 2012-04-12 | 3 | -4/+4 |
* | backout gcc revision 112331 "optimized integer divide for SH4" |  jsg | 2012-04-12 | 8 | -879/+25 |
* | In r1.2, instead of making -fno-ident the default, its semantics have been |  pascal | 2012-04-02 | 1 | -1/+1 |
* | Default to -mfix-r4000 -mfix-r4400 when building in big endian mode. This is |  miod | 2012-03-28 | 1 | -0/+11 |
* | Define NO_UNSAFE_BUILTINS, overlooked when local changes got merged to gcc4. |  pascal | 2012-03-06 | 2 | -0/+8 |
* | Sync gcc3 and gcc4 knowledge of the kernel printf capabilities with reality: |  miod | 2012-03-01 | 1 | -13/+11 |
* | zap double copy of this file, as noticed by brad@ |  espie | 2012-01-06 | 1 | -98/+0 |
* | Convert restrict -> __restrict. "restrict" is not a keyword in C90 and |  pascal | 2011-12-15 | 3 | -10/+10 |
* | Remove the XXX_CHECK defines. This allows clang++ to include cstdio |  pascal | 2011-12-15 | 1 | -3/+0 |
* | Restore MAX_OFILE_ALIGNMENT define (lost during the gcc3 -> gcc4 switch), |  miod | 2011-12-04 | 1 | -0/+3 |
* | Final configuration bits for gcc4: require alignment of local arrays on |  miod | 2011-11-25 | 2 | -4/+6 |
* | Allow MD backend to prevent the optimization of a bcopy() or memmove() of |  miod | 2011-11-25 | 1 | -4/+13 |
* | Remove '#if !defined(OpenBSD)' wrappers around wcsftime() and iswblank(). |  stsp | 2011-11-02 | 2 | -5/+1 |
* | change LINK_SPEC in such a way that -rdynamic will work |  jsg | 2011-10-21 | 10 | -3/+18 |
* | Some wcsftime declarations were still wrapped in !defined(__OpenBSD__). |  stsp | 2011-10-17 | 2 | -4/+0 |
* | Expose wscanf(3) and wcsftime(3) in the std:: namespace (gcc4) and bump major. |  stsp | 2011-10-16 | 2 | -14/+0 |
* | Port the -Wbounded extension from gcc3 to gcc4. Based on work started by |  nicm | 2011-09-15 | 8 | -27/+635 |
* | Don't use 128-bit long doubles for now (and perhaps forever). It isn't |  kettenis | 2011-08-04 | 1 | -0/+3 |
* | Add support for hppa64. |  kettenis | 2011-08-04 | 1 | -0/+179 |
* | Let ia64 gcc compile. |  pirofti | 2011-07-04 | 1 | -0/+19 |
* | Remove ueberold a.out configuration leftovers. |  miod | 2011-06-25 | 2 | -34/+0 |
* | Fix gcc PR #35965 as suggested in |  miod | 2011-06-25 | 1 | -2/+4 |
* | Bring back wprintf() for gcc4 libstdc++. |  stsp | 2011-04-28 | 1 | -9/+3 |
* | Merge from gcc3: |  naddy | 2011-04-27 | 1 | -0/+7 |
* | Back out wprintf diff and crank. Need to check more architectures first. |  stsp | 2011-04-24 | 1 | -3/+9 |
* | Expose wprintf and friends in the std:: namespace. Major bump for libstdc++. |  stsp | 2011-04-24 | 1 | -9/+3 |
* | Use the correct floating point type. |  drahn | 2011-04-07 | 1 | -0/+2 |
* | Put in the infrastructure for OpenBSD/arm gcc4 support. Not working, but work |  drahn | 2011-04-06 | 2 | -0/+265 |
* | Fix compiler warning from recent HANDLE_PRAGMA_PACK_PUSH_POP addition. |  drahn | 2011-03-14 | 1 | -1/+1 |
* | Fix patently broken handling of ios_base::showpos: "cout << showpos << |  matthew | 2011-03-02 | 1 | -2/+2 |
* | define HANDLE_PRAGMA_PACK_PUSH_POP just like on other platforms |  robert | 2011-03-02 | 1 | -0/+3 |
* | define __throw_exception_again to something, so that g++ -fno-exceptions |  espie | 2010-12-24 | 1 | -1/+1 |
* | Make sure GCC's idea about size_t and ptrdiff_t matches what we have in |  kettenis | 2010-12-12 | 1 | -0/+6 |