* dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work
commit33685f56cd53281fb097a7b47ae866dd2b529c41
authorjfc <jfc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 1998 16:47:41 +0000 (1 16:47 +0000)
committerjfc <jfc@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Oct 1998 16:47:41 +0000 (1 16:47 +0000)
treed9bf3be339a2978253909ce15a9dede99fd49e66
parenta821813a77e293802b6aab756a37a69d5be25125
* dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work
with more than three size ranges.
* flow.c (sbitmap_copy): Use bcopy to copy bitmap.
* rtl.c (mode_name): Add a null string at the end of the array.
(mode_wider_mode): Change type to unsigned char.
(mode_mask_array): New variable.
  (init_rtl): Update for mode_wider_mode type change.
* rtl.h (mode_wider_mode): Change type to unsigned char.
(mode_mask_array): Declare.
(GET_MODE_MASK): Use mode_mask_array.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22717 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/dwarf2out.c
gcc/flow.c
gcc/machmode.h
gcc/rtl.c