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
11881f37
Commit
11881f37
authored
Oct 18, 2000
by
Alan Modra
Committed by
Jeff Law
Oct 17, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (print_operand): Handle case 'c' for .vtable_inherit
From-SVN: r36920
parent
189244a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+5
-0
No files found.
gcc/ChangeLog
View file @
11881f37
Tue Oct 17 20:11:08 2000 Alan Modra <alan@linuxcare.com.au>
* pa.c (print_operand): Handle case 'c' for .vtable_inherit
Tue Oct 17 20:05:51 2000 Martin Buchholz <martin@xemacs.org>
* i370.md: Fix spelling typo.
...
...
gcc/config/pa/pa.c
View file @
11881f37
...
...
@@ -4117,6 +4117,11 @@ print_operand (file, x, code)
fprintf
(
file
,
"%d,%d,%d"
,
op
[
0
],
op
[
1
],
op
[
2
]);
return
;
}
case
'c'
:
/* We can get here from a .vtable_inherit due to our
CONSTANT_ADDRESS_P rejecting perfectly good constant
addresses. */
break
;
default
:
abort
();
}
...
...
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