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
6d8d2bbc
Commit
6d8d2bbc
authored
May 31, 2002
by
John David Anglin
Committed by
John David Anglin
May 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
From-SVN: r54084
parent
bbf0fcca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gcc/ChangeLog
+4
-0
gcc/config/pa/pa.c
+1
-5
No files found.
gcc/ChangeLog
View file @
6d8d2bbc
2002-05-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.c (following_call): Check TARGET_JUMP_IN_DELAY.
2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
2002-05-31 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (ns32k-*-netbsd*): Set tm_file to
* config.gcc (ns32k-*-netbsd*): Set tm_file to
...
...
gcc/config/pa/pa.c
View file @
6d8d2bbc
...
@@ -6897,11 +6897,7 @@ int
...
@@ -6897,11 +6897,7 @@ int
following_call
(
insn
)
following_call
(
insn
)
rtx
insn
;
rtx
insn
;
{
{
/* We do not place jumps into call delay slots when optimizing for the
if
(
!
TARGET_JUMP_IN_DELAY
)
PA8000 processor or when generating dwarf2 call frame information. */
if
(
pa_cpu
>=
PROCESSOR_8000
||
(
!
USING_SJLJ_EXCEPTIONS
&&
flag_exceptions
)
||
flag_unwind_tables
)
return
0
;
return
0
;
/* Find the previous real insn, skipping NOTEs. */
/* Find the previous real insn, skipping NOTEs. */
...
...
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