* expmed.c: Default-#define HAVE_insv, HAVE_extv, and HAVE_extzv
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Aug 2001 16:01:42 +0000 (16:01 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Aug 2001 16:01:42 +0000 (16:01 +0000)
commitde7d059c2bc43f76e33a5407772ab9cc0fc00f10
tree33a603de13883851b6faaf26026a8ea091b5422d
parentcc274b898bc532bff54669372b7a832af274cfa3
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45150 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expmed.c