Age | Commit message (Expand) | Author |
2007-03-03 | Add new FUNC/ENDFUNC macros to generate size/type (function) for ELF | Dale Rahn |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-01-20 | -Wstack-larger-than support, copied from gcc2. | Miod Vallat |
2007-01-17 | Remove references to xm files that no longer exist. Taken from GCC 3.4. | Marc Aurele La France |
2007-01-06 | Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn't | Mark Kettenis |
2006-12-26 | Make exception handling work on alpha. | Mark Kettenis |
2006-12-13 | Fix a few unitialized vars, all taken from gcc trunk, except the | Otto Moerbeek |
2006-11-28 | Turn OVERRIDE_OPTIONS macro into a function, so that we can put | Miod Vallat |
2006-11-22 | Improved cross build support for gcc on OpenBSD. allows the cross built | Dale Rahn |
2006-11-16 | hack at build process some more, so that files are not rebuilt under src, | Marc Espie |
2006-11-14 | Do not align jump targets to cache line boundaries at -O2 on OpenBSD. | Miod Vallat |
2006-11-11 | Provide size and type of symbols so that it doesn't confuse ld when building | Dale Rahn |
2006-11-11 | OpenBSD defaults to dynamic linker of /usr/libexec/ld.so | Dale Rahn |
2006-11-10 | Yes, openbsd does not support shared libraries on sh yet, but why make it hard? | Dale Rahn |
2006-11-09 | Dont build all of the extra libgcc.a files, they are not needed for | Dale Rahn |
2006-11-06 | Move back to softfloat for now. | Dale Rahn |
2006-11-03 | Use __start (the symbol we provide) not start. ok miod@ | Dale Rahn |
2006-10-31 | Fix infinite loop when passing object with 3+ base classes by value: | Peter Stromberg |
2006-10-28 | Make stack executable when doing trampolines on macppc | Pedro Martelletto |
2006-10-18 | Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC. | Miod Vallat |
2006-10-11 | Default to -m4. | Miod Vallat |
2006-10-08 | Define superH obsd-specific emulations for ld, and use it by default. | Miod Vallat |
2006-10-06 | Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline | Miod Vallat |
2006-10-06 | Early bits for a 32-bit SuperH toolchain, currently for little-endian | Miod Vallat |
2006-09-29 | garbage collect obsolete or unused macros - TARGET_ENDIAN_DEFAULT, | Brad Smith |
2006-07-20 | Introduce a new compiler warning, -Wstack-larger-than-N, to report | Miod Vallat |
2006-07-12 | makeinfo --no-split, simplifies sets immensely. | Marc Espie |
2006-07-11 | Fix false-positive -Wbounded warnings for sscanf(3) format-string checking. | Anil Madhavapeddy |
2006-05-13 | Declare a symbol of __mips64__for 64-bit MIPS targets. | Brad Smith |
2006-04-18 | Backport fix for gcc bug #10692. Fixes code generation for htons() | Otto Moerbeek |
2006-01-13 | Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now | Todd C. Miller |
2006-01-06 | Include <sys/types.h> and don't define away __size_t | Todd C. Miller |
2005-12-22 | Install header files for MMX/SSE intrinsics on amd64 too. | Mark Kettenis |
2005-12-13 | Don't define _BIG_ENDIAN on macpcc, only __BIG_ENDIAN__. | Todd C. Miller |
2005-10-19 | Teach unwinder about StackGhost. | Mark Kettenis |
2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions | Miod Vallat |
2005-05-25 | spelling fixes | David Krause |
2005-04-23 | fix WCHAR_TYPE* | Marc Espie |
2005-04-16 | Tell gcc -Wformat that our kprintf implementation understands %q and %ll | Chad Loder |
2005-04-15 | pedantic fix for wchar type inside gcc. | Marc Espie |
2005-04-08 | amd64 canonicalization. | Mark Kettenis |
2005-03-29 | Switch i386 over to DWARF-based exception handling. | Mark Kettenis |
2005-03-29 | Plug a memory leak. From gcc 3.4 branch. | Miod Vallat |
2005-02-10 | -ftrampolines, not -ftrampoline; | Jason McIntyre |
2005-02-07 | zap sp64elf.h, get the only config part really used (PREFERRED_DEBUGGING_TYPE) | Marc Espie |
2005-02-06 | disallow trampolines by default. okay miod@, jmc@ | Marc Espie |
2005-02-05 | -dynamic-linker ld.so is NOT a normal object file. Fixes issues in trying | Marc Espie |
2005-02-04 | unfuck amd64 | Peter Valchev |
2005-01-25 | hppa64-unknown-openbsd build support; espie@ miod@ brad@ ok | Michael Shalayeff |
2005-01-25 | simplify OpenBSD case by using arch(1) and sed to grab | Brad Smith |