aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-08-01 20:48:33 +0000
committerFred Fish <fnf@specifix.com>1992-08-01 20:48:33 +0000
commit8c6e4bb2480985a2be34ebcf6cd9ca5fc9a0bea8 (patch)
tree6424a7c1c077575d4b67decf03f9c45ad5f3ee0c /include
parentc50533602ed8cf9724d5245c5eebb7ec30c55c5a (diff)
downloadgdb-8c6e4bb2480985a2be34ebcf6cd9ca5fc9a0bea8.zip
gdb-8c6e4bb2480985a2be34ebcf6cd9ca5fc9a0bea8.tar.gz
gdb-8c6e4bb2480985a2be34ebcf6cd9ca5fc9a0bea8.tar.bz2
* obstack.h: Merge changes from current FSF version.
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 7eecaa0..6c448fc 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