Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f3a4e54e
Commit
f3a4e54e
authored
Jul 18, 2002
by
John David Anglin
Committed by
John David Anglin
Jul 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (output_deferred_plabels): Remove unused millicode enum mulU.
From-SVN: r55562
parent
5be36a8f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+2
-2
No files found.
gcc/ChangeLog
View file @
f3a4e54e
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
...
...
gcc/config/pa/pa.c
View file @
f3a4e54e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment