From: Ian Lance Taylor Date: Thu, 16 Apr 1998 15:45:18 +0000 (+0000) Subject: * elf.c (copy_private_bfd_data): If all the p_paddr fields in the X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=25e8be1d5c8be4e5eb40ac3163b0bdd9be2c6796;p=deliverable%2Fbinutils-gdb.git * elf.c (copy_private_bfd_data): If all the p_paddr fields in the program segments are zero, don't set p_paddr_valid. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e37e4b099b..d8a4b20192 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 16 11:43:33 1998 Ian Lance Taylor + + * elf.c (copy_private_bfd_data): If all the p_paddr fields in the + program segments are zero, don't set p_paddr_valid. + Wed Apr 15 22:15:16 1998 Richard Henderson * elf64-alpha.c: Initial implementation of relaxation --