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
a7e0b075
Commit
a7e0b075
authored
Oct 06, 2005
by
Richard Henderson
Committed by
Richard Henderson
Oct 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/rs6000.c: Revert last change.
From-SVN: r105072
parent
27add2e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
gcc/ChangeLog
+4
-0
gcc/config/rs6000/rs6000.c
+1
-13
No files found.
gcc/ChangeLog
View file @
a7e0b075
2005
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
c
:
Revert
last
change
.
2005
-
10
-
06
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
c
(
rs6000_cannot_force_const_mem
)
:
New
.
(
TARGET_CANNOT_FORCE_CONST_MEM
)
:
Use
it
.
...
...
gcc/config/rs6000/rs6000.c
View file @
a7e0b075
...
...
@@ -748,7 +748,6 @@ static rtx rs6000_emit_vector_compare (enum rtx_code, rtx, rtx,
static
int
get_vsel_insn
(
enum
machine_mode
);
static
void
rs6000_emit_vector_select
(
rtx
,
rtx
,
rtx
,
rtx
);
static
tree
rs6000_stack_protect_fail
(
void
);
static
bool
rs6000_cannot_force_const_mem
(
rtx
x
);
const
int
INSN_NOT_AVAILABLE
=
-
1
;
static
enum
machine_mode
rs6000_eh_return_filter_mode
(
void
);
...
...
@@ -877,7 +876,7 @@ static const char alt_reg_names[][8] =
#define TARGET_HAVE_TLS HAVE_AS_TLS
#undef TARGET_CANNOT_FORCE_CONST_MEM
#define TARGET_CANNOT_FORCE_CONST_MEM rs6000_
cannot_force_const_mem
#define TARGET_CANNOT_FORCE_CONST_MEM rs6000_
tls_referenced_p
#undef TARGET_ASM_FUNCTION_PROLOGUE
#define TARGET_ASM_FUNCTION_PROLOGUE rs6000_output_function_prologue
...
...
@@ -3108,17 +3107,6 @@ rs6000_legitimize_tls_address (rtx addr, enum tls_model model)
return
dest
;
}
/* Primarily this is required for TLS symbols, but given that our move
patterns *ought* to be able to handle any symbol at any time, we
should never be spilling symbolic operands to the constant pool, ever. */
static
bool
rs6000_cannot_force_const_mem
(
rtx
x
)
{
enum
rtx_code
code
=
GET_CODE
(
x
);
return
code
==
SYMBOL_REF
||
code
==
LABEL_REF
||
code
==
CONST
;
}
/* Return 1 if X contains a thread-local symbol. */
bool
...
...
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