Commit 3f05d3dc14a76fb62a1eda5c53dde0074ce1d1e1

Authored by ths
1 parent b6a8c26b

Delete obsolete file.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4762 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 21 deletions
target-mips/op.c deleted 100644 → 0
1 -/*  
2 - * MIPS emulation micro-operations for qemu.  
3 - *  
4 - * Copyright (c) 2004-2005 Jocelyn Mayer  
5 - * Copyright (c) 2006 Marius Groeger (FPU operations)  
6 - * Copyright (c) 2007 Thiemo Seufer (64-bit FPU support)  
7 - *  
8 - * This library is free software; you can redistribute it and/or  
9 - * modify it under the terms of the GNU Lesser General Public  
10 - * License as published by the Free Software Foundation; either  
11 - * version 2 of the License, or (at your option) any later version.  
12 - *  
13 - * This library is distributed in the hope that it will be useful,  
14 - * but WITHOUT ANY WARRANTY; without even the implied warranty of  
15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  
16 - * Lesser General Public License for more details.  
17 - *  
18 - * You should have received a copy of the GNU Lesser General Public  
19 - * License along with this library; if not, write to the Free Software  
20 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA  
21 - */