config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0 architecture and...
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 31 May 2002 04:00:42 +0000 (04:00 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 31 May 2002 04:00:42 +0000 (04:00 +0000)
commit806bf4137dfb55d775e8e1b9040f69ac557a44ad
treebb0d1e3b8a7c38edbb257144df3c362c8961998c
parent6d8d2bbc830adfe13a15aa234f43953cbfdf0b80
config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0 architecture and pa/pa-7100.h for...

2002-05-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>

* config.gcc (tm_file): Prefix pa/pa-700.h to tm_file list for PA1.0
architecture and pa/pa-7100.h for PA1.1 architecture, respectively.
* pa/pa.c (override_options): Use TARGET_SCHED_DEFAULT to select
default scheduling model.
* pa/pa.h (TARGET_SCHED_DEFAULT): Define if not defined to "8000".
* pa/pa-700.h (TARGET_SCHED_DEFAULT): New file for "700" scheduling.
* pa/pa-7100.h (TARGET_SCHED_DEFAULT): New file for "7100" scheduling.
* doc/install.texi (hppa*-*-*): Document default scheduling.

From-SVN: r54085
gcc/ChangeLog
gcc/config.gcc
gcc/config/pa/pa-700.h [new file with mode: 0644]
gcc/config/pa/pa-7100.h [new file with mode: 0644]
gcc/config/pa/pa.c
gcc/config/pa/pa.h
gcc/doc/install.texi