* coffread.c (read_enum_type): Use the size of a target int when
authorSteve Chamberlain <sac@cygnus>
Thu, 6 Feb 1992 20:03:31 +0000 (20:03 +0000)
committerSteve Chamberlain <sac@cygnus>
Thu, 6 Feb 1992 20:03:31 +0000 (20:03 +0000)
commit1f46923ff419face15f7232a8c33efc5beecea15
tree92292b563912f3e2b22b2964cfc51a99a5156f4b
parentab6c26bae16d9b02b20fb5e98dbae1d63f22e8e6
* coffread.c (read_enum_type): Use the size of a target int when
describing enum.
* defs.h: added new #define for TARGET_PTR_BIT, defaults to size
of target int.
* h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count
* symtab.c (lookup_reference_type, lookup_ptr_type): use
TARGET_PTR_BIT to determine size of a pointer
* values.c (unpack_long): when unpacking a REF or a PTR don't
assume the size of the type.
gdb/ChangeLog
gdb/h8300-tdep.c
gdb/remote-hms.c
gdb/tm-h8300.h
gdb/values.c