Minor cleanup to pa.c

John David Anglin dave@hiauly1.hia.nrc.ca
Thu Jul 18 11:23:00 GMT 2002


Applied to main.  Tested on hppa-linux.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

2002-07-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>

	* pa.c (output_deferred_plabels): Remove unused millicode enum mulU.

Index: config/pa/pa.c
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/config/pa/pa.c,v
retrieving revision 1.172
diff -u -3 -p -r1.172 pa.c
--- config/pa/pa.c	11 Jul 2002 18:47:45 -0000	1.172
+++ config/pa/pa.c	16 Jul 2002 18:20:22 -0000
@@ -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
 



More information about the Gcc-patches mailing list