aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-06-29 23:37:10 +0000
committerFred Fish <fnf@specifix.com>1992-06-29 23:37:10 +0000
commita403a2efacc7f0b1ebd5f793dfae678dc2a550ad (patch)
tree395cfe1cde031986dba02302417890b96c561dfd
parent51b57ded888cbdacb5ad126363f8ae6adc9541b6 (diff)
downloadgdb-a403a2efacc7f0b1ebd5f793dfae678dc2a550ad.zip
gdb-a403a2efacc7f0b1ebd5f793dfae678dc2a550ad.tar.gz
gdb-a403a2efacc7f0b1ebd5f793dfae678dc2a550ad.tar.bz2
* obstack.h: Convert bcopy() use to memcpy(), which is more
portable, more standard, and can take advantage of gcc's builtin functions for increased performance.
-rw-r--r--include/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index c8c4066..7eecaa0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,14 @@
+Mon Jun 29 14:18:36 1992 Fred Fish (fnf at sunfish)
+
+ * obstack.h: Convert bcopy() use to memcpy(), which is more
+ portable, more standard, and can take advantage of gcc's builtin
+ functions for increased performance.
+
+Thu Jun 25 04:46:08 1992 John Gilmore (gnu at cygnus.com)
+
+ * ansidecl.h (PARAMS): Incorporate this macro from gdb's defs.h.
+ It's a cleaner way to forward-declare function prototypes.
+
Fri Jun 19 15:46:32 1992 Stu Grossman (grossman at cygnus.com)
* bfd.h: HPPA merge.