| Submitter | Nathan Froyd |
|---|---|
| Date | Nov. 23, 2009, 8:50 p.m. |
| Message ID | <1259009409-2755-12-git-send-email-froydnj@codesourcery.com> |
| Download | mbox | patch |
| Permalink | /patch/39105/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-mips/translate.c b/target-mips/translate.c index 49d2264..ef5e726 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -4,6 +4,7 @@ * Copyright (c) 2004-2005 Jocelyn Mayer * Copyright (c) 2006 Marius Groeger (FPU operations) * Copyright (c) 2006 Thiemo Seufer (MIPS32R2 support) + * Copyright (c) 2009 CodeSourcery (MIPS16 support) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> --- target-mips/translate.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)