summaryrefslogtreecommitdiff
path: root/gnu/egcs/gcc/config/sparc/openbsd64.h
AgeCommit message (Collapse)Author
2003-07-22now that gcc generates "correct" calls to the quad emulation library andJason Wright
the libc functions are in place, remove HARD_QUAD from sparc64. (If you actually want it, for some demented reason, look at -mhard-quad-float, void where prohibited).
2003-06-13add __LP64__ and _LP64 CPP predefines for systems using LP64.Brad Smith
pvalchev@ fgsch@ millert@ ok
2002-03-26Change the memory model from some home-grown thing that looks to have beenArtur Grabowski
designed for mmu-less systems to something more decent that doesn't conflict with how gcc sometimes generates code. WARNING! This breaks binary compatibility. Reinstall from snapshots. Upgrades won't work! I repeat, upgrades won't work! Reinstall.
2002-03-21predefine __sparc_v9__ on sparc64; ok art, espiePeter Valchev
2001-09-24Force memory model to medlow for profiling.Artur Grabowski
espie@ ok.
2001-09-10ctor/dtor emission, stolen from solaris2.Marc Espie
Plus, no sjlj by default.
2001-09-10Initial cut at sparc64 gcc config.Marc Espie
Polished by art.