Commit f3a4e54e by John David Anglin Committed by John David Anglin

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

From-SVN: r55562
parent 5be36a8f
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment