From: Jim Kingdon Date: Thu, 30 Sep 1993 17:44:53 +0000 (+0000) Subject: * defs.h (TARGET_*_BIT): Don't use host information (sizeof) in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=185d20fcda2952210613d37d59dde24e1fafa237;p=binutils-gdb.git * defs.h (TARGET_*_BIT): Don't use host information (sizeof) in picking defaults. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6650154532..c1d18762188 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Thu Sep 30 11:30:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * defs.h (TARGET_*_BIT): Don't use host information (sizeof) in + picking defaults. + * cp-valprint.c (cp_is_vtbl_ptr_type): Continue to accept old form. Thu Sep 30 11:25:55 1993 Kung Hsu (kung@cygnus.com)