* elf.c (copy_private_bfd_data): If all the p_paddr fields in the

program segments are zero, don't set p_paddr_valid.
This commit is contained in:
Ian Lance Taylor 1998-04-16 15:45:18 +00:00
parent 7d93d53871
commit 25e8be1d5c
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 16 11:43:33 1998 Ian Lance Taylor <ian@cygnus.com>
* 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 <rth@cygnus.com>
* elf64-alpha.c: Initial implementation of relaxation --