This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, GCC][AArch64] Remove support for __float128


Hi,

This patch removes __float128 support in the AArch64 port.

Thanks
Sofiane

-----

gcc/ChangeLog:

2012-06-11  Sofiane Naci <sofiane.naci@arm.com>

	[AArch64] Remove __float128 support.

	* config/aarch64/aarch64.c
	(aarch64_mangle_type): Remove function.
	(aarch64_init_builtins): Remove __float128 support.
	(aarch64_expand_builtin): Likewise.
	(TARGET_MANGLE_TYPE): Remove definition.
	* config/aarch64/aarch64.h (enum aarch64_builtins): Update.
	* doc/extend.texi: Remove __float128 documentation.


gcc/testsuite/ChangeLog:

2012-06-11  Sofiane Naci <sofiane.naci@arm.com>

	[AArch64] Remove __float128 support.

	* gcc.dg/const-float128-ped.c: Remove AArch64 from list of
	targets.
	* gcc.dg/const-float128.c: Likewise.
	* gcc.dg/torture/fp-int-convert-float128-timode.c: Likewise.
	* gcc.dg/torture/fp-int-convert-float128.c: Likewise.

Attachment: aarch64-remove-float128.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]