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