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
8ecf187a
Commit
8ecf187a
authored
Oct 19, 1994
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not preserve eax for -fpic in FUNCTION_BLOCK_PROFILER since it is call clobbered.
From-SVN: r8313
parent
1cf5eda8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
gcc/config/i386/i386.h
+2
-4
No files found.
gcc/config/i386/i386.h
View file @
8ecf187a
...
...
@@ -913,7 +913,7 @@ enum reg_class
do \
{ \
static int num_func = 0; \
rtx xops[
9
]; \
rtx xops[
8
]; \
char block_table[80], false_label[80]; \
\
ASM_GENERATE_INTERNAL_LABEL (block_table, "LPBX", 0); \
...
...
@@ -927,7 +927,6 @@ do \
xops[5] = stack_pointer_rtx; \
xops[6] = GEN_INT (4); \
xops[7] = gen_rtx (REG, Pmode, 0);
/* eax */
\
xops[8] = gen_rtx (MEM, SImode, stack_pointer_rtx); \
\
CONSTANT_POOL_ADDRESS_P (xops[1]) = TRUE; \
CONSTANT_POOL_ADDRESS_P (xops[2]) = TRUE; \
...
...
@@ -939,9 +938,8 @@ do \
output_asm_insn (AS1(push%L1,%1), xops); \
else \
{ \
output_asm_insn (AS1 (push%L7,%7), xops); \
output_asm_insn (AS2 (lea%L7,%a1,%7), xops); \
output_asm_insn (AS
2 (xchg%L7,%8
,%7), xops); \
output_asm_insn (AS
1 (push%L7
,%7), xops); \
} \
\
output_asm_insn (AS1(call,%P3), xops); \
...
...
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