aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630.
authorDavid Edelsohn <edelsohn@gnu.org>
Tue, 27 Jul 1999 20:10:38 +0000 (20:10 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Jul 1999 20:10:38 +0000 (16:10 -0400)
commit3cb999d87f40529c3532a28346b3b4d0e4d0c733
tree9a97d515d25f818d85520a43d7a773999e475524
parentd3ec6b06ee02cb1084919ef4be2d794c435e270b
aix43.h (ASM_CPU_SPEC, [...]): Add rs64a and PPC630.

* aix43.h (ASM_CPU_SPEC, CPP_CPU_SPEC): Add rs64a and PPC630.
* rs6000.c (processor_target_table): Add powerpc64, rs64a, and PPC630.
(rs6000_cpu): Choose between 32-bit and 64-bit default processors.
(secndary_reload_class): Make TARGET_ELF conditional compile.
(print_operand_address): Similar.
(output_toc): Print all values as hex.
(get_issue_rate): Rearrange and add RS64A and PPC630.
* rs6000.h (processor_type): Add RS64A and PPC630.
(PROCESSOR_POWERPC): Change to PROCESSOR_750.
(PROCESSOR_POWERPC64): New.
(PROMOTE_MODE): Use word_mode.
(RTX_COSTS): Add RS64A and PPC630.
* rs6000.md (scheduling information): Add lmul and ldiv
representing 64-bit integer multiply and divide.  Add rs64a and
PPC630 information.
(ashldi3): Add support for "rldic" instruction.
* sysv4.h (PROCESSOR_DEFAULT): Change to PROCESSOR_750.

From-SVN: r28300
gcc/ChangeLog
gcc/config/rs6000/aix43.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
gcc/config/rs6000/sysv4.h