diff mbox

[v11,14/14] target-mips: Change TODO file

Message ID 1350319158-7263-15-git-send-email-proljc@gmail.com
State New
Headers show

Commit Message

Jia Liu Oct. 15, 2012, 4:39 p.m. UTC
Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file.

Signed-off-by: Jia Liu <proljc@gmail.com>
---
 target-mips/TODO |    3 +--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Aurelien Jarno Oct. 16, 2012, 11:23 p.m. UTC | #1
On Tue, Oct 16, 2012 at 12:39:18AM +0800, Jia Liu wrote:
> Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file.
> 
> Signed-off-by: Jia Liu <proljc@gmail.com>
> ---
>  target-mips/TODO |    3 +--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/target-mips/TODO b/target-mips/TODO
> index 2a3546f..c5566f2 100644
> --- a/target-mips/TODO
> +++ b/target-mips/TODO
> @@ -6,8 +6,7 @@ General
>  - Unimplemented ASEs:
>    - MDMX
>    - SmartMIPS
> -  - DSP r1
> -  - DSP r2
> +  - microMIPS DSP r1 & r2 encodings
>  - MT ASE only partially implemented and not functional
>  - Shadow register support only partially implemented,
>    lacks set switching on interrupt/exception.

Acked-by: Aurelien Jarno <aurelien@aurel32.net>
diff mbox

Patch

diff --git a/target-mips/TODO b/target-mips/TODO
index 2a3546f..c5566f2 100644
--- a/target-mips/TODO
+++ b/target-mips/TODO
@@ -6,8 +6,7 @@  General
 - Unimplemented ASEs:
   - MDMX
   - SmartMIPS
-  - DSP r1
-  - DSP r2
+  - microMIPS DSP r1 & r2 encodings
 - MT ASE only partially implemented and not functional
 - Shadow register support only partially implemented,
   lacks set switching on interrupt/exception.