From: ktkachov Date: Wed, 19 Aug 2015 15:01:21 +0000 (+0000) Subject: [AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4680241d742dc5d48f4629ae9b985810d3be7dd7;p=thirdparty%2Fgcc.git [AArch64][obvious] Remove obsolete comment in aarch64-option-extensions.def * config/aarch64/aarch64-option-extensions.def: Delete obsolete comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227011 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 450e169abfc8..83579798399d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-08-19 Kyrylo Tkachov + + * config/aarch64/aarch64-option-extensions.def: Delete obsolete + comment. + 2015-08-19 Marek Polacek PR middle-end/67133 diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def index 1762cc8d58fe..b261a0f7c3c6 100644 --- a/gcc/config/aarch64/aarch64-option-extensions.def +++ b/gcc/config/aarch64/aarch64-option-extensions.def @@ -34,11 +34,6 @@ should contain a whitespace-separated list of the strings in 'Features' that are required. Their order is not important. */ -/* V8 Architecture Extensions. - This list currently contains example extensions for CPUs that implement - AArch64, and therefore serves as a template for adding more CPUs in the - future. */ - AARCH64_OPT_EXTENSION("fp", AARCH64_FL_FP, AARCH64_FL_FPSIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA, "fp") AARCH64_OPT_EXTENSION("simd", AARCH64_FL_FPSIMD, AARCH64_FL_SIMD | AARCH64_FL_CRYPTO | AARCH64_FL_RDMA, "asimd") AARCH64_OPT_EXTENSION("crypto", AARCH64_FL_CRYPTO | AARCH64_FL_FPSIMD, AARCH64_FL_CRYPTO, "aes pmull sha1 sha2")