From: Fred Fish Date: Sat, 1 Aug 1992 20:48:33 +0000 (+0000) Subject: * obstack.h: Merge changes from current FSF version. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8c6e4bb2480985a2be34ebcf6cd9ca5fc9a0bea8;p=deliverable%2Fbinutils-gdb.git * obstack.h: Merge changes from current FSF version. --- diff --git a/include/ChangeLog b/include/ChangeLog index 7eecaa0a16..6c448fca9b 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,25 @@ +Sat Aug 1 13:46:31 1992 Fred Fish (fnf@cygnus.com) + + * obstack.h: Merge changes from current FSF version. + +Mon Jul 20 21:06:23 1992 Fred Fish (fnf@cygnus.com) + + * obstack.h (area_id, flags): Remove, replace with extra_arg, + use_extra_arg, and maybe_empty_object. + * obstack.h (OBSTACK_MAYBE_EMPTY_OBJECT, OBSTACK_MMALLOC_LIKE): + Remove, replaced by maybe_empty_object and use_extra_arg bitfields. + * obstack.h (obstack_full_begin, _obstack_begin): Remove area_id + and flags arguments. + * obstack.h (obstack_alloc_arg): New macro to set extra_arg. + +Thu Jul 16 08:12:44 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * bfd.h: new after adding BFD_IS_RELAXABLE + +Sat Jul 4 03:22:23 1992 John Gilmore (gnu at cygnus.com) + + * bfd.h: Regen after adding BSF_FILE. + Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish) * obstack.h: Convert bcopy() use to memcpy(), which is more