aix41.h (SUBTARGET_SWITCHES): Delete threads.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 12 Jun 2000 19:58:57 +0000 (19:58 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 12 Jun 2000 19:58:57 +0000 (15:58 -0400)
commitf6bf7de2b9e0bd59913451e1fb33acf1ddaead19
tree90052b5c81f337c468e03a0b53b51b527364fb53
parent071f9809f9eb3c218470691a8f04776af73c7988
aix41.h (SUBTARGET_SWITCHES): Delete threads.

* aix41.h (SUBTARGET_SWITCHES): Delete threads.
(CPP_SPEC): Change mthreads to pthread.
(LIB_SPEC): Likewise.
(STARTFILE_SPEC): Likewise.
* aix43.h (SUBTARGET_SWITCHES): Delete thread.
(CPP_SPEC): Change mthreads to pthread.
(LIB_SPEC): Likewise.
(STARTFILE_SPEC): Likewise.
* rs6000-protos.h (reg_or_arith_cint_operand): New.
* rs6000.c (reg_or_arith_cint_operand): New.
(num_insns_constant_wide): Decorate unsigned constant.
* rs6000.h (PREDICATE_CODES): Add reg_or_arith_cint_operand.
* rs6000.md (addsi3): Use new predicate.
(subsi3, adddi3, subdi3): Likewise.

From-SVN: r34502
gcc/ChangeLog
gcc/config/rs6000/aix41.h
gcc/config/rs6000/aix43.h
gcc/config/rs6000/rs6000-protos.h
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md