From: Jim Kingdon Date: Tue, 19 Oct 1993 16:05:23 +0000 (+0000) Subject: * breakpoint.h (struct bpstat_what): Don't use bitfields. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e142fdedd6d534218b8c67436c8e6bcfd531c50;p=binutils-gdb.git * breakpoint.h (struct bpstat_what): Don't use bitfields. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d61c710e52..a9dbe32f6bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Tue Oct 19 10:43:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * breakpoint.h (struct bpstat_what): Don't use bitfields. + * typeprint.c: Add "class CLASS-NAME" to docstring for ptype. Tue Oct 19 06:17:10 1993 Fred Fish (fnf@cirdan.cygnus.com)