diff options
author | Michael Meissner <Michael Meissner meissner@linux.ibm.com> | 2020-05-05 14:01:48 -0400 |
---|---|---|
committer | Michael Meissner <Michael Meissner meissner@linux.ibm.com> | 2020-05-05 14:03:30 -0400 |
commit | ef836167f594c4657404e16e7fd18196348f8582 (patch) | |
tree | f3e1892ee75c9fdfe5293a7aa27434f0860e4c03 /libgcc/config/rs6000 | |
parent | 3338afa4a3416f5d9a77c8d888f4a46052af186a (diff) | |
download | gcc-ef836167f594c4657404e16e7fd18196348f8582.zip gcc-ef836167f594c4657404e16e7fd18196348f8582.tar.gz gcc-ef836167f594c4657404e16e7fd18196348f8582.tar.bz2 |
Delete changes meant for a private branch.
2020-05-05 Michael Meissner <meissner@linux.ibm.com>
* config/rs6000/rs6000-builtin.def: Delete changes meant for a
private branch.
* config/rs6000/rs6000-c.c: Likewise.
* config/rs6000/rs6000-call.c: Likewise.
* gcc/config/rs6000/rs6000.c: Likewise.
2020-05-05 Michael Meissner <meissner@linux.ibm.com>
* gcc.dg/nextafter-2.c: Delete changes meant for a private branch.
* gcc.target/powerpc/pr70117.c: Likewise.
2020-05-05 Michael Meissner <meissner@linux.ibm.com>
* config.host: Delete changes meant for a private branch.
* config/rs6000/t-float128: Likewise.
* configure.ac: Likewise.
* configure: Likewise.
Diffstat (limited to 'libgcc/config/rs6000')
-rw-r--r-- | libgcc/config/rs6000/t-float128 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libgcc/config/rs6000/t-float128 b/libgcc/config/rs6000/t-float128 index 4d4e80c..d541344 100644 --- a/libgcc/config/rs6000/t-float128 +++ b/libgcc/config/rs6000/t-float128 @@ -69,13 +69,6 @@ $(fp128_ppc_obj) : INTERNAL_CFLAGS += $(FP128_CFLAGS_SW) $(fp128_obj) : $(fp128_includes) $(fp128_obj) : $(srcdir)/config/rs6000/quad-float128.h - -# If we are switching the default long double type, we need to use -# -mno-gnu-attribute so that the __ibm128 support functions don't signal a -# linker error since the default long double is now IEEE 128-bit instead of IBM -# 128-bit. -ibm-ldouble$(objext) : INTERNAL_CFLAGS += -mno-gnu-attribute - $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep) @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \ echo "Create $@"; \ |