aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-01-11 17:34:12 +0000
committerIan Lance Taylor <ian@airs.com>1996-01-11 17:34:12 +0000
commitf2165194a41acdd3d1b00606619fe61e66bc4d3a (patch)
tree2aae62bf35807b40ce68b42d9bcd6e4095b107d4
parent499452f3cc3eb569082dd054ad6e146040322491 (diff)
downloadgdb-f2165194a41acdd3d1b00606619fe61e66bc4d3a.zip
gdb-f2165194a41acdd3d1b00606619fe61e66bc4d3a.tar.gz
gdb-f2165194a41acdd3d1b00606619fe61e66bc4d3a.tar.bz2
* objcopy.c (filter_symbols): NULL terminate the output symbols.
(copy_object): Allocate space for a possible extra NULL pointer.
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2b003bd..1d5f6b9 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,10 +1,14 @@
Thu Jan 11 11:45:34 1996 Ian Lance Taylor <ian@cygnus.com>
+ * objcopy.c (filter_symbols): NULL terminate the output symbols.
+ (copy_object): Allocate space for a possible extra NULL pointer.
+
* debug.c (debug_make_undefined_tagged_type): Make sure we are
given a kind of type we can handle.
(debug_write_type): Handle undefined enums and structs.
(debug_write_class_type): Handle undefined classes.
* prdbg.c (pr_enum_type): Handle an undefined enum.
+ * ieee.c (ieee_enum_type): Likewise.
Wed Jan 10 15:33:18 1996 Ian Lance Taylor <ian@cygnus.com>