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
df696025
Commit
df696025
authored
Apr 08, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 08, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* function.h (nonlocal_labels): Remove.
From-SVN: r97839
parent
bdad3e2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+2
-0
gcc/function.h
+0
-1
No files found.
gcc/ChangeLog
View file @
df696025
...
@@ -10,6 +10,8 @@
...
@@ -10,6 +10,8 @@
* function.h (function): Remove instrument_entry_exit.
* function.h (function): Remove instrument_entry_exit.
(current_function_instrument_entry_exit): Remove.
(current_function_instrument_entry_exit): Remove.
* function.h (nonlocal_labels): Remove.
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/tpf.h (ASM_SPEC): Define.
* config/s390/tpf.h (ASM_SPEC): Define.
...
...
gcc/function.h
View file @
df696025
...
@@ -473,7 +473,6 @@ extern int trampolines_created;
...
@@ -473,7 +473,6 @@ extern int trampolines_created;
#define used_temp_slots (cfun->x_used_temp_slots)
#define used_temp_slots (cfun->x_used_temp_slots)
#define avail_temp_slots (cfun->x_avail_temp_slots)
#define avail_temp_slots (cfun->x_avail_temp_slots)
#define temp_slot_level (cfun->x_temp_slot_level)
#define temp_slot_level (cfun->x_temp_slot_level)
#define nonlocal_labels (cfun->x_nonlocal_labels)
#define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels)
#define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels)
/* Given a function decl for a containing function,
/* Given a function decl for a containing function,
...
...
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