---
 gcc-3.4.4/gcc/config/arm/arm.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: b/gcc-3.4.4/gcc/config/arm/arm.c
===================================================================
--- a/gcc-3.4.4/gcc/config/arm/arm.c
+++ b/gcc-3.4.4/gcc/config/arm/arm.c
@@ -950,7 +950,7 @@ arm_override_options (void)
      other command line choices.  */
   if (TARGET_INTERWORK && !(insn_flags & FL_THUMB))
     {
-      warning ("target CPU does not support interworking" );
+/*       warning ("target CPU does not support interworking" ); */
       target_flags &= ~ARM_FLAG_INTERWORK;
     }
   

