aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-10-31 20:23:47 +0000
committerIan Lance Taylor <ian@airs.com>1994-10-31 20:23:47 +0000
commitda6c4a8b3ce358e920caa22844580c312e1e79e7 (patch)
treec67e69d4db7656bd6a77a01972922e75e9c56f42 /bfd/ChangeLog
parent2d2d08ed7b2025459531d3776ef3718f41a5d5b4 (diff)
downloadgdb-da6c4a8b3ce358e920caa22844580c312e1e79e7.zip
gdb-da6c4a8b3ce358e920caa22844580c312e1e79e7.tar.gz
gdb-da6c4a8b3ce358e920caa22844580c312e1e79e7.tar.bz2
* archive.c (bfd_dont_truncate_arname): Add the ar padding
character, if there is room for it, even if the name is the maximum length. PR 5859.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1f7204c..c88d1bd 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
Mon Oct 31 14:19:08 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
+ * archive.c (bfd_dont_truncate_arname): Add the ar padding
+ character, if there is room for it, even if the name is the
+ maximum length.
+
* elfcode.h (assign_file_positions_except_relocs): Sort the ELF
headers by section address when assigning file positions.
(elf_sort_hdrs): New static function.