OSDN Git Service

2007-02-19 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Mon, 19 Feb 2007 17:07:23 +0000 (17:07 +0000)
committerbrolley <brolley>
Mon, 19 Feb 2007 17:07:23 +0000 (17:07 +0000)
        * mepcfgtool.c (do_sidmain_config): Don't call scan_mm_int or
        generate a call to b->map_mm_int.

utils/mep/ChangeLog
utils/mep/mepcfgtool.c

index e8ab6df..37e65d7 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-19  Dave Brolley  <brolley@redhat.com>
+
+       * mepcfgtool.c (do_sidmain_config): Don't call scan_mm_int or
+       generate a call to b->map_mm_int.
+
 2007-02-07  Dave Brolley  <brolley@redhat.com>
 
        * rebuild.mk (all-binutils,all-gas,all-ld): Depend on
index f48f698..8c019c3 100644 (file)
@@ -5339,11 +5339,6 @@ if (item) fprintf (fd, "  b->set_" #name1 "_" #name2 " (%lu);\n", item->ival);\
                         ucis[i].cmodel->instance_name);
              }
 
-         /* Incorporate the mm_int into the module, if specified.  */
-         scan_mm_int ();
-         if (mm_int.specified)
-           fprintf (fd, "  b->map_mm_int ();\n");
-
          /* Incorporate the coprocessor into the module, if specified.  */
          item = find_sub (modules, "cop", 0);
          if (item)