expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero.
authorZack Weinberg <zackw@panix.com>
Fri, 24 Aug 2001 16:01:42 +0000 (16:01 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 24 Aug 2001 16:01:42 +0000 (16:01 +0000)
commita242b0831cacdde49bc174bbf188cfdc2777bf80
tree33a603de13883851b6faaf26026a8ea091b5422d
parent653753c5e73991a3bb3811f3a380f628a28de5da
expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv to zero.

* expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
to zero.
(mode_for_extraction): No need for #ifdefs.  Add default-case abort
to switch.
(store_bit_field): Eliminate insv_bitsize variable.  Put HAVE_insv
in if controlling use of insv.
(extract_bit_field): Likewise, for extv and extzv.

From-SVN: r45150
gcc/ChangeLog
gcc/expmed.c