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
60b55947
Commit
60b55947
authored
Jul 04, 2000
by
Jason Merrill
Committed by
Jason Merrill
Jul 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* frame.h (frame_state): Move base_offset to end.
From-SVN: r34864
parent
90418208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/frame.h
+1
-1
No files found.
gcc/ChangeLog
View file @
60b55947
2000-07-04 Jason Merrill <jason@redhat.com>
* frame.h (frame_state): Move base_offset to end.
Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
Mon Jul 3 21:31:43 2000 Clinton Popetz <cpopetz@cygnus.com>
* calls.c (emit_library_call_value_1): Revert previous change.
* calls.c (emit_library_call_value_1): Revert previous change.
...
...
gcc/frame.h
View file @
60b55947
...
@@ -30,12 +30,12 @@ typedef struct frame_state
...
@@ -30,12 +30,12 @@ typedef struct frame_state
void
*
cfa
;
void
*
cfa
;
void
*
eh_ptr
;
void
*
eh_ptr
;
long
cfa_offset
;
long
cfa_offset
;
long
base_offset
;
long
args_size
;
long
args_size
;
long
reg_or_offset
[
DWARF_FRAME_REGISTERS
+
1
];
long
reg_or_offset
[
DWARF_FRAME_REGISTERS
+
1
];
unsigned
short
cfa_reg
;
unsigned
short
cfa_reg
;
unsigned
short
retaddr_column
;
unsigned
short
retaddr_column
;
char
saved
[
DWARF_FRAME_REGISTERS
+
1
];
char
saved
[
DWARF_FRAME_REGISTERS
+
1
];
long
base_offset
;
char
indirect
;
char
indirect
;
}
frame_state
;
}
frame_state
;
...
...
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