projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d93d53
)
* elf.c (copy_private_bfd_data): If all the p_paddr fields in the
author
Ian Lance Taylor
<ian@airs.com>
Thu, 16 Apr 1998 15:45:18 +0000
(15:45 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 16 Apr 1998 15:45:18 +0000
(15:45 +0000)
program segments are zero, don't set p_paddr_valid.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index e37e4b099b75c098598859c5a97a3122cacea3e0..d8a4b20192c4479e9862971d24ecb0ef126d6735 100644
(file)
--- 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 --