aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-04-16 15:45:18 +0000
committerIan Lance Taylor <ian@airs.com>1998-04-16 15:45:18 +0000
commit25e8be1d5c8be4e5eb40ac3163b0bdd9be2c6796 (patch)
tree89031cf83a0cb561c57a0de77c4235d66d15ef6c
parent7d93d538710708a27ca1a6ae8f28ddbf47d876fa (diff)
downloadgdb-25e8be1d5c8be4e5eb40ac3163b0bdd9be2c6796.zip
gdb-25e8be1d5c8be4e5eb40ac3163b0bdd9be2c6796.tar.gz
gdb-25e8be1d5c8be4e5eb40ac3163b0bdd9be2c6796.tar.bz2
* elf.c (copy_private_bfd_data): If all the p_paddr fields in the
program segments are zero, don't set p_paddr_valid.
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e37e4b0..d8a4b20 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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 --