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
f96850af
Commit
f96850af
authored
Jul 31, 2001
by
David Edelsohn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expand PowerPC reorg ChangeLog entries.
From-SVN: r44521
parent
0498eaea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
19 deletions
+29
-19
gcc/ChangeLog
+29
-19
No files found.
gcc/ChangeLog
View file @
f96850af
...
@@ -16,8 +16,6 @@
...
@@ -16,8 +16,6 @@
* config/rs6000/rs6000.h: Split XCOFF specific stuff into
* config/rs6000/rs6000.h: Split XCOFF specific stuff into
xcoff.h.
xcoff.h.
Move AIX specific stuff into aix.h.
Move AIX specific stuff into aix.h.
(ASM_LONG): Use DOUBLE_INT_ASM_OP if we are on a 64 bit target.
(ASM_OUTPUT_DOUBLE_INT): Ditto.
(TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
(TARGET_AIX): Renamed to TARGET_XCOFF, since the AIX ABI is used
with more than just XCOFF now.
with more than just XCOFF now.
(SET_ASM_OP): Remove, now defined where needed.
(SET_ASM_OP): Remove, now defined where needed.
...
@@ -26,28 +24,40 @@
...
@@ -26,28 +24,40 @@
(CONST_OK_FOR_LETTER_P): Change N to require that value is
(CONST_OK_FOR_LETTER_P): Change N to require that value is
positive, too.
positive, too.
(ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
(ASM_OPEN_PAREN, ASM_CLOSE_PAREN): New macro definition.
(PREDICATE_CODES): Added exact_log2_cint_operand,
reg_or_add_cint64_operand, reg_or_sub_cint64_operand.
* config/rs6000/rs6000.c: #ifdef XCOFF debugging info stuff on
XCOFF_DEBUGGING_INFO.
Use DOUBLE_INT_ASM_OP where approriate.
(rs6000_emit_set_long_const): New function.
(rs6000_emit_set_const): New function.
(reg_or_sub_cint64_operand): New function.
(reg_or_add_cint64_operand): New function.
(exact_log2_cint_operand): New function.
* config/rs6000/rs6000.md: Fix emitting of constants.
Fix patterns that were AIX ABI specific, but depended on
!TARGET_ELF (instead of DEFAULT_ABI == ABI_AIX).
* config/rs6000/xcoff.h: New file.
* config/rs6000/xcoff.h: New file.
* config/rs6000/linux64.h: New file.
* config/rs6000/linux64.h: New file.
* config/rs6000/darwin.h: Copy needed AIX alignment definitions.
* config/rs6000/darwin.h: Copy needed AIX alignment definitions.
2001-07-31 Alan Modra <amodra@bigpond.net.au>
* rs6000.c (print_operand_address): Handle ELF syntax.
(output_toc): Simplify. Use DOUBLE_INT_ASM_OP.
* rs6000.md (load_toc_aix_di): Handle ELF syntax.
* rs6000.h (ASM_OUTPUT_DOUBLE_INT, ASM_LONG): Use DOUBLE_INT_ASM_OP.
2001-07-31 David Edelsohn <edelsohn@gnu.org>
* rs6000.c (rs6000_override_options): Only disable
flag_function_sections for XCOFF.
(exact_log2_cint_operand): New predicate.
(reg_or_{add,sub}_cint64_operand): New predicates.
(add_operand): Compare CONST_INT with fewer function calls.
(rs6000_emit_set_const, rs6000_emit_set_long_const): New functions.
(print_operand, case 'p'): Ensure positive operand.
(rs6000_emit_load_toc_table): No load_toc_v4_pic_di.
* rs6000.h (CONST_OK_FOR_LETTER_P, case 'N'): Ensure positive value.
(PREDICATE_CODES): Add new predicates.
* rs6000.md (addsi3): Split 32-bit constants more correctly.
(divsi3, modsi3): Ensure positive power-of-2.
(adddi3): Use new predicate. Split 32-bit constants more
correctly. Re-arrange splitter to handle any constant.
(subdi3): Use new predicate.
(divdi3, moddi3): Ensure positive power-of-2.
(movdi): Use rs6000_emit_set_const.
(load_toc_v4_pic_di): Delete.
2001-07-31 Graham Stott <grahams@redhat.com>
2001-07-31 Graham Stott <grahams@redhat.com>
...
...
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