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
0c885229
Commit
0c885229
authored
Feb 09, 2013
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine.
From-SVN: r195917
parent
acd5a6da
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/ChangeLog
+5
-1
gcc/config/rs6000/aix61.h
+3
-0
No files found.
gcc/ChangeLog
View file @
0c885229
2013-02-09 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/aix61.h (OS_MISSING_ALTIVEC): Undefine.
2013-02-09 Jakub Jelinek <jakub@redhat.com>
2013-02-09 Jakub Jelinek <jakub@redhat.com>
PR target/56256
PR target/56256
...
@@ -6,7 +10,7 @@
...
@@ -6,7 +10,7 @@
2013-02-08 Vladimir Makarov <vmakarov@redhat.com>
2013-02-08 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/56246
PR rtl-optimization/56246
* lra-constraints.c (simplify_operand_subreg): Try to
r
reuse
* lra-constraints.c (simplify_operand_subreg): Try to reuse
reload pseudo.
reload pseudo.
* lra.c (lra): Clear lra_optional_reload_pseudos only when all
* lra.c (lra): Clear lra_optional_reload_pseudos only when all
constraints are satisfied.
constraints are satisfied.
...
...
gcc/config/rs6000/aix61.h
View file @
0c885229
...
@@ -133,6 +133,9 @@ do { \
...
@@ -133,6 +133,9 @@ do { \
#undef PROCESSOR_DEFAULT64
#undef PROCESSOR_DEFAULT64
#define PROCESSOR_DEFAULT64 PROCESSOR_POWER7
#define PROCESSOR_DEFAULT64 PROCESSOR_POWER7
/* AIX 6.1 kernel and assembler have necessary support for Altivec and VSX. */
#undef OS_MISSING_ALTIVEC
/* Define this macro as a C expression for the initializer of an
/* Define this macro as a C expression for the initializer of an
array of string to tell the driver program which options are
array of string to tell the driver program which options are
defaults for this target and thus do not need to be handled
defaults for this target and thus do not need to be handled
...
...
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