* pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Thu, 18 Jul 2002 17:58:44 +0000 (17:58 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 18 Jul 2002 17:58:44 +0000 (17:58 +0000)
From-SVN: r55562

gcc/ChangeLog
gcc/config/pa/pa.c

index 27839a3c5bf8c3d236a6231975cedcae5261f993..b0e7ce8871581cfd63d122878cdee168d1aed19c 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
+
 2002-07-18  Richard Henderson  <rth@redhat.com>
 
        PR optimization/7147
index 76beee03b4722bb4328e2bc39481c40e9c723bd6..aa7e0eff552ae46cc731c4ceb644073f79feba5c 100644 (file)
@@ -4741,10 +4741,10 @@ output_deferred_plabels (file)
 /* HP's millicode routines mean something special to the assembler.
    Keep track of which ones we have used.  */
 
-enum millicodes { remI, remU, divI, divU, mulI, mulU, end1000 };
+enum millicodes { remI, remU, divI, divU, mulI, end1000 };
 static void import_milli                       PARAMS ((enum millicodes));
 static char imported[(int) end1000];
-static const char * const milli_names[] = {"remI", "remU", "divI", "divU", "mulI", "mulU"};
+static const char * const milli_names[] = {"remI", "remU", "divI", "divU", "mulI"};
 static const char import_string[] = ".IMPORT $$....,MILLICODE";
 #define MILLI_START 10