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
a81126a5
Commit
a81126a5
authored
Nov 17, 2006
by
Bob Wilson
Committed by
Bob Wilson
Nov 17, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/xtensa/xtensa.md (entry): Do not emit .frame directive.
From-SVN: r118948
parent
44a69b31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
gcc/ChangeLog
+4
-0
gcc/config/xtensa/xtensa.md
+1
-7
No files found.
gcc/ChangeLog
View file @
a81126a5
2006
-
11
-
17
Bob
Wilson
<
bob
.
wilson
@acm
.
org
>
*
config
/
xtensa
/
xtensa
.
md
(
entry
)
:
Do
not
emit
.
frame
directive
.
2006
-
11
-
17
Bob
Wilson
<
bob
.
wilson
@acm
.
org
>
*
config
/
xtensa
/
elf
.
h
(
HANDLE_PRAGMA_PACK_PUSH_POP
)
:
Define
.
2006
-
11
-
17
Bob
Wilson
<
bob
.
wilson
@acm
.
org
>
...
...
gcc/config/xtensa/xtensa.md
View file @
a81126a5
...
...
@@ -2101,13 +2101,7 @@
(match_operand:SI 1 "const_int_operand" "i")]
UNSPECV_ENTRY))]
""
{
if (frame_pointer_needed)
output_asm_insn (".frame
\t
a7, %0", operands);
else
output_asm_insn (".frame
\t
sp, %0", operands);
return "entry
\t
sp, %1";
}
"entry
\t
sp, %1"
[
(set_attr "type" "move")
(set_attr "mode" "SI")
(set_attr "length" "3")])
...
...
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