From: Ian Lance Taylor Date: Tue, 4 Oct 1994 15:54:27 +0000 (+0000) Subject: * cofflink.c (coff_link_input_bfd): Don't try to convert a long X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a297d42c27d596aca071aa61e142896212bc051f;p=binutils-gdb.git * cofflink.c (coff_link_input_bfd): Don't try to convert a long filename if the offset field is zero. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index df0c5d66388..834e82a26b2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Oct 4 11:23:12 1994 Ian Lance Taylor + * cofflink.c (coff_link_input_bfd): Don't try to convert a long + filename if the offset field is zero. + * elfcode.h (swap_out_syms): If the alignment of a common symbol was not set, use a sensible default rather than zero.