From: Nick Clifton Date: Wed, 17 Dec 1997 12:51:37 +0000 (+0000) Subject: Fixed segmentation violation detected by LD testsuite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6124cd1e59f077d87fb718f1e36ead2cbe38c6ff;p=binutils-gdb.git Fixed segmentation violation detected by LD testsuite. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e04583a622d..d72e14fecd2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Wed Dec 17 09:45:09 1997 Nick Clifton + * coff-arm.c (coff_arm_relocate_section): Only look at section + owner if there is one. + * elf.c (assign_file_positions_for_segments): Fail if there is not enough room for the program headers. (PR14186)