On 11/23/18 9:55 AM, Sam Tebbs wrote:
Hi all,
The mtune= documentation in doc/invoke.texi contains some obsolete CPU names
that have been removed from the Arm and AArch64 backends. This patch removes
them.
All removed CPU names:
* arm2
* arm250
* arm3
* arm60
* arm600
* arm610
* arm620
* arm7
* arm7m
* arm7d
* arm7dm
* arm7di
* arm7dmi
* arm70
* arm700
* arm700i
* arm710
* arm710c
* arm720
* arm7500
* arm7500fe
This patch has no functional impact but has still been bootstrapped and
regression tested on aarch64-none-elf.
OK for trunk?
gcc/ChangeLog:
2018-11-23 Sam Tebbs<sam.te...@arm.com>
* doc/invoke.texi (-mtune=): Remove obsolete CPU names.
I think this is probably OK, although I'd defer to an ARM maintainer to
check whether the remaining list of supported CPUs is accurate.
-Sandra