* armos.c (ARMul_OSHandleSWI): Handle the RedBoot system
[deliverable/binutils-gdb.git] / sim / arm / armcopro.c
index 5fb72bfeb487a651d7c87a2aa84c0385f1ea82f3..29303c00b78cf54d53d4c244ade7194d7ad84d50 100644 (file)
  
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "armdefs.h"
 #include "armos.h"
 #include "armemu.h"
 #include "ansidecl.h"
-#ifdef __IWMMXT__
 #include "iwmmxt.h"
-#endif
 
 /* Dummy Co-processors.  */
 
@@ -1368,7 +1366,6 @@ ARMul_CoProInit (ARMul_State * state)
                         MMUMRC, MMUMCR, NULL, MMURead, MMUWrite);
     }
 
-#ifdef __IWMMXT__
   if (state->is_iWMMXt)
     {
       ARMul_CoProAttach (state, 0, NULL, NULL, IwmmxtLDC, IwmmxtSTC,
@@ -1377,7 +1374,7 @@ ARMul_CoProInit (ARMul_State * state)
       ARMul_CoProAttach (state, 1, NULL, NULL, NULL, NULL,
                         IwmmxtMRC, IwmmxtMCR, IwmmxtCDP, NULL, NULL);
     }
-#endif
+
   /* No handlers below here.  */
 
   /* Call all the initialisation routines.  */
This page took 0.029662 seconds and 4 git commands to generate.