aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2004-10-24 21:40:36 +0000
committerHans-Peter Nilsson <hp@axis.com>2004-10-24 21:40:36 +0000
commitaa69fe43dd9557f5f9290ec2d534e057e20fd064 (patch)
tree276a123362c91d366d09463b0043e1931ba65505 /bfd/ChangeLog
parent1fddb8daadfc2368d8e5aa5e6041d44db0884a79 (diff)
downloadfsf-binutils-gdb-aa69fe43dd9557f5f9290ec2d534e057e20fd064.zip
fsf-binutils-gdb-aa69fe43dd9557f5f9290ec2d534e057e20fd064.tar.gz
fsf-binutils-gdb-aa69fe43dd9557f5f9290ec2d534e057e20fd064.tar.bz2
* mmo.c (mmo_write_section_description): New function broken out
of mmo_internal_write_section. (mmo_internal_write_section): For each of .text and .data, call mmo_write_section_description before outputting contents if it has nontrivially deducible vma or contents. (mmo_has_leading_or_trailing_zero_tetra_p): New function. (mmo_canonicalize_symtab): Adjust absolute symbols to .data symbols if found within the .data address range.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b17e30f..767c04d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * mmo.c (mmo_write_section_description): New function broken out
+ of mmo_internal_write_section.
+ (mmo_internal_write_section): For each of .text and .data, call
+ mmo_write_section_description before outputting contents if it has
+ nontrivially deducible vma or contents.
+ (mmo_has_leading_or_trailing_zero_tetra_p): New function.
+ (mmo_canonicalize_symtab): Adjust absolute symbols to .data
+ symbols if found within the .data address range.
+
2004-10-24 Daniel Jacobowitz <dan@debian.org>
* opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.