dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three size...
authorJohn Carr <jfc@mit.edu>
Thu, 1 Oct 1998 16:47:41 +0000 (16:47 +0000)
committerJohn Carr <jfc@gcc.gnu.org>
Thu, 1 Oct 1998 16:47:41 +0000 (16:47 +0000)
commit913f68c116b7a079fb33937f5aaa927ccd1fbab0
treed9bf3be339a2978253909ce15a9dede99fd49e66
parent3ce1534782482f0885a330a6b0aad2f84c80b135
dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three size ranges.

* 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.

From-SVN: r22717
gcc/ChangeLog
gcc/dwarf2out.c
gcc/flow.c
gcc/machmode.h
gcc/rtl.c