diff options
author | 2003-07-22 18:38:31 +0000 | |
---|---|---|
committer | 2003-07-22 18:38:31 +0000 | |
commit | eeaa34ece8e5a8ba3035d925c7a6f1f2ccca7824 (patch) | |
tree | 560539aeae9197a6415f6ad77021ffec9c9709ab | |
parent | the version of gcc in the tree doesn't generate the correct calling (diff) | |
download | wireguard-openbsd-eeaa34ece8e5a8ba3035d925c7a6f1f2ccca7824.tar.xz wireguard-openbsd-eeaa34ece8e5a8ba3035d925c7a6f1f2ccca7824.zip |
now that gcc generates "correct" calls to the quad emulation library and
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).
-rw-r--r-- | gnu/egcs/gcc/config/sparc/openbsd64.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/config/sparc/openbsd64.h b/gnu/egcs/gcc/config/sparc/openbsd64.h index 265ffcd143c..7ef9d41221c 100644 --- a/gnu/egcs/gcc/config/sparc/openbsd64.h +++ b/gnu/egcs/gcc/config/sparc/openbsd64.h @@ -35,10 +35,9 @@ Boston, MA 02111-1307, USA. */ /* A 64 but v9 complier in a Medium/Mid code model. */ -/* XXX - do we really want HARD_QUAD? */ #undef TARGET_DEFAULT #define TARGET_DEFAULT \ -(MASK_V9 + MASK_PTR64 + MASK_64BIT + MASK_HARD_QUAD \ +(MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ \ + MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU + MASK_STACK_BIAS) #undef SPARC_DEFAULT_CMODEL |