summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config
AgeCommit message (Expand)Author
2004-02-27Teach gcc the proper "set" syntax for __attribute__ ((alias)) to workMiod Vallat
2003-11-24Switch to using libiberty in new location.Marc Espie
2003-10-01Introduce a new target switch, -mmemcpy (and -mno-memcpy).Miod Vallat
2003-08-21fix symbol name error in mcount functionality in a.out->ELF transition.Dale Rahn
2003-08-19typo in comment, compiler vs. complierBrad Smith
2003-08-09fix for mcount call to allow .text sizes larger than 512k; epsie@ okMichael Shalayeff
2003-08-08On some architectures, being too optimistic in preserve_subexpressions_p(),Miod Vallat
2003-08-07Disable the so-called optimized memcpy functions for small (less than a fewMiod Vallat
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
2003-07-22openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.Jason Wright
2003-07-22now that gcc generates "correct" calls to the quad emulation library andJason Wright
2003-07-22the version of gcc in the tree doesn't generate the correct callingJason Wright
2003-07-11don't hardcode the default linker emulation type.Brad Smith
2003-06-13add __LP64__ and _LP64 CPP predefines for systems using LP64.Brad Smith
2003-06-11support to arm. ok deraadt@Kevin Lo
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-08Don't inline strcpy. since it's evil anyway. This makes itBob Beck
2003-04-17Change gcc to generate ELF code for i386.Dale Rahn
2003-04-09fix the readonly objects placement into thee .rodata proper; espie@ okMichael Shalayeff
2003-03-28PIC does not mix well w/ nopic (yet); espie@ okMichael Shalayeff
2003-03-09Originally from gcc:Henric Jungheim
2003-02-19oopsMarc Espie
2003-02-17fix trampoline support on hppa. Tested by mickey@Marc Espie
2003-02-16place ro data into .rodata and not .text (now that it's handled special. 10x ...Michael Shalayeff
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2002-11-22specs for -lnpthread.Marco S Hyman
2002-11-10produce proper canonical version name, support static constructors, enable ex...Michael Shalayeff
2002-10-04powerpc support for stack trampoline mprotect.Dale Rahn
2002-09-23Undefine TRANSFER_FROM_TRAMPOLINE, in case it has been defined earlier.Miod Vallat
2002-09-19build sparc64 like sparc is built. includes config/xm-openbsd.hDale Rahn
2002-09-18Fix trampoline issues, by making sure the right stack portion is PROT_EXEC.Marc Espie
2002-08-11Switch sparc to ELF.Artur Grabowski
2002-03-26Change the memory model from some home-grown thing that looks to have beenArtur Grabowski
2002-03-21predefine __sparc_v9__ on sparc64; ok art, espiePeter Valchev
2002-03-16semi-current config from gcc, seems to work better for us too; espie@ okMichael Shalayeff
2002-03-07From NetBSD: Fix evil bitfield bug; hugh@ okFederico G. Schwindt
2002-02-17Define an epilogue for vax to protect function ends from gcc'sHugh Graham
2001-09-24Force memory model to medlow for profiling.Artur Grabowski
2001-09-10ctor/dtor emission, stolen from solaris2.Marc Espie
2001-09-10Initial cut at sparc64 gcc config.Marc Espie
2001-09-05Use __GLOBAL_OFFSET_TABLE_ consistently.Marc Espie
2001-08-01Do not define 'unix' on powerpc. ok drahnPeter Valchev
2001-06-13alpha now defaults to shared libs.Artur Grabowski
2001-03-03Define __ELF__ in the gcc for powerpc OpenBSD.Dale Rahn
2001-03-02Define __PPC__ as well as __PPC because some packages expect that defineDale Rahn
2001-02-24Automatic conflict resolutionMarc Espie
2001-02-24Synch with FSFMarc Espie
2001-02-03update configuration for elf: remove ecoff markers, handle alpha assemblerMarc Espie
2001-01-292.95.3, test release 2Marc Espie