[AARCH64-47, PATCH] Remove 'Utf' constraint documentation for AArch64.

2012-11-22 Thread Marcus Shawcroft
I've also committed this to ARM/aarch64-4.7-branch. /Marcus 2012-11-22 Marcus Shawcroft * doc/md.texi (AArch64 family): Remove Utf. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 297058c..6a4e0be 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1727,9 +1727,6 @@ A memory

[PATCH] Remove 'Utf' constraint documentation for AArch64.

2012-11-22 Thread Marcus Shawcroft
This patch removes the documentation for the AArch64 constraint 'Utf'. The implementation was removed before the port was merged to trunk, but the documentation was missed. Committed as obvious. /Marcus 2012-11-22 Marcus Shawcroft * doc/md.texi (AArch64 family): Remove Utf.diff --