diff options
author | Per Bothner <per@bothner.com> | 1993-06-11 00:34:26 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1993-06-11 00:34:26 +0000 |
commit | f63e502ba18b3001513d2785d9bfffcf5df1e68c (patch) | |
tree | f06ba4127cf459133d3a478af8d6f62838489ea4 | |
parent | 729258a3a0bc8b1c64c4cc36f91e0483b4773365 (diff) | |
download | gdb-f63e502ba18b3001513d2785d9bfffcf5df1e68c.zip gdb-f63e502ba18b3001513d2785d9bfffcf5df1e68c.tar.gz gdb-f63e502ba18b3001513d2785d9bfffcf5df1e68c.tar.bz2 |
* objcopy.c (copy_object): Fix bad size passed to xmalloc().
-rw-r--r-- | binutils/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 65c8e52..43a1567 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,27 @@ +Thu Jun 10 17:29:21 1993 Per Bothner (bothner@cygnus.com) + + * objcopy.c (copy_object): Fix bad size passed to xmalloc(). + +Mon Jun 7 12:41:12 1993 Per Bothner (bothner@rtl.cygnus.com) + + * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. + * configure.in: No longer need to configure to get sysdep.h. + * objcopy.c (copy_object): Fix symbol table handling. + +Fri Jun 4 17:20:03 1993 Per Bothner (bothner@cygnus.com) + + * objcopy.c (filter_symbols): Cannot filter the symbols + in place, because that confuses the relocs, so take separate + parameter for output array. + * objcopy.c (sympp): Make two variables: isympp and osympp. + * objcopy.c (copy_object): Allocate separate array (osympp) + for filtered symbols. + +Fri Jun 4 10:51:44 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in: change recursion test to presence of a configured + testsuite directory + Thu Jun 3 14:05:57 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * Makefile.in (underscore.c): Hack the backquoted command so it |