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
8541c24b
Commit
8541c24b
authored
Jan 10, 2001
by
Nick Clifton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change from using {save|restore}_machine_status to {init|mark|free}_machine_status
From-SVN: r38855
parent
4d5a6f78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
gcc/ChangeLog
+23
-0
No files found.
gcc/ChangeLog
View file @
8541c24b
2001-01-09 Nick Clifton <nickc@redhat.com>
* config/d30v/d30v.c (d30v_eh_epilogue_sp_ofs): Delete.
(d30v_return_addr_rtx): Delete.
(d30v_expand_epilogue): Use eh_epilogue_sp_ofs field in the
cfun->machine structure.
(struct machine_function): Move to d30v.h
(d30v_save_machine_status): Delete.
(d30v_restore_machine_status): Delete.
(d30v_init_machine_status): New Function.
(d30v_mark_machine_status): New Function.
(d30v_free_machine_status): New Function.
(d30v_init_expanders): Use new functions.
(d30v_return_addr): Use ra_rtx field in cfun->machine.
(d30v_add_gc_roots): Remove d30v_eh_epilogue_sp_ofs and
d30v_return_addr_rtx.
* config/d30v/d30v.h (struct_machine): Move here.
Add eh_epilogue_sp_ofs field.
*config/d30v/d30v.md (epilogue): Initialise eh_epilogue_sp_ofs
field in cfun->machine structure.
Tue Jan 9 21:34:57 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
Tue Jan 9 21:34:57 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code,
* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): When generating pic code,
...
...
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