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
411f7850
Commit
411f7850
authored
May 15, 2003
by
John David Anglin
Committed by
John David Anglin
May 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (hppa_expand_prologue): Remove blockage.
From-SVN: r66834
parent
d1a795e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+0
-8
No files found.
gcc/ChangeLog
View file @
411f7850
2003-05-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (hppa_expand_prologue): Remove blockage.
2003-05-15 Wolfgang Bangerth <bangerth@dealii.org>
* doc/bugreport.texi: Remove most of the bug reporting
...
...
gcc/config/pa/pa.c
View file @
411f7850
...
...
@@ -3638,14 +3638,6 @@ hppa_expand_prologue ()
}
}
}
/* FIXME: expand_call and expand_millicode_call need to be fixed to
prevent insns with frame notes being scheduled in the delay slot
of calls. This causes problems because the dwarf2 output code
processes the insn list serially. For now, limit the migration
of prologue insns with a blockage. */
if
(
DO_FRAME_NOTES
)
emit_insn
(
gen_blockage
());
}
/* Emit RTL to load REG from the memory location specified by BASE+DISP.
...
...
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