aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-11-02 20:29:18 +0000
committerIan Lance Taylor <ian@airs.com>1994-11-02 20:29:18 +0000
commit9cb8eb5c28ef1a1242e75630f4bd44a0364cf718 (patch)
tree22ecb1acc68dc268eb1369d7d653a562d9894098
parent2f2c0b2a2cb7fdc7bdb70e3ee01cdb4ea36a5d78 (diff)
downloadfsf-binutils-gdb-9cb8eb5c28ef1a1242e75630f4bd44a0364cf718.zip
fsf-binutils-gdb-9cb8eb5c28ef1a1242e75630f4bd44a0364cf718.tar.gz
fsf-binutils-gdb-9cb8eb5c28ef1a1242e75630f4bd44a0364cf718.tar.bz2
* archive.c (normalize): Change to take a BFD as an argument.
Change VMS version to use bfd_alloc rather than malloc, so that we don't lose the memory forever. (_bfd_construct_extended_name_table): Check the name of an archive entry which is not being extended, and correct it if it is wrong. This is necessary in case the archive was constructed by another program which put an entry in the extended name table which we don't plan to put in ourselves. From jjc@jclark.com (James Clark). (bfd_dont_truncate_arname): Check return value of normalize.
-rw-r--r--bfd/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 305e680..38772a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,16 @@
+Wed Nov 2 15:24:51 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+
+ * archive.c (normalize): Change to take a BFD as an argument.
+ Change VMS version to use bfd_alloc rather than malloc, so that we
+ don't lose the memory forever.
+ (_bfd_construct_extended_name_table): Check the name of an archive
+ entry which is not being extended, and correct it if it is wrong.
+ This is necessary in case the archive was constructed by another
+ program which put an entry in the extended name table which we
+ don't plan to put in ourselves. From jjc@jclark.com (James
+ Clark).
+ (bfd_dont_truncate_arname): Check return value of normalize.
+
Mon Oct 31 14:19:08 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* elf32-hppa.c (ELF32_PARISC_SX_SIZE): Define.