From 41acef5169d1a6e0755115103d44fab6363c7388 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 16 Mar 2016 15:38:59 -0700 Subject: [PATCH] docs: Fixed MIPS ABI links, improved link wording. Ensured that "MIPS32 Architecture" and "MIPS64 Architecture" links send readers to the correct pages within Imagination's documentation. Also improved wording of sentences containing these links to make this section more friendly for screen readers. Bug: 26101206 Change-Id: I6d4a8a41dab5df95f182e8cf617cd5205104d469 --- docs/html/ndk/guides/abis.jd | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/html/ndk/guides/abis.jd b/docs/html/ndk/guides/abis.jd index f4819b2ffe97f..b2d8324b19fb7 100644 --- a/docs/html/ndk/guides/abis.jd +++ b/docs/html/ndk/guides/abis.jd @@ -364,16 +364,17 @@ System V Application Binary Interface ABI -

The MIPS-specific documentation is available -here, with -further information -here.

+

For more specific details, see +MIPS32 Architecture. +Answers to common questions are in the +MIPS FAQ. +

mips64

This ABI is for MIPS64 R6. For more information, see -MIPS64 Architecture.

+MIPS64 Architecture.

Generating Code for a Specific ABI

By default, the NDK generates machine code for the armeabi ABI. You can