aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-10-31 02:36:18 +0000
committerAlan Modra <amodra@gmail.com>2006-10-31 02:36:18 +0000
commita39f33461a71ec868be8917625b10bd66ab23eef (patch)
tree832b16f41053c7ece7683db83fdf978f67108040 /bfd/ChangeLog
parentee9e139d63a2dfaeabadc16348ddbefb055917d0 (diff)
downloadgdb-a39f33461a71ec868be8917625b10bd66ab23eef.zip
gdb-a39f33461a71ec868be8917625b10bd66ab23eef.tar.gz
gdb-a39f33461a71ec868be8917625b10bd66ab23eef.tar.bz2
* elf.c (elfcore_write_note): Pad note descriptor to 4-byte
boundary. Tidy. Comment.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cd3a99f..788c9e2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,4 +1,7 @@
-bfd/
+2006-10-31 Alan Modra <amodra@bigpond.net.au>
+
+ * elf.c (elfcore_write_note): Pad note descriptor to 4-byte
+ boundary. Tidy. Comment.
2006-10-30 H.J. Lu <hongjiu.lu@intel.com>