type_align: handle range types the same as ints and enums
authorJoel Brobecker <brobecker@adacore.com>
Sun, 17 Feb 2019 15:04:57 +0000 (10:04 -0500)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 17 Feb 2019 15:04:57 +0000 (10:04 -0500)
commit75ba10dc558a450c7dbcdc24f816f6709f2b29f7
tree28e15ea6d5eb42ee04b532a4a0c77b150d734c52
parenta2cd4f14750ae27ea5c250c98965eef842ee57db
type_align: handle range types the same as ints and enums

This commit enhances type_align to handle TYPE_CODE_RANGE types
the same as integers and enums, rather than returning zero,
which means for this function that it could not determine its
alignment.

gdb/ChangeLog:

* gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
        integers and enumeration types.

Tested on x86_64-linux. Also tested on a variety of platforms
(with CPUs being ARM, AArch64, Leon3 (SPARC-like), PowerPC,
PowerPC64, RV64, Visium, x86, x86_64).
gdb/ChangeLog
gdb/gdbtypes.c