summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Expand)Author
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
2005-01-24get rid of i386elf.h which is an embedded platform include.Marc Espie
2005-01-24add the availability check of reg_renumber array.Hiroaki Etoh
2005-01-14handle sentinel for real. Code, taken from gcc 4.0, which was based onMarc Espie
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02-fzero-initialized-in-bss is wrong, meaning code thatTed Unangst
2004-12-30gcc 3.3.5 loop optimization will produce incorrect output on powerpc; aMiod Vallat
2004-12-26Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPEMiod Vallat
2004-12-25zap this tooMarc Espie
2004-12-25solve remaining conflictsMarc Espie
2004-12-25update those manually, since cvs got confused.Marc Espie
2004-12-25propolice markerMarc Espie
2004-12-25new stacknote.s can't depend on stmp-dirs either or our make will rebuild stuffMarc Espie
2004-12-25revert to cast-as-lvalues being pedantic warnings for now.Marc Espie
2004-12-25some new i386-specific include files. Adjust directory name.Marc Espie
2004-12-24gcc 3.3.5Marc Espie
2004-11-02Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD.Miod Vallat
2004-11-02Prevent gcc from generating bogus constructs such asMiod Vallat
2004-10-27Add support to find DWARF call fame info in shared libraries.Mark Kettenis
2004-10-21Move the cross glue from the root makefile to the toolchain's,Alexander Yurchenko
2004-09-15better check for ro/data section allocationMichael Shalayeff
2004-09-06Add t-openbsd64 to handle some libgcc.a build issues (needed functions)Per Fogelstrom
2004-08-28we don't need this filePer Fogelstrom
2004-08-12Avoid dereferencing outside the bounds of an array. Found by mmapTodd C. Miller
2004-08-11Pick common code for trampoline mprotect() code. This did not work at allMiod Vallat
2004-08-04Fix propolice merge error in options list.Miod Vallat
2004-07-27Don't override PREFERRED_DEBUGGING_TYPE. This makes DWARF2 the defaultMark Kettenis
2004-07-20Do not provide builtins for strcpy() and strcat(), as done with gcc 2, onMiod Vallat
2004-06-20ICE with gcc3/propolice -O on macppc fixes:Hiroaki Etoh
2004-05-26neede for dhared libsMichael Shalayeff