From: Ian Lance Taylor Date: Sun, 20 Apr 1997 02:57:25 +0000 (+0000) Subject: * elf32-i386.c (elf_i386_check_relocs): Only count PC relative X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d71be723139bfe961a979f961b6658f0db883f9;p=binutils-gdb.git * elf32-i386.c (elf_i386_check_relocs): Only count PC relative relocs. From Jamie Lokier . --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b51be86f1f5..47da1a19925 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Sat Apr 19 22:50:14 1997 Ian Lance Taylor + * elf32-i386.c (elf_i386_check_relocs): Only count PC relative + relocs. From Jamie Lokier . + * coffcode.h (coff_compute_section_file_positions): Force the potential last byte in the file to be written out when COFF_IMAGE_WITH_PE.